Ad.SystemStatus
System-computed delivery status of an ad.
Declaration
string Ad.SystemStatusPossible Values
RUNNINGThe ad is active and eligible to serve.
NOT_RUNNINGThe 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.