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

# BrandsReportingAdGroup.SystemStatus

System-derived operational status of the ad group at report time.

## Declaration

```data
string BrandsReportingAdGroup.SystemStatus
```

## Possible Values

RUNNING: The ad group is active and serving ads. NOT_RUNNING: The ad group isn’t serving ads. Check systemStatusReasons for the specific cause.

## Discussion

Discussion This is a point-in-time snapshot; an ad group that later changes to NOT_RUNNING won’t retroactively update in an already-generated report. Example {   "systemStatus": "RUNNING" } See AdGroupSystemStatus for additional context.
