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#accessapi.adwords.clientId=892866584073.apps.googleusercontent.comapi.adwords.clientSecret=ogxaV9g78UcYosrbAuuqVqT2api.adwords.clientCustomerId=803-077-0539api.adwords.userAgent=SaholicAdwordsapi.adwords.developerToken=gOzawGnc54BTfqkKpl5Klgapi.adwords.isPartialFailure=falseapi.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