AdGroupCreate.Status
Advertiser-configurable serving status for an ad group.
Declaration
string AdGroupCreate.StatusPossible Values
ENABLEDThe ad group is active and eligible to serve ads.
PAUSEDThe ad group is paused and will not serve ads.
Discussion
Include status in the create request to determine whether the new ad group begins competing for delivery immediately or starts paused.
Example
{
"status": "ENABLED"
}See AdGroupStatus for additional context.