Pause all Google Ads campaigns
Stops every campaign on the account serving, in one call. Useful as a spend kill switch.
The response reports how many campaigns paused out of how many were tried. A status of partial means at least one did not pause and is still serving. The call does not roll the others back, so retry it or pause the remaining campaigns individually to see why.
There is no matching resume-all. Resume each campaign with Resume campaign, which re-checks billing per campaign.
Authorizations
Personal API key.
Path Parameters
ID of the app whose Google Ads campaigns to manage.
Response
How many campaigns paused. Check failed_count: a partial result also returns 200.
Outcome of pausing every campaign on the account.
paused when every campaign paused, partial when at least one did not.
"paused"
How many campaigns this call paused.
3
How many campaigns it tried to pause.
3
How many could not be paused. Retry the call, or pause those campaigns individually to see why.
0