Click or drag to resize
ABTestInfoABTestConversions Property
Test conversions. Only those conversions that are assigned to the test will be shown on overview tab. If none conversions are set, all conversions will be visible.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public virtual IEnumerable<string> ABTestConversions { get; set; }

Property Value

Type: IEnumerableString
Remarks
This property can be used only on portal engine sites. Use ABTestConversionConfiguration on content only sites.
See Also