Skip to main content
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 reactivateexecute does not resume a PAUSED campaign.

Request

No request body.

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 marked PAUSED even when failureCount > 0.
  • mediaBuyResults — per-media-buy outcome. Each entry includes mediaBuyId, name, previousStatus, success, and an optional error string when the ADCP pause call failed for that buy.
failureCount > 0 means the campaign status changed to PAUSED but one or more media buys failed to pause at the ADCP level. Check mediaBuyResults entries where success: false to identify affected buys and their error messages.

Errors

See Errors for the full error shape and recovery semantics.

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