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

# BrandsReportingCampaign.Status

Advertiser-configurable serving status of the campaign at report time.

## Declaration

```data
string BrandsReportingCampaign.Status
```

## Possible Values

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

## Discussion

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