Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.39 KB

IterationInput.md

File metadata and controls

21 lines (13 loc) · 1.39 KB

IterationInput

Properties

Name Type Description Notes
hypothesis String The expected outcome of this experiment
canReshuffleTraffic Boolean Whether to allow the experiment to reassign traffic to different variations when you increase or decrease the traffic in your experiment audience (true) or keep all traffic assigned to its initial variation (false). Defaults to true. [optional]
metrics List<MetricInput>
primarySingleMetricKey String The key of the primary metric for this experiment. Either <code>primarySingleMetricKey</code> or <code>primaryFunnelKey</code> must be present. [optional]
primaryFunnelKey String The key of the primary funnel group for this experiment. Either <code>primarySingleMetricKey</code> or <code>primaryFunnelKey</code> must be present. [optional]
treatments List<TreatmentInput>
flags Map<String, FlagInput>
randomizationUnit String The unit of randomization for this iteration. Defaults to user. [optional]
attributes List<String> The attributes that this iteration's results can be sliced by [optional]