AgeSegment

  • The min_age field is an integer representing the minimum age to include, must be at least 18, and has specific allowed values.

  • The max_age field is an optional integer representing the maximum age to include, must be greater than min_age if specified, and also has specific allowed values.

Contiguous age range.

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.