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

# AppsReportingCampaign.Status

Advertiser-configurable run state of the campaign at report time.

## Declaration

```data
string AppsReportingCampaign.Status
```

## Possible Values

ENABLED: The campaign is set to run. Delivery depends on budget availability, eligibility, and system status. PAUSED: The advertiser has paused the campaign. No ads serve until the status changes to ENABLED.

## Discussion

Discussion This captures the advertiser-set run state as of the report’s generation, separate from the system-evaluated AppsReportingCampaign.SystemStatus alongside it. Example {   "status": "ENABLED" } See CampaignStatus for additional context.
