
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

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 madeuser_email – who made itclient_type – where (UI, API, Editor, automated rules)change_resource_type – what was changed (campaign, ad group, keyword, budget, ad)resource_change_operation – create / update / removechanged_fields – which fields were modifiedold_resource / new_resource – values before and aftercampaign / ad_group – affected campaign and ad groupOptionally 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.