Skip to content

Commit

Permalink
folder restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
RPetrochenkov committed Oct 23, 2020
1 parent 286c3b9 commit e954df6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"test_account_id" : "7036865393"

}
35 changes: 35 additions & 0 deletions creds_example/googleads.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#############################################################################
# Required Fields #
#############################################################################
developer_token: INSERT_HERE
#############################################################################
# Optional Fields #
#############################################################################
login_customer_id: INSERT_HERE
# user_agent: INSERT_USER_AGENT_HERE
# partial_failure: True
validate_only: False
#############################################################################
# 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_HERE
client_secret: INSERT_HERE
refresh_token: INSERT_HERE
# The following values configure the client for the service account flow.
# path_to_private_key_file: INSERT_PATH_TO_JSON_KEY_FILE_HERE
# delegated_account: INSERT_DOMAIN_WIDE_DELEGATION_ACCOUNT
#############################################################################
# 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

0 comments on commit e954df6

Please sign in to comment.