Contents

Ad.SystemStatus

System-computed delivery status of an ad.

Declaration

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

The SystemStatus reports whether the platform currently allows the ad to serve, distinct from the advertiser-set Ad.Status.

Example

{
  "systemStatus": "RUNNING"
}

See AdSystemStatus for additional context.