Contents

Ad.Status

Advertiser-configurable serving status for an ad.

Declaration

string Ad.Status

Possible Values

ENABLED

The advertiser has set the ad to run, so it can participate in auctions.

PAUSED

The advertiser has paused the ad, so it does not participate in auctions.

Discussion

The Status field controls auction eligibility directly, while the system-computed Ad.SystemStatus reflects whether the ad is actually delivering.

Example

{
  "status": "ENABLED"
}

See AdStatus for additional context.