|
1 | | --# OAuth2 configuration |
2 | | --############################################################################### |
3 | | --# The below configuration parameters are used to authenticate using the # |
4 | | --# recommended OAuth2 flow. For more information on authenticating with OAuth2 # |
5 | | --# see: https://developers.google.com/google-ads/api/docs/oauth/overview # |
6 | | --############################################################################### |
| 1 | +# OAuth2 configuration |
| 2 | +############################################################################### |
| 3 | +# The below configuration parameters are used to authenticate using the # |
| 4 | +# recommended OAuth2 flow. For more information on authenticating with OAuth2 # |
| 5 | +# see: https://developers.google.com/google-ads/api/docs/oauth/overview # |
| 6 | +############################################################################### |
7 | 7 | developer_token: INSERT_DEVELOPER_TOKEN_HERE |
8 | 8 | client_id: INSERT_OAUTH2_CLIENT_ID_HERE |
9 | 9 | client_secret: INSERT_OAUTH2_CLIENT_SECRET_HERE |
10 | 10 | refresh_token: INSERT_REFRESH_TOKEN_HERE |
11 | 11 |
|
12 | | --# Login customer ID configuration |
13 | | --############################################################################### |
14 | | --# Required for manager accounts only: Specify the login customer ID used to # |
15 | | --# authenticate API calls. This will be the customer ID of the authenticated # |
16 | | --# manager account. It should be set without dashes, for example: 1234567890 # |
17 | | --# instead of 123-456-7890. You can also specify this later in code if your # |
18 | | --# application uses multiple manager account + OAuth pairs. # |
19 | | --############################################################################### |
| 12 | +# Login customer ID configuration |
| 13 | +############################################################################### |
| 14 | +# Required for manager accounts only: Specify the login customer ID used to # |
| 15 | +# authenticate API calls. This will be the customer ID of the authenticated # |
| 16 | +# manager account. It should be set without dashes, for example: 1234567890 # |
| 17 | +# instead of 123-456-7890. You can also specify this later in code if your # |
| 18 | +# application uses multiple manager account + OAuth pairs. # |
| 19 | +############################################################################### |
20 | 20 | login_customer_id: INSERT_LOGIN_CUSTOMER_ID_HERE |
21 | 21 |
|
22 | | --# Service Account configuration |
23 | | --############################################################################### |
24 | | --# To authenticate with a service account add the appropriate values to the # |
25 | | --# below configuration parameters and remove the four OAuth credentials above. # |
26 | | --# The "path_to_private_key_file" value should be a path to your local private # |
27 | | --# key json file, and "delegated_account" should be the email address that is # |
28 | | --# being used to impersonate the credentials making requests. for more # |
29 | | --# information on service accounts, see: # |
30 | | --# https://developers.google.com/google-ads/api/docs/oauth/service-accounts # |
31 | | --############################################################################### |
32 | | --# path_to_private_key_file: INSERT_PATH_TO_JSON_KEY_FILE_HERE |
33 | | --# delegated_account: INSERT_DOMAIN_WIDE_DELEGATION_ACCOUNT |
| 22 | +# Service Account configuration |
| 23 | +############################################################################### |
| 24 | +# To authenticate with a service account add the appropriate values to the # |
| 25 | +# below configuration parameters and remove the four OAuth credentials above. # |
| 26 | +# The "path_to_private_key_file" value should be a path to your local private # |
| 27 | +# key json file, and "delegated_account" should be the email address that is # |
| 28 | +# being used to impersonate the credentials making requests. for more # |
| 29 | +# information on service accounts, see: # |
| 30 | +# https://developers.google.com/google-ads/api/docs/oauth/service-accounts # |
| 31 | +############################################################################### |
| 32 | +# path_to_private_key_file: INSERT_PATH_TO_JSON_KEY_FILE_HERE |
| 33 | +# delegated_account: INSERT_DOMAIN_WIDE_DELEGATION_ACCOUNT |
34 | 34 |
|
35 | 35 | # Logging configuration |
36 | 36 | ############################################################################### |
|
0 commit comments