Contents

BrandsReportingAd.SystemStatus

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

Declaration

string BrandsReportingAd.SystemStatus

Possible Values

RUNNING

The ad is active and eligible to serve.

NOT_RUNNING

The system has identified a condition preventing the ad from delivering.

Discussion

This reflects delivery conditions evaluated at the moment the report was generated, which may differ from the ad’s current live status.

Example

{
  "systemStatus": "RUNNING"
}

See AdSystemStatus for additional context.