forked from googleads/googleads-python-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogleads.yaml
87 lines (81 loc) · 4.19 KB
/
googleads.yaml
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# AdWordsClient configurations
adwords:
#############################################################################
# Required Fields #
#############################################################################
developer_token: INSERT_DEVELOPER_TOKEN_HERE
#############################################################################
# Optional Fields #
#############################################################################
# client_customer_id: INSERT_CLIENT_CUSTOMER_ID_HERE
# user_agent: INSERT_USER_AGENT_HERE
# partial_failure: True
# validate_only: True
#############################################################################
# OAuth2 Configuration #
# Below you may provide credentials for either the installed application or #
# service account flows. Remove or comment the lines for the flow you're #
# not using. #
#############################################################################
# The following values configure the client for the installed application
# flow.
client_id: INSERT_OAUTH_2_CLIENT_ID_HERE
client_secret: INSERT_CLIENT_SECRET_HERE
refresh_token: INSERT_REFRESH_TOKEN_HERE
# The following values configure the client for the service account flow.
# service_account_email: INSERT_SERVICE_ACCOUNT_EMAIL_HERE
# path_to_private_key_file: INSERT_PATH_TO_FILE_HERE
#############################################################################
# ReportDownloader Headers #
# Below you may specify boolean values for optional headers that will be #
# applied to all requests made by the ReportDownloader utility by default. #
#############################################################################
# report_downloader_headers:
# skip_report_header: False
# skip_column_header: False
# skip_report_summary: False
# use_raw_enum_values: False
# DfpClient configurations
dfp:
#############################################################################
# Required Fields #
#############################################################################
application_name: INSERT_APPLICATION_NAME_HERE
# The following values are required for all services except NetworkService,
# unless the network code is set directly on the DfpClient object:
# network_code: INSERT_NETWORK_CODE_HERE
#############################################################################
# OAuth2 Configuration #
# Below you may provide credentials for either the installed application or #
# service account flows. Remove or comment the lines for the flow you're #
# not using. #
#############################################################################
# The following values configure the client for the installed application
# flow.
client_id: INSERT_OAUTH_2_CLIENT_ID_HERE
client_secret: INSERT_CLIENT_SECRET_HERE
refresh_token: INSERT_REFRESH_TOKEN_HERE
# The following values configure the client for the service account flow.
# service_account_email: INSERT_SERVICE_ACCOUNT_EMAIL_HERE
# path_to_private_key_file: INSERT_PATH_TO_FILE_HERE
# Proxy configurations (optional)
# proxy_config:
# If specified, the given cafile will only be used if certificate validation
# is not disabled.
# cafile: INSERT_PATH_HERE
# disable_certificate_validation: False
# http_proxy:
# host: INSERT_HOST_HERE
# port: INSERT_PROXY_PORT_HERE
# The following values are optional:
# username: INSERT_USERNAME_HERE
# password: INSERT_PASSWORD_HERE
# https_proxy:
# host: INSERT_HOST_HERE
# port: INSERT_PROXY_PORT_HERE
# The following values are optional:
# username: INSERT_USERNAME_HERE
# password: INSERT_PASSWORD_HERE
# Optional: By default, the library will include utilities used in the user
# agent.
# include_utilities_in_user_agent: True