<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/AssetEligibilityStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:AssetEligibilityStatus"
  },
  "title" : "AssetEligibilityStatus"
}
-->

# AssetEligibilityStatus

Overall eligibility status for an asset’s policy evaluation.

```
string AssetEligibilityStatus
```

## Discussion

The `status` field on [`AssetEligibility`](/documentation/Apple-Ads-Platform-API/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)