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

# AppsReportingAd.Status

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

## Declaration

```data
string AppsReportingAd.Status
```

## Possible Values

ENABLED: The ad is set to run and can participate in auctions. PAUSED: The ad is paused by the advertiser and doesn’t participate in auctions.

## Discussion

Discussion This captures the advertiser’s run-or-pause choice as of the report’s generation, separate from the system-evaluated AppsReportingAd.SystemStatus reported in the same row. Example {   "status": "ENABLED" } See AdStatus for additional context.
