---
title: AppsReportingAd.SystemStatus
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/appsreportingad/systemstatus-data.typealias
---

# AppsReportingAd.SystemStatus

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

## Declaration

```data
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

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.
