---
title: AssetEligibilityStatus
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/asseteligibilitystatus
---

# AssetEligibilityStatus

Overall eligibility status for an asset’s policy evaluation.

## Declaration

```data
string AssetEligibilityStatus
```

## Possible Values

ELIGIBLE: No policy constraints. The asset can serve in any applicable context. INELIGIBLE: The asset can’t serve in any context. LIMITED: The asset can serve in some placements or countries but is blocked in others. Inspect blockedGroups on the parent object for details. PENDING: The asset requires review before it can be used. UNDEFINED: Eligibility has not yet been determined.

## Discussion

Discussion The status field on AssetEligibility is always one of these values. Treat it as the first check before inspecting blockedGroups or allowedGroups. The INELIGIBLE and PENDING statuses mean you should not use the asset in a creative, regardless of what the constraint groups contain. The LIMITED status is the only value where you need to consult those groups for placement- and market-specific detail.

## See Also

- [AssetType](apple-ads-platform-api/assettype.md)
- [ImageType](apple-ads-platform-api/imagetype.md)
- [Orientation](apple-ads-platform-api/orientation.md)
