Contents

AdGroup.SystemStatus

System-derived operational status reflecting whether an ad group is actively serving.

Declaration

string AdGroup.SystemStatus

Possible Values

RUNNING

The ad group is active and serving ads.

NOT_RUNNING

The ad group is not serving ads. Check systemStatusReasons for the specific cause.

Discussion

This status reflects the ad group specifically, separate from the advertiser-set AdGroup.Status and the system status of ads within it.

Example

{
  "systemStatus": "RUNNING"
}

See AdGroupSystemStatus for additional context.