Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

# Credentials to use for accessing the AdWords API

# OfflineCredentials authentication properties.
# A refresh token can be acquired using the GetRefreshToken example.
api.adwords.refreshToken=1/9SeVZQemObnC3bWHTtVD9220jm-adXzjfRvIRq4q-9c
# If you do not have a client ID or secret, please create one in the
# API console: https://code.google.com/apis/console#access
api.adwords.clientId=892866584073.apps.googleusercontent.com
api.adwords.clientSecret=ogxaV9g78UcYosrbAuuqVqT2

api.adwords.clientCustomerId=803-077-0539
api.adwords.userAgent=SaholicAdwords
api.adwords.developerToken=gOzawGnc54BTfqkKpl5Klg

api.adwords.isPartialFailure=false
api.adwords.returnMoneyInMicros=true

# Report download connect/read timeout defaults to 3 minutes if omitted.
# Specify value in milliseconds.
# api.adwords.reportDownloadTimeout=180000

# Enable/disable automatic OAuth2 token refreshing. Default is enabled.
# api.adwords.refreshOAuth2Token=true

# DEPRECATED:
#
# ClientLogin is now deprecated. Please use OAuth2 instead. See GetRefreshToken
# example for more information.
# Either email and password or clientLoginToken should be provided
# api.adwords.email=INSERT_EMAIL_HERE
# api.adwords.password=INSERT_PASSWORD_HERE
# Optional, for cached AuthTokens.
# api.adwords.clientLoginToken=INSERT_AUTH_TOKEN_HERE