<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/Ad/DisplayStatus-data.typealias",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:Ad.DisplayStatus"
  },
  "title" : "Ad.DisplayStatus"
}
-->

# Ad.DisplayStatus

Rolled-up delivery state for an ad, combining advertiser settings and system conditions into a single user-facing label.

```
string Ad.DisplayStatus
```

## Discussion

Because delivery depends on the full hierarchy, an ad can show `AD_GROUP_ON_HOLD` or `CAMPAIGN_ON_HOLD` even when its own settings are otherwise ready to serve.

### Example

```json
{
  "displayStatus": "RUNNING"
}
```

See [`AdDisplayStatus`](/documentation/Apple-Ads-Platform-API/AdDisplayStatus) for additional context.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)