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:

KeyDescriptionSample ValueRequired
login_customer_idsA list containing both customerId and loginCustomerId from Google Ads."login_customer_ids": [{"customerId": "1234567890", "loginCustomerId": "0987654321"}]
oauth_client_idOAuth client ID from Google Cloud.XXXXXXXXXXXX-YYYYYYYYYYYYYYYYYYYYYY.apps.googleusercontent.com
oauth_client_secretOAuth client secret from Google Cloud.abc...
refresh_tokenGoogle API refresh token, obtainable from Google OAuth Playground.abc...
developer_tokenGoogle Ads developer token.abc...
start_dateFetch 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.