Skip to content

Commit

Permalink
Update config.yaml.template
Browse files Browse the repository at this point in the history
Change-Id: I6e97558ec4e673c61ae455917b8e2189deddec5b
  • Loading branch information
AVMarkin committed Aug 8, 2023
1 parent 141e927 commit 7b422d3
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions app/config.yaml.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Google LLC
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,16 +12,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Example of ARP config.
# Please note you can generate your config inteactively by running run-local.sh
# Example of ARP config.
# Please note you can generate your config interactively by running run-local.sh
gaarf:
output: bq
bq:
project: YOUR-BQ-PROJECT
dataset: app_reporting_pack
# Do not change API version manually
api_version: 12
account: 'MCC-ID'
api_version: '13'
account:
- 'YOUR_MCC_ID'
customer_ids_query: SELECT customer.id FROM campaign WHERE campaign.advertising_channel_type
= "MULTI_CHANNEL"
params:
macro:
start_date: ":YYYYMMDD-91"
Expand All @@ -30,9 +33,17 @@ gaarf-bq:
project: YOUR-BQ-PROJECT
params:
macro:
bq_dataset: app_reporting_pack
output_dataset: app_reporting_pack_output
target_dataset: app_reporting_pack_target
bq_dataset: app_reporting_pack # Should be the same as in 'gaarf.bq.dataset' above
target_dataset: app_reporting_pack_output
legacy_dataset: app_reporting_pack_legacy
skan_schema_input_table: YOUR_PROJECT.YOUR_DATASET.YOUR_SKAN_SCHEMA_TABLE
template:
cohort_days: 0,1,3,5,7,14,30
has_skan: 'false' # Change to 'true' is have SKAN schema
scripts:
video_orientation:
mode: placeholders
skan_mode:
mode: placeholders
legacy: true
backfill: true

0 comments on commit 7b422d3

Please sign in to comment.