AdCreate.Status
Advertiser-configurable status set when creating an ad.
Declaration
string AdCreate.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
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.