| 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. |
| Name | Value |
|---|---|
| CART_VALUE | "cart_value" |
| ITEM_COUNT | "item_count" |
| CUSTOMER_TYPE | "customer_type" |
| Name | Value |
|---|---|
| LOW | "low" |
| MEDIUM | "medium" |
| HIGH | "high" |
| NEW | "new" |
| RETURNING | "returning" |
| LOYAL | "loyal" |