Click or drag to resize

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 enum SplitPattern
Members
  Member nameValueDescription
Sticky1 Specifies that this experiment is sticky meaning that the user will always be shown the same combination.
Random2 Specifies that this experiment is random meaning that the user will get a new combination for every view of the page
See Also