| SplitPattern Enumeration |
The pattern of a split test in an experiment
Namespace:
Dynamicweb.Analytics.Experiments
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax Public Enumeration SplitPattern
Members
| Member name | Value | Description |
---|
| Sticky | 1 |
Specifies that this experiment is sticky meaning that the user will always be shown the same combination.
|
| Random | 2 |
Specifies that this experiment is random meaning that the user will get a new combination for every view of the page
|
See Also