Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.15 KB

File metadata and controls

39 lines (24 loc) · 1.15 KB

ExperimentSegmentInsight

Properties

Name Type Description Notes
dimension DimensionEnum The segmentation dimension used to group customers or purchases for analysis.
bucket BucketEnum The specific group within the segmentation dimension.
confidence Double The raw (unadjusted) confidence score expressed as a percentage. Only segments with a confidence score greater than or equal to 95% are returned.
winnerVariantId Long The ID of the variant that performed better in this segment.
variants List<ExperimentSegmentInsightVariant> Per-variant metric values for this segment.

Enum: DimensionEnum

Name Value
CART_VALUE "cart_value"
ITEM_COUNT "item_count"
CUSTOMER_TYPE "customer_type"

Enum: BucketEnum

Name Value
LOW "low"
MEDIUM "medium"
HIGH "high"
NEW "new"
RETURNING "returning"
LOYAL "loyal"