Skip to main content
POST
Pause all Google Ads campaigns

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

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.

status
string
required

paused when every campaign paused, partial when at least one did not.

Example:

"paused"

paused_count
integer
required

How many campaigns this call paused.

Example:

3

total_count
integer
required

How many campaigns it tried to pause.

Example:

3

failed_count
integer
required

How many could not be paused. Retry the call, or pause those campaigns individually to see why.

Example:

0