---
title: Ad.SystemStatusLimitingReasons
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/ad/systemstatuslimitingreasons-data.typealias
---

# Ad.SystemStatusLimitingReasons

Reasons that limit an ad’s delivery capacity without fully stopping it.

## Declaration

```data
string Ad.SystemStatusLimitingReasons
```

## Possible Values

CREATIVE_POLICY_ISSUES: The ad creative associated with this ad has policy violations that limit but do not fully stop delivery.

## Discussion

Discussion Unlike Ad.SystemStatusReasons, these codes flag conditions, such as creative policy issues, that reduce delivery rather than stop it outright. Example {   "systemStatusLimitingReasons": ["CREATIVE_POLICY_ISSUES"] }
