cardinality property
Cardinality of the conversion custom variable.
Output only. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "BELOW_ALL_LIMITS" : The conversion custom variable has cardinality below all limits. The variable can be used for segmentation, and stats can accrue for new values if the variable is enabled.
- "EXCEEDS_SEGMENTATION_LIMIT_BUT_NOT_STATS_LIMIT" : The conversion custom variable has cardinality that exceeds the segmentation limit, but does not exceed the stats limit. Segmentation will be disabled, but stats can accrue for new values if the variable is enabled.
- "APPROACHES_STATS_LIMIT" : The conversion custom variable has exceeded the segmentation limits, and is approaching the stats limits (> 90%). Segmentation will be disabled, but stats can accrue for new values if the variable is enabled.
- "EXCEEDS_STATS_LIMIT" : The conversion custom variable has exceeded both the segmentation limits and stats limits. Segmentation will be disabled, and stats for enabled variables can accrue only if the existing values do not increase the cardinality of the variable any further.
Implementation
core.String? cardinality;