| 9005 |
manish.sha |
1 |
# Credentials to use for accessing the AdWords API
|
|
|
2 |
|
|
|
3 |
# OfflineCredentials authentication properties.
|
|
|
4 |
# A refresh token can be acquired using the GetRefreshToken example.
|
|
|
5 |
api.adwords.refreshToken=1/9SeVZQemObnC3bWHTtVD9220jm-adXzjfRvIRq4q-9c
|
|
|
6 |
# If you do not have a client ID or secret, please create one in the
|
|
|
7 |
# API console: https://code.google.com/apis/console#access
|
|
|
8 |
api.adwords.clientId=892866584073.apps.googleusercontent.com
|
|
|
9 |
api.adwords.clientSecret=ogxaV9g78UcYosrbAuuqVqT2
|
|
|
10 |
|
|
|
11 |
api.adwords.clientCustomerId=803-077-0539
|
|
|
12 |
api.adwords.userAgent=SaholicAdwords
|
|
|
13 |
api.adwords.developerToken=gOzawGnc54BTfqkKpl5Klg
|
|
|
14 |
|
|
|
15 |
api.adwords.isPartialFailure=false
|
|
|
16 |
api.adwords.returnMoneyInMicros=true
|
|
|
17 |
|
|
|
18 |
# Report download connect/read timeout defaults to 3 minutes if omitted.
|
|
|
19 |
# Specify value in milliseconds.
|
|
|
20 |
# api.adwords.reportDownloadTimeout=180000
|
|
|
21 |
|
|
|
22 |
# Enable/disable automatic OAuth2 token refreshing. Default is enabled.
|
|
|
23 |
# api.adwords.refreshOAuth2Token=true
|
|
|
24 |
|
|
|
25 |
# DEPRECATED:
|
|
|
26 |
#
|
|
|
27 |
# ClientLogin is now deprecated. Please use OAuth2 instead. See GetRefreshToken
|
|
|
28 |
# example for more information.
|
|
|
29 |
# Either email and password or clientLoginToken should be provided
|
|
|
30 |
# api.adwords.email=INSERT_EMAIL_HERE
|
|
|
31 |
# api.adwords.password=INSERT_PASSWORD_HERE
|
|
|
32 |
# Optional, for cached AuthTokens.
|
|
|
33 |
# api.adwords.clientLoginToken=INSERT_AUTH_TOKEN_HERE
|