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

# GeoEligibility

Eligibility restrictions for a geographic location, scoped to the supply source specified in the request.

```
object GeoEligibility
```

## Discussion

The `SearchEntity` responses embed `GeoEligibility`, which summarizes the serving eligibility for a geographic location relative to the supply source specified in the request. When present, `blockedGroups` is always non-empty. The API omits `GeoEligibility` entirely from the response when no restrictions apply. Each `GeoBlockedGroup` entry in `blockedGroups` identifies the supply source and the reason the geo is blocked.

To pre-validate geo targeting choices before applying them to an ad group and avoid campaign configuration errors, use `GeoEligibility` data.

### Example

```json
{
  "blockedGroups": [
    {
      "supplySource": [
        "MAPS"
      ],
      "reasons": [
        "COUNTRY_NOT_SUPPORTED"
      ]
    }
  ]
}
```

---

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)