CampaignUpdate.Status
Advertiser-configurable run state for a campaign.
Declaration
string CampaignUpdate.StatusPossible Values
ENABLEDThe campaign is set to run. Delivery depends on budget availability, eligibility, and system status.
PAUSEDThe advertiser paused the campaign. No ads serve until the status changes to
ENABLED.
Discussion
Send status: PAUSED to stop an existing campaign from competing for delivery, or ENABLED to resume it.
Example
{
"status": "PAUSED"
}See CampaignStatus for additional context.