forked from googleads/googleads-python-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogleads.yaml
More file actions
34 lines (31 loc) · 1.1 KB
/
googleads.yaml
File metadata and controls
34 lines (31 loc) · 1.1 KB
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
adwords:
developer_token: INSERT_DEVELOPER_TOKEN_HERE
user_agent: INSERT_USER_AGENT_HERE
client_id: INSERT_OAUTH_2_CLIENT_ID_HERE
client_secret: INSERT_CLIENT_SECRET_HERE
refresh_token: INSERT_REFRESH_TOKEN_HERE
# The following values are optional:
# client_customer_id: INSERT_CLIENT_CUSTOMER_ID_HERE
# partial_failure: True
# validate_only: True
dfp:
application_name: INSERT_APPLICATION_NAME_HERE
client_id: INSERT_OAUTH_2_CLIENT_ID_HERE
client_secret: INSERT_CLIENT_SECRET_HERE
refresh_token: INSERT_REFRESH_TOKEN_HERE
# The following values are optional:
# network_code: INSERT_NETWORK_CODE_HERE
dfa:
username: INSERT_DFA_USERNAME_HERE
application_name: INSERT_APPLICATION_NAME_HERE
client_id: INSERT_OAUTH_2_CLIENT_ID_HERE
client_secret: INSERT_CLIENT_SECRET_HERE
refresh_token: INSERT_REFRESH_TOKEN_HERE
# The following values are optional:
# The following are optional settings for using a proxy.
# proxy_info:
# host: INSERT_HOST_HERE
# port: INSERT_PROXY_PORT_HERE
# The following values are optional:
# disable_ssl_certificate_validation: False
# ca_certs: INSERT_PATH_HERE