AdGroupTargetingUpdate.MaxAge
Maximum age targeting, setting the upper bound of the target age range.
Declaration
object AdGroupTargetingUpdate.MaxAgeProperties
| Name | Type | Description |
|---|---|---|
include | [string] | The upper bound of the target age range (18–64), or |
exclude | [string] | Has no effect. |
Discussion
Applies to App Store campaigns. Uses the TargetingDataUpdate include/exclude shape.
"maxAge": {
"include": ["64"]
}To target 65+:
"maxAge": {
"include": null
}