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

# BrandsReportingAdGroup.Status

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

## Declaration

```data
string BrandsReportingAdGroup.Status
```

## Possible Values

ENABLED: The ad group is active and eligible to serve ads. PAUSED: The ad group is paused and won’t serve ads.

## Discussion

Discussion This reflects whether the advertiser had the ad group set to run as of the report’s generation, distinct from the system-evaluated BrandsReportingAdGroup.SystemStatus reported alongside it. Example {   "status": "ENABLED" } See AdGroupStatus for additional context.
