Contents

Campaign.Status

Advertiser-configurable run state for a campaign.

Declaration

string Campaign.Status

Possible Values

ENABLED

The campaign is set to run. Delivery depends on budget availability, eligibility, and system status.

PAUSED

The 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.