---
title: CreativeEligibility
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/creativeeligibility
---

# CreativeEligibility

Eligibility state for an ad creative across supply sources and placements.

## Declaration

```data
object CreativeEligibility
```

## Properties

status: The overall eligibility status. Values: ELIGIBLE, INELIGIBLE. Read-only. allowedGroups: The supply sources and placements where this ad creative is eligible to serve. Read-only. blockedGroups: The supply sources and placements where this ad creative is not eligible to serve, along with the blocking reason. Read-only. reason: Why the ad creative is blocked from serving in this group, for example APP_NOT_ELIGIBLE. Read-only.

## Discussion

Discussion The CreativeEligibility object describes whether an ad creative is eligible to serve on specific supply sources and placements. It includes both allowed and blocked groups, providing granular visibility into where the ad creative can and cannot serve. To diagnose partial delivery restrictions without needing to check individual ad-level status fields, use this object. Example {   "status": "INELIGIBLE",   "allowedGroups": [     {       "supplyPlacement": ["APPSTORE_SEARCH_TAB", "APPSTORE_TODAY_TAB"],       "countryOrRegion": ["US", "GB"]     }   ],   "blockedGroups": [     {       "supplyPlacement": ["APPSTORE_SEARCH_RESULTS"],       "countryOrRegion": ["CN"],       "reason": "APP_NOT_ELIGIBLE"     }   ] }

## Topics

### Dictionaries

- [CreativeEligibility.AllowedGroups](apple-ads-platform-api/creativeeligibility/allowedgroups-data.dictionary.md)
- [CreativeEligibility.BlockedGroups](apple-ads-platform-api/creativeeligibility/blockedgroups-data.dictionary.md)

## See Also

- [Creative](apple-ads-platform-api/creative.md)
- [CreativeCreate](apple-ads-platform-api/creativecreate.md)
- [CreativeUpdate](apple-ads-platform-api/creativeupdate.md)
- [CreativeResponse](apple-ads-platform-api/creativeresponse.md)
- [CreativeQueryResponse](apple-ads-platform-api/creativequeryresponse.md)
- [AssetReference](apple-ads-platform-api/assetreference.md)
- [AssetImage](apple-ads-platform-api/assetimage.md)
- [Destination](apple-ads-platform-api/destination.md)
- [DestinationCreate](apple-ads-platform-api/destinationcreate.md)
- [DestinationParameter](apple-ads-platform-api/destinationparameter.md)
- [CreativeRejectionReason](apple-ads-platform-api/creativerejectionreason.md)
- [CreativeRejectionReasonQueryRequest](apple-ads-platform-api/creativerejectionreasonqueryrequest.md)
- [CreativeRejectionReasonQueryResponse](apple-ads-platform-api/creativerejectionreasonqueryresponse.md)
- [LocaleInfo](apple-ads-platform-api/localeinfo.md)
