-
Notifications
You must be signed in to change notification settings - Fork 17
/
googleads.properties
61 lines (45 loc) · 2.48 KB
/
googleads.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Please see https://developers.google.com/google-ads/api/docs/first-call/overview
# for an overview of the config parameters.
### Google Ads ###
# A 22 character developer token to authenticate that you are allowed to
# make API calls.
developerToken=INSERT_DEVELOPER_TOKEN_HERE
# Required for manager accounts only: Specify the login customer ID used to
# authenticate API calls. This will be the customer ID of the authenticated
# manager account. It should be set without dashes, for example: 1234567890
# instead of 123-456-7890. You can also specify this later in code if your
# application uses multiple manager account + OAuth pairs
# loginCustomerId=INSERT_LOGIN_CUSTOMER_ID_HERE
# This header is only required for methods that update the resources of an
# entity when permissioned via Linked Accounts in the Google Ads UI (AccountLink
# resource in the Google Ads API). Set this value to the customer ID of the data
# provider that updates the resources of the specified customer ID. It should be
# set without dashes, for example: 1234567890 instead of 123-456-7890. Read
# https://support.google.com/google-ads/answer/7365001 to learn more about
# Linked Accounts.
# linkedCustomerId=INSERT_LINKED_CUSTOMER_ID_HERE
# To use an alternative Google Ads API service address.
# serviceAddress=INSERT_GOOGLE_ADS_API_SERVICE_ADDRESS_HERE
# Optional user-agent request header used to identify your application.
# userAgent=INSERT_USER_AGENT_HERE
### OAuth2 ###
# Credential for accessing Google's OAuth servers.
# Provided by https://console.developers.google.com.
clientId=INSERT_OAUTH2_CLIENT_ID_HERE
# Credential for accessing Google's OAuth servers.
# Provided by https://console.developers.google.com.
clientSecret=INSERT_OAUTH2_CLIENT_SECRET_HERE
# Renewable OAuth credential associated with 1 or more Google Ads accounts.
refreshToken=INSERT_OAUTH2_REFRESH_TOKEN_HERE
### OAuth2 Service Account ###
# To use the OAuth2 service accounts flow. For more information, please see:
# https://developers.google.com/google-ads/api/docs/oauth/service-accounts.
# The absolute path to the local JSON key file.
# jsonKeyFilePath=INSERT_OAUTH2_JSON_KEY_FILE_PATH_HERE
# The email address account to impersonate.
# impersonatedEmail=INSERT_EMAIL_TO_IMPERSONATE_HERE
### Network Connection ###
# Optional proxy server URL to be used for internet connectivity.
# If your proxy connection requires authentication, make sure to include it in
# the URL, e.g.: http://user:password@proxy_hostname:8080
# proxy=INSERT_PROXY_HERE