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

# Eligibility

Eligibility status and constraint details for a Business domain entity.

## Declaration

```data
object Eligibility
```

## Properties

status: Overall eligibility status (ELIGIBLE, INELIGIBLE, LIMITED, PENDING, or UNDEFINED). See EligibilityStatus. Read-only. blockedGroups: Constraint groups where the entity is blocked from serving. See ConstraintGroup. Read-only. allowedGroups: Constraint groups where the entity is allowed to serve. See ConstraintGroup. Read-only. modificationTime: Timestamp of the last eligibility evaluation. Read-only.

## Discussion

Discussion The Eligibility object captures the serving eligibility state for a Business domain entity, such as a brand or location, across supply sources and geographic markets. Geo and brand eligibility lookup responses typically include this object, so you can use it to understand which supply placements and markets are accessible before configuring ad group targeting. Example {   "status": "LIMITED",   "blockedGroups": [     {       "supplyPlacement": ["SEARCH_TAB", "TODAY_TAB"],       "countryOrRegion": ["CN"]     }   ],   "allowedGroups": [     {       "supplyPlacement": ["SEARCH_TAB", "SEARCH_RESULTS"],       "countryOrRegion": ["US", "GB"]     }   ],   "modificationTime": "2025-01-10T08:00:00.000" }

## See Also

- [Brand](apple-ads-platform-api/brand.md)
- [BrandResponse](apple-ads-platform-api/brandresponse.md)
- [BrandQueryResponse](apple-ads-platform-api/brandqueryresponse.md)
- [BrandRejectionReasonResponse](apple-ads-platform-api/brandrejectionreasonresponse.md)
- [BusinessCategory](apple-ads-platform-api/businesscategory.md)
- [BusinessCategoryResponse](apple-ads-platform-api/businesscategoryresponse.md)
- [BusinessCategoryQueryResponse](apple-ads-platform-api/businesscategoryqueryresponse.md)
- [Location](apple-ads-platform-api/location.md)
- [LocationResponse](apple-ads-platform-api/locationresponse.md)
- [LocationGroup](apple-ads-platform-api/locationgroup.md)
- [LocationGroupCreate](apple-ads-platform-api/locationgroupcreate.md)
- [LocationGroupUpdate](apple-ads-platform-api/locationgroupupdate.md)
- [LocationGroupResponse](apple-ads-platform-api/locationgroupresponse.md)
- [LocationGroupQueryResponse](apple-ads-platform-api/locationgroupqueryresponse.md)
- [LocationQueryResponse](apple-ads-platform-api/locationqueryresponse.md)
