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

Successful Response

Outcome of pausing every campaign on the account.

status
string
required

Outcome of the request. A status of paused means every campaign paused, and partial means 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