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

# AppsReportingAdGroup.SystemStatus

System-evaluated delivery state of the ad group at report time.

## Declaration

```data
string AppsReportingAdGroup.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 Like the other report-time status fields, this value is fixed at generation time and doesn’t reflect changes made afterward. Example {   "systemStatus": "RUNNING" } See AdGroupSystemStatus for additional context.
