AdUpdate.Status
Advertiser-configurable status set when updating an ad.
Declaration
string AdUpdate.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
Send status: PAUSED to stop an existing ad from competing in auctions, or ENABLED to resume it.
Example
{
"status": "PAUSED"
}See AdStatus for additional context.