Update a campaign by ID for an advertiser (external ID)
PATCH/marketplaces/:marketplaceID/advertisers/external/:advertiserID/campaigns/:campaignID
Update campaign properties such as status, budget, and CPC bid. Only the fields included in the request body will be updated.
Supported operations:
- Pause/Activate campaign (
status) - Switch budget type and amounts (
budget_type,daily_budget,total_budget) - Update CPC bid (
fixed_bid)
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Campaign Updated Successfully
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error