Create iteration
Create an experiment iteration.
Experiment iterations let you record experiments in individual blocks of time. Initially, iterations are created with a status of not_started
and appear in the draftIteration
field of an experiment. To start or stop an iteration, update the experiment with the startIteration
or stopIteration
instruction.
To learn more, read Start experiment iterations.
Path parameters
Headers
Request
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.
The key of the primary metric for this experiment. Either primarySingleMetricKey
or primaryFunnelKey
must be present.
The key of the primary funnel group for this experiment. Either primarySingleMetricKey
or primaryFunnelKey
must be present.
Response
The status of the iteration: not_started
, running
, stopped
Whether the experiment may reassign traffic to different variations when the experiment audience changes (true) or must keep all traffic assigned to its initial variation (false).
Deprecated, use primarySingleMetric
and primaryFunnel
instead. Details on the primary metric for this experiment.
Deprecated, use metrics
instead. Details on the secondary metrics for this experiment.