Contents

AdUpdate.Status

Advertiser-configurable status set when updating an ad.

Declaration

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

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.