AdGroupUpdate.Status
Advertiser-configurable serving status for an ad group.
Declaration
string AdGroupUpdate.StatusPossible Values
ENABLEDThe ad group is active and eligible to serve ads.
PAUSEDThe ad group is paused and will not serve ads.
Discussion
Send status: PAUSED to stop an existing ad group from competing for delivery, or ENABLED to resume it.
Example
{
"status": "PAUSED"
}See AdGroupStatus for additional context.