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

# CampaignDisplayStatus

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

```
string CampaignDisplayStatus
```

## Discussion

The `CampaignDisplayStatus` is a read-only, derived field on [`Campaign`](/documentation/Apple-Ads-Platform-API/Campaign) that surfaces the effective delivery state. It combines `CampaignStatus` (advertiser intent) and `CampaignSystemStatus` (system evaluation) into one actionable label. Use this field when displaying campaign health in a UI. Inspect `CampaignSystemStatusReason` for the root cause when the status isn’t `RUNNING`.

---

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)