Skip to content

Commit 337f4ea

Browse files
authored
Fix typos in google-ads.yaml (#169)
1 parent bafc2a2 commit 337f4ea

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

google-ads.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
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+
###############################################################################
77
developer_token: INSERT_DEVELOPER_TOKEN_HERE
88
client_id: INSERT_OAUTH2_CLIENT_ID_HERE
99
client_secret: INSERT_OAUTH2_CLIENT_SECRET_HERE
1010
refresh_token: INSERT_REFRESH_TOKEN_HERE
1111

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+
###############################################################################
2020
login_customer_id: INSERT_LOGIN_CUSTOMER_ID_HERE
2121

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
3434

3535
# Logging configuration
3636
###############################################################################

0 commit comments

Comments
 (0)