-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
16 lines (16 loc) · 1.51 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"advertiser": "Retailer name",
"project_id": "Cloud project id - e.g.: my-project",
"project_region": "Optional, recommended to skip - use only if another service deployment region other than us-central1 is preferred.",
"client_id": "Optional, recommended to skip - use only if project-level authentication is preferred.",
"client_secret": "Optional, recommended to skip - use only if project-level authentication is preferred.",
"refresh_token": "Optional, recommended to skip - use only if project-level authentication is preferred.",
"login_customer_id": "Optional, recommended to include - Your Google Ads customer id. See the project Wiki on Github, page Authentication params.",
"google_ads_developer_token": "Optional, recommended to include - Your Google Ads developer token. See the project Wiki on Github, page Authentication params.",
"gemini_api_key": "Optional, recommended to include - Your Gemini API key. See the project Wiki on Github, page Authentication params.",
"gemini_model": "Optional, recommended to skip - the Gemini model you want to use. Supported values: gemini-1.5-flash, gemini-1.5-flash-8b, gemini-1.5-pro. Defaults to gemini-1.5-flash.",
"cloud_run_service": "Optional, recommended to skip - use only if another service name other than topic-mine is preferred.",
"service_account_name": "Optional, recommended to skip - use only if another service account name other than topic-mine-service-account is preferred.",
"language": "ES",
"country": "Argentina"
}