Contents

AdGroupTargetingCreate.MaxAge

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

Declaration

object AdGroupTargetingCreate.MaxAge

Properties

NameTypeDescription
include[string]

The upper bound of the target age range (18–64), or null/omitted to target users 65 and older. Mutable.

exclude[string]

Has no effect. maxAge is include-only.

Discussion

Used with App Store campaigns. Uses the TargetingDataCreate include/exclude shape.

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

To target 65+:

"maxAge": {
  "include": null
}