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.
The project key
The environment key
The experiment key
The expected outcome of this experiment
Details on the metrics for this experiment
Details on the variations you are testing in the experiment. You establish these variations in feature flags, and then reuse them in experiments.
Details on the feature flag and targeting rules for this iteration
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.
The unit of randomization for this iteration. Defaults to user.
The attributes that this iteration’s results can be sliced by
Iteration response
The expected outcome of this experiment
The status of the iteration: not_started
, running
, stopped
Timestamp of when the iteration was created
The iteration ID
Timestamp of when the iteration started
Timestamp of when the iteration ended
The ID of the treatment chosen when the experiment stopped
The reason you stopped the experiment
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).
Details on the flag used in this experiment
Deprecated, use primarySingleMetric
and primaryFunnel
instead. Details on the primary metric for this experiment.
Details on the primary metric for this experiment
Details on the primary funnel group for this experiment
The unit of randomization for this iteration
The available attribute filters for this iteration
Details on the variations you are testing in the experiment
Details on the metrics for this experiment
Snapshot of the layer state on iteration stop, if part of a layer. Otherwise omitted.
Deprecated, use metrics
instead. Details on the secondary metrics for this experiment.