Returns AB conversion rate interval for specified variant.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- variantConversions
- Type: System Int32
Number of variant conversions
- variantVisits
- Type: System Int32
Number of variant visits
Return Value
Type: ABConversionRateIntervalExceptions
Exception | Condition |
---|---|
System InvalidOperationException | ABVariantPerformanceCalculator hasn't been initialized. Call Initialize method first. |
System ArgumentException | variantConversions is negative or variantVisits is zero or negative |
See Also