AgeSegment
Fields |
min_age
|
int32
Minimum age to include. A minimum age must be specified and must be at least 18. Allowed values are 18, 25, 35, 45, 55, and 65.
|
max_age
|
int32
Maximum age to include. A maximum age need not be specified. If specified, max_age must be greater than min_age, and allowed values are 24, 34, 44, 54, and 64.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["Users must specify a minimum age, which has to be at least 18 and can be one of the following: 18, 25, 35, 45, 55, or 65."],["While specifying a maximum age is optional, if provided, it must be higher than the minimum age and can only be one of the following: 24, 34, 44, 54, or 64."],["The `min_age` and `max_age` fields work together to define a contiguous age range for targeting."]]],[]]