Contents

BrandsReportingAdGroup.SystemStatus

System-derived operational status of the ad group at report time.

Declaration

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

This is a point-in-time snapshot; an ad group that later changes to NOT_RUNNING won’t retroactively update in an already-generated report.

Example

{
  "systemStatus": "RUNNING"
}

See AdGroupSystemStatus for additional context.