Get Google Account Activities
adsap_google_get_account_activitiesChange history for a Google Ads account: who changed what, and when. Returns recent account edits (campaign/ad group/ad/keyword/budget changes) with the editor's email, the surface used (web UI vs API), the operation (CREATE/UPDATE/REMOVE) and the exact fields changed. Google keeps this log for 30 days only — for older history point the user at the Google Ads UI (Tools > Change history). Changes can lag up to ~3 minutes. ad_account_id is the bare 10-digit customer ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max change events returned, newest first. | |
| days_back | No | How many days of history to fetch (1-28, default 7). Google hard-caps the change log at 30 days. | |
| ad_account_id | Yes | Bare 10-digit Google Ads customer ID (from adsap_google_list_ad_accounts). No dashes, no act_ prefix. | |
| resource_type_filter | No | Restrict to specific changed-resource types (e.g. ["CAMPAIGN","CAMPAIGN_BUDGET"]). Omit for all. |