Customer Experience : Administration of Variants
Administration area for experiment variants. Each variant can alter the user experience in different ways through the use of Javascript. When entering an experiment, a variant will be randomly chosen to be applied to the user (and this variant will remain fixed throughout their session) based on its probability. Every experiment has a special variant called Control Group which will not make any changes to the user experience. The probability of this special variant is calculated as 100% minus the sum of the probabilities of all other variants.
Features
- It is an administration interface
Screens
Data
Variants
- Name(Short text (string))
- Probability of a user receiving this variant (0 - 100%)(integer) :
- Type(Short text (string)) : type of action to be executed by the variant
Links
- Add Variant (Add)
- Edit Variant (Edit)
Permissions
- Edit service instance content: This permission equates to having the following two permissions: "View User Segmentation" and "View Data Analysis"
Actions
- Delete : allows deleting a variant from the experiment.