Contents

AppsReportingAd.SystemStatus

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

Declaration

string AppsReportingAd.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, separate from the advertiser-set AppsReportingAd.Status reported alongside it.

Example

{
  "systemStatus": "RUNNING"
}

See AdSystemStatus for additional context.