AdGroup.Status
Advertiser-configurable serving status for an ad group.
Declaration
string AdGroup.StatusPossible Values
ENABLEDThe ad group is active and eligible to serve ads.
PAUSEDThe ad group is paused and will not serve ads.
Discussion
This field directly controls auction eligibility for the ad group, independent of the system-computed AdGroup.SystemStatus.
Example
{
"status": "ENABLED"
}See AdGroupStatus for additional context.