---
title: AdGroupTargetingCreate.Radius
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/adgrouptargetingcreate/radius-data.dictionary
---

# AdGroupTargetingCreate.Radius

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

## Declaration

```data
object AdGroupTargetingCreate.Radius
```

## Properties

include: Radius values (CLOSE, MEDIUM, or FAR) restricting delivery to that proximity. Mutable. exclude: Has no effect. radius is include-only.

## Discussion

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 include/exclude shape. "radius": {   "include": ["CLOSE"] }
