Contents

AppsReportingAdGroup.SystemStatus

System-evaluated delivery state of the ad group at report time.

Declaration

string AppsReportingAdGroup.SystemStatus

Possible Values

RUNNING

The ad group is active and serving ads.

NOT_RUNNING

The ad group isn’t serving ads. Check systemStatusReasons for the specific cause.

Discussion

Like the other report-time status fields, this value is fixed at generation time and doesn’t reflect changes made afterward.

Example

{
  "systemStatus": "RUNNING"
}

See AdGroupSystemStatus for additional context.