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

# AdGroup.SystemStatus

System-derived operational status reflecting whether an ad group is actively serving.

## Declaration

```data
string AdGroup.SystemStatus
```

## Possible Values

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

## Discussion

Discussion This status reflects the ad group specifically, separate from the advertiser-set AdGroup.Status and the system status of ads within it. Example {   "systemStatus": "RUNNING" } See AdGroupSystemStatus for additional context.
