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

# Ad.SystemStatus

System-computed delivery status of an ad.

## Declaration

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

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.
