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

# AdGroupTargetingCreate.Radius

Radius targeting used with Apple Maps campaigns to restrict delivery to users within a given proximity of the brand’s locations.

```
object AdGroupTargetingCreate.Radius
```

## Discussion

In practice, radius targeting is applied on `MAPS_SEARCH_RESULTS` campaigns and shouldn’t be combined with geo location targeting in the same ad group, but the API doesn’t enforce either constraint at the schema level. Uses the [`TargetingDataCreate`](/documentation/Apple-Ads-Platform-API/TargetingDataCreate) `include`/`exclude` shape.

```json
"radius": {
  "include": ["CLOSE"]
}
```

---

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)