Click or drag to resize
IABVariantPerformanceCalculator Interface
Interface for calculating performance of AB variants.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public interface IABVariantPerformanceCalculator

The IABVariantPerformanceCalculator type exposes the following members.

Methods
  NameDescription
Public methodGetConversionRateInterval
Returns conversion rate interval for the specified variant.
Public methodGetChanceToBeatOriginal
Returns chance to beat original for the specified challenger variant.
Public methodInitialize
Initializes AB variant performance calculator. Needs to be called first, as this class needs the original's conversions and visits to work properly.
Top
See Also