Sorry, we don't support your browser.  Install a modern browser

Google Ads Change History Connector#1636

Hey, we want to connect to Google Ads and get Change History synched into our system.
Here’s the related documentation: https://developers.google.com/google-ads/api/docs/change-event

3 months ago
1

The Google Ads connector currently has no change history fields

Request: expose the Google Ads API change_event resource with these fields:

  • change_date_time – when the change was made
  • user_email – who made it
  • client_type – where (UI, API, Editor, automated rules)
  • change_resource_type – what was changed (campaign, ad group, keyword, budget, ad)
  • resource_change_operation – create / update / remove
  • changed_fields – which fields were modified
  • old_resource / new_resource – values before and after
  • campaign / ad_group – affected campaign and ad group

Optionally also change_status (90-day retention) as a lightweight “last changed” view.

Use case: correlating performance shifts with account changes (bid/budget edits, keyword additions, ad changes) in daily BigQuery reporting.

Note: Google only retains change_event for 30 days, so this connector table needs scheduled incremental syncs to build a durable history.

7 days ago