Pause or Resume Campaigns
campaign_pause_resumeBatch pause or resume up to 50 campaigns in one call. Specify action='pause' to set status to 'paused' or action='resume' to set status to 'active'. Missing IDs are reported without failing the batch. Use for emergency incident response or scheduled weekend shutdowns.
Instructions
Batch-change the status of up to 50 campaigns in one call. action="pause" sets status to "paused"; action="resume" sets status to "active". Missing campaign_ids are reported in the errors array but do not fail the whole batch. Returns {action, updated, failed, campaigns[], errors?}. Use this for emergency pause during an incident or weekend shutoff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_ids | Yes | Campaign IDs to toggle | |
| action | Yes | Action to perform |