Ad.Status
Advertiser-configurable serving status for an ad.
Declaration
string Ad.StatusPossible Values
ENABLEDThe advertiser has set the ad to run, so it can participate in auctions.
PAUSEDThe 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.