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

# AdGroup.DisplayStatus

Derived display status for an ad group, combining advertiser-set status with system status.

## Declaration

```data
string AdGroup.DisplayStatus
```

## Possible Values

CAMPAIGN_ON_HOLD: The ad group is on hold because its parent campaign is on hold. DELETED: The ad group has been deleted. LIMITED: The ad group is serving but delivery is restricted. Check systemStatusLimitingReasons for details. ON_HOLD: The ad group is on hold due to a system issue. Check systemStatusReasons for details. PAUSED: The ad group has been paused by the advertiser. PROCESSING: The ad group is being processed and is not yet serving. RUNNING: The ad group is active and eligible to serve ads.

## Discussion

Discussion Because it rolls up the full hierarchy, an ad group can show CAMPAIGN_ON_HOLD even when its own status and system conditions are otherwise fine. Example {   "displayStatus": "RUNNING" } See AdGroupDisplayStatus for additional context.
