Age group
AgeGroup #
Bases: Enum
AgeGroup Enum
Represents the age group of a user. Used to filter who to target based on age groups.
Attributes:
Name | Type | Description |
---|---|---|
UNDER_18 |
AgeGroup
|
Represents the age group of users under 18. |
BETWEEN_18_29 |
AgeGroup
|
Represents the age group of users between 18 and 29. |
BETWEEN_30_39 |
AgeGroup
|
Represents the age group of users between 30 and 39. |
BETWEEN_40_49 |
AgeGroup
|
Represents the age group of users between 40 and 49. |
BETWEEN_50_64 |
AgeGroup
|
Represents the age group of users between 50 and 64. |
OVER_65 |
AgeGroup
|
Represents the age group of users over 65. |