Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.05 KB

File metadata and controls

15 lines (8 loc) · 1.05 KB

ExperimentSegmentInsights

Properties

Name Type Description Notes
metrics List<ExperimentSegmentInsightMetric> Segment insights grouped by metric. This array always contains exactly three metric objects. Each metric includes a segments array, which is empty if no significant results were found. The metrics array itself is empty if the `reason` property is populated.
totalSegmentsTested Long Total number of segment-metric combinations that were tested for statistical significance.
dimensionsTested Long Number of segmentation dimensions that had sufficient data variance to test. Dimensions where all sessions fall into a single bucket are excluded.
reason String Empty string when segment insights are available. Contains a reason code when insights could not be computed (e.g., &quot;insufficient_data&quot; when the experiment has fewer than 100 sessions per variant).