Sources
Google Ads
INCREMENTAL Sync
This source handles state internally, meaning INCREMENTAL sync selection is not supported.
Configuration
To set up the Google Ads source, provide the following configuration parameters:
Key | Description | Sample Value | Required |
---|---|---|---|
login_customer_ids | A list containing both customerId and loginCustomerId from Google Ads. | "login_customer_ids": [{"customerId": "1234567890", "loginCustomerId": "0987654321"}] | ✅ |
oauth_client_id | OAuth client ID from Google Cloud. | XXXXXXXXXXXX-YYYYYYYYYYYYYYYYYYYYYY.apps.googleusercontent.com | ✅ |
oauth_client_secret | OAuth client secret from Google Cloud. | abc... | ✅ |
refresh_token | Google API refresh token, obtainable from Google OAuth Playground. | abc... | ✅ |
developer_token | Google Ads developer token. | abc... | ✅ |
start_date | Fetch data newer than the specified start_date . Format: ISO8601 (YYYY-MM-DDTHH:MM:SSZ ). | 2022-01-01T00:00:00Z | ✅ |
Generating Credentials
Check out this article
by Sudeep Timalsina for a great guide on generating credentials for Google Ads API access.