Click or drag to resize
IABVariantPerformanceCalculatorGetChanceToBeatOriginal Method
Returns chance to beat original for the specified challenger variant.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
double GetChanceToBeatOriginal(
	int challengerConversions,
	int challengerVisits
)

Parameters

challengerConversions
Type: SystemInt32
Number of challenger conversions
challengerVisits
Type: SystemInt32
Number of challenger visits

Return Value

Type: Double
See Also