API Endpoints
Campaign

/external/v2/advertisers/{advertiserId}/campaigns/{campaignId}

PUT
https://<pcm-domain>/external/v2/advertisers/{advertiserId}/campaigns/{campaignId}
Generated server url

Updates attributes of a campaign specified by id. Attributes name, budget and status can be updated.

Rules:

  • Campaign name must be unique under an advertiser.
  • budget must be greater than or equal to the sum of the budgets of all ad groups belonging to this campaign.
Path Parameters
advertiserId
*
campaignId
*
Body Parameters
body
*
name
budget
status
Responses
200
OK
id
marketId
name
status
budget
budgetSpent
budgetUnallocated
deletable
spendVelocity
startDate
endDate
modifiedAt
401
Unauthorized
403
Forbidden
404
Not Found
messages
422
Unprocessable Entity
messages