ageRange property

String? ageRange
getter/setter pair

Targeted age range.

An unset value is equivalent to targeting all ages. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "AGE_RANGE_18_24" : Between 18 and 24 years old.
  • "AGE_RANGE_18_34" : Between 18 and 34 years old.
  • "AGE_RANGE_18_44" : Between 18 and 44 years old.
  • "AGE_RANGE_18_49" : Between 18 and 49 years old.
  • "AGE_RANGE_18_54" : Between 18 and 54 years old.
  • "AGE_RANGE_18_64" : Between 18 and 64 years old.
  • "AGE_RANGE_18_65_UP" : Between 18 and 65+ years old.
  • "AGE_RANGE_21_34" : Between 21 and 34 years old.
  • "AGE_RANGE_25_34" : Between 25 and 34 years old.
  • "AGE_RANGE_25_44" : Between 25 and 44 years old.
  • "AGE_RANGE_25_49" : Between 25 and 49 years old.
  • "AGE_RANGE_25_54" : Between 25 and 54 years old.
  • "AGE_RANGE_25_64" : Between 25 and 64 years old.
  • "AGE_RANGE_25_65_UP" : Between 25 and 65+ years old.
  • "AGE_RANGE_35_44" : Between 35 and 44 years old.
  • "AGE_RANGE_35_49" : Between 35 and 49 years old.
  • "AGE_RANGE_35_54" : Between 35 and 54 years old.
  • "AGE_RANGE_35_64" : Between 35 and 64 years old.
  • "AGE_RANGE_35_65_UP" : Between 35 and 65+ years old.
  • "AGE_RANGE_45_54" : Between 45 and 54 years old.
  • "AGE_RANGE_45_64" : Between 45 and 64 years old.
  • "AGE_RANGE_45_65_UP" : Between 45 and 65+ years old.
  • "AGE_RANGE_50_65_UP" : Between 50 and 65+ years old.
  • "AGE_RANGE_55_64" : Between 55 and 64 years old.
  • "AGE_RANGE_55_65_UP" : Between 55 and 65+ years old.
  • "AGE_RANGE_65_UP" : 65 years old and beyond.

Implementation

core.String? ageRange;