Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.58 KB

File metadata and controls

23 lines (15 loc) · 1.58 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]
reallocationFrequencyMillis Integer The cadence (in milliseconds) to update the allocation. [optional]
covariateId String The ID of the covariate CSV [optional]
attributes List<String> The attributes that this iteration's results can be sliced by [optional]