AppsReportingAd.SystemStatus
System-evaluated delivery state of the ad at report time.
Declaration
string AppsReportingAd.SystemStatusPossible Values
RUNNINGThe ad is active and eligible to serve.
NOT_RUNNINGThe 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.