This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Runtime parameters
MrLou edited this page May 27, 2022
·
4 revisions
These parameters are required in the body of the request to the Dataflow API or as command line parameters for running locally.
Key Name (Cloud scheduler) | Shell Argument (localrun) | Expected value |
---|---|---|
gcp_project_id | --gcp_project_id | Google Cloud project Id |
client_id | --client_id | oAuth2 client Id for Google APIs |
client_secret | --client_secret | oAuth2 client secret for Google APIs |
refresh_token | --refresh_token | oAuth2 refresh token for Google APIs, obtained through generate_megalist_token.sh |
access_token | --access_token | oAuth2 access token for Google APIs, obtained through generate_megalist_token.sh |
setup_sheet_id | --setup_sheet_id | Id of Google Spreadsheet that will be used as configuration engine. |
developer_token | --developer_token | Google Ads developer token |
bq_ops_dataset | --bq_ops_dataset | Auxiliary bigquery dataset name used for Megalista operations (dataset needs to exist prior to execution and be hosted in gcp_project_id project) |
bq_location | --bq_location | Location of bigquery's source dataset used for Megalista (default to US) |
appsflyer_dev_key | --appsflyer_dev_key | Developer key for AppsFlyer server 2 server API |
- Home
- Runtime Parameters
- Update instructions
- Configuration Methods
- Schemas
- Appsflyer S2S API
- Google Ads Audiences
- Google Ads Conversions
- Google Analytics
- Google Analytics 4
- Campaign Manager
- Display & Video
- Manual Deployment
- Appendix