CampaignCreate.Status
Advertiser-configurable run state for a campaign.
Declaration
string CampaignCreate.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
Include status in the create request to determine whether the new campaign begins competing for delivery immediately or starts paused.
Example
{
"status": "ENABLED"
}See CampaignStatus for additional context.