Contents

AdGroupCreate.Status

Advertiser-configurable serving status for an ad group.

Declaration

string AdGroupCreate.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

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.