-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 932 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (19 loc) · 932 Bytes
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
# Google Ads MCP Environment Configuration
# Copy this file to .env and fill in your actual values
# Authentication Type (choose one: "oauth" or "service_account")
GOOGLE_ADS_AUTH_TYPE=oauth
# Credentials Path
# For OAuth: Path to client_secret.json or saved token file
# For Service Account: Path to service account key file
GOOGLE_ADS_CREDENTIALS_PATH=/path/to/credentials.json
# Google Ads Developer Token (required)
GOOGLE_ADS_DEVELOPER_TOKEN=your_developer_token_here
# Manager Account ID (optional, for MCC accounts)
# Format: XXX-XXX-XXXX or XXXXXXXXXX
GOOGLE_ADS_LOGIN_CUSTOMER_ID=
# For OAuth-specific config (required if using OAuth and there's no client_secret.json)
GOOGLE_ADS_CLIENT_ID=your_client_id_here
GOOGLE_ADS_CLIENT_SECRET=your_client_secret_here
# For Service Account-specific config (optional)
# Email to impersonate with the service account (typically your admin email)
GOOGLE_ADS_IMPERSONATION_EMAIL=