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

# AdGroupTargeting.MaxAge

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

```
object AdGroupTargeting.MaxAge
```

## Discussion

Used with App Store campaigns. Uses the [`TargetingData`](/documentation/Apple-Ads-Platform-API/TargetingData) `include`/`exclude` shape.

```json
"maxAge": {
  "include": ["64"]
}
```

To target 65+:

```json
"maxAge": {
  "include": null
}
```

---

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)