Skip to main content
PATCH
Rename, pause, resume or rebudget a campaign

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required
campaignId
string
required

Body

application/json
name
string
status
enum<string>
Available options:
ACTIVE,
PAUSED
dailyBudget
number

Minor units of the account currency.

lifetimeBudget
number

Minor units of the account currency.

Response

200 - undefined