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

# AdGroupTargetingCreate.MaxAge

Maximum age targeting, setting the upper bound of the target age range.

## Declaration

```data
object AdGroupTargetingCreate.MaxAge
```

## Properties

include: The upper bound of the target age range (18–64), or null/omitted to target users 65 and older. Mutable. exclude: Has no effect. maxAge is include-only.

## Discussion

Discussion Used with App Store campaigns. Uses the TargetingDataCreate include/exclude shape. "maxAge": {   "include": ["64"] } To target 65+: "maxAge": {   "include": null }
