Contents

AdCreate.Status

Advertiser-configurable status set when creating an ad.

Declaration

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

Include status in the create request to determine whether the new ad starts competing in auctions immediately or begins paused.

Example

{
  "status": "ENABLED"
}

See AdStatus for additional context.