Contents

CampaignCreate.Status

Advertiser-configurable run state for a campaign.

Declaration

string CampaignCreate.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

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.