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

# EligibilityStatus

Overall eligibility status for an entity’s policy evaluation.

## Declaration

```data
string EligibilityStatus
```

## Possible Values

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

## Discussion

Discussion The EligibilityStatus is a string enumeration embedded within Eligibility. Use it to decide quickly whether to proceed before configuring campaigns.

## See Also

- [LocationGroupType](apple-ads-platform-api/locationgrouptype.md)
