Bulk Update Campaigns

Bulk update multiple campaigns (using a single API request). You can also use a network account to bulk update campaigns across the network.

See also:

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

An alphabetic ID. See Get Account Details.

Query Params
boolean

If the update operation fails for 1 campaign, then no campaigns will be updated.
To override this default behavior, pass is_atomic=false.

Body Params
json
required
Defaults to { "campaigns": [ 1004, 1005, 1006 ], "update": { "spending_limit": 2000, "cpc": 2.0, "is_active": false } }

A JSON object describing the campaigns and fields to update. (See examples.)

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json