Contents

AdGroup.Status

Advertiser-configurable serving status for an ad group.

Declaration

string AdGroup.Status

Possible Values

ENABLED

The ad group is active and eligible to serve ads.

PAUSED

The 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.