Experiments
Onboarding Process
For access to XP, users can self-onboard via the MLP UI.
Enter a name for the Randomization Key and select the Segmenters.
The order of the segmenters determines the priority of the segmenters when optional segmenters are used. For example, if the chosen segmenters are
s2_ids
, anddays_of_week
(in that order) and a given request matches 2 experiments - one where thes2_ids
is optional and another one where thedays_of_week
is optional, the s2_ids experiment (where there is an exact match of the s2_ids) will be chosen. For more information and examples, please refer to the Experiment Hierarchy section in the Introduction page.Where the segmenter may be computed from several different (groups of) variables at runtime, also select the desired variable mapping. For example,
s2_ids
may be supplied ass2_id
or computed fromlatitude,longitude
. This must be specified in the settings.
Last updated