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

# AdGroupTargetingUpdate.MaxAge

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

## Declaration

```data
object AdGroupTargetingUpdate.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 Applies to App Store campaigns. Uses the TargetingDataUpdate include/exclude shape. "maxAge": {   "include": ["64"] } To target 65+: "maxAge": {   "include": null }
