get_change_events
Retrieve change events for a Google Ads customer account within a specific date range to monitor account modifications.
Instructions
Retrieve change events for a customer account within a date range.
The change_event resource requires a date filter, an ORDER BY clause, and a LIMIT (hard-capped at 10,000 rows by the API). The Google Ads API typically supports a ~30-day lookback window for change events; queries beyond that range may return empty results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max rows returned to the caller (hard-capped at 10,000 by the API). | |
| date_end | Yes | end date in 'YYYY-MM-DD' format (inclusive). | |
| date_start | Yes | start date in 'YYYY-MM-DD' format (inclusive). | |
| customer_id | Yes | Google Ads customer id (digits only; hyphens are stripped). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||