List Google Ads campaign changes
Returns a campaign’s change history, newest first: every pause, resume, edit, and deletion, with who made it and when.
event_type says what happened. An EDITED entry carries the field and its before and after values in details. actor is system for a change Base44 made on its own, such as pausing a campaign over an unpaid balance, and otherwise identifies the user who made it.
Use limit to cap how many entries come back; the default is 50 and the most you can ask for is 500. There is no paging, so a campaign with a long history returns only its most recent entries.
Authorizations
Personal API key.
Path Parameters
ID of the app whose Google Ads campaigns to manage.
Base44's ID for the campaign, as returned in id by List campaigns. This is not the Google Ads campaign ID, which is reported separately as google_campaign_id.
Query Parameters
Most entries to return, newest first.
1 <= x <= 500Response
The campaign's changes, newest first.
ID of the log entry.
"68b1c0d4e7b91d003c45a1f3"
Campaign the change applies to.
"68b1c0d4e7b91d003c45a1f2"
What happened: CREATED, LAUNCHED, PAUSED, RESUMED, ENDED, DELETED, or EDITED.
"PAUSED"
Extra detail about the change. For an EDITED entry this carries field, before, and after; it is empty for the other event types.
Who made the change: system for an automatic change such as a billing pause, otherwise the ID of the user who made it.
"system"
When the change happened.
"2026-08-25T14:05:00Z"