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

# BrandsReportingAd.Status

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

## Declaration

```data
string BrandsReportingAd.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 reflects whether the advertiser had the ad set to run as of the report’s generation, distinct from the system-evaluated BrandsReportingAd.SystemStatus reported alongside it. Example {   "status": "ENABLED" } See AdStatus for additional context.
