Campaign.Status
Advertiser-configurable run state for a campaign.
Declaration
string Campaign.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
This field directly controls auction eligibility for the campaign, independent of the system-computed Campaign.SystemStatus.
Example
{
"status": "ENABLED"
}See CampaignStatus for additional context.