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

# AppsReportingAd.Status

Advertiser-configurable serving state of the ad at report time.

```
string AppsReportingAd.Status
```

## Discussion

This captures the advertiser’s run-or-pause choice as of the report’s generation, separate from the system-evaluated [`AppsReportingAd.SystemStatus`](/documentation/Apple-Ads-Platform-API/AppsReportingAd/SystemStatus-data.typealias) reported in the same row.

### Example

```json
{
  "status": "ENABLED"
}
```

See [`AdStatus`](/documentation/Apple-Ads-Platform-API/AdStatus) 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)