POST /api/v2/buyer/campaigns/:id/pause
Halts spend across all media buys and packages on the campaign. The pause cascades to every media buy and package, and the campaign transitions to PAUSED.
To resume a paused campaign, use reactivate —
execute does not resume a PAUSED campaign.Request
Parameters
Response
campaignId— the campaign that was paused.campaignName— the campaign’s display name.previousStatus/newStatus— campaign status before and after the call.totalMediaBuys— number of media buys the cascade attempted.successCount/failureCount— how many media buy cascade operations succeeded or failed. Partial failures are possible; the campaign is still markedPAUSEDeven whenfailureCount > 0.mediaBuyResults— per-media-buy outcome. Each entry includesmediaBuyId,name,previousStatus,success, and an optionalerrorstring when the ADCP pause call failed for that buy.
Errors
See Errors for the full error shape and recovery semantics.
Related
Reactivate campaign
Resume a PAUSED campaign back to ACTIVE
Execute campaign
Launch a DRAFT or COMPLETED campaign
Media buy status
Poll live ADCP status
Campaign overview
The campaign object and lifecycle