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
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | Yes | Campaign ID (path parameter). |
Response
- The pause halts every media buy and package on the campaign (cascade).
campaignId— the campaign that was paused.previousStatus/newStatus— campaign status before and after the call.
Errors
| Code | When |
|---|---|
VALIDATION_ERROR | Campaign is not in a pausable status. |
NOT_FOUND | Campaign ID does not exist for the authenticated customer. |
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