Click or drag to resize
ABTestConversionNames Class
Class containing names of A/B test conversions.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingABTestConversionNames

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public static class ABTestConversionNames

The ABTestConversionNames type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFORM_SUBMISSION
Form submission conversion.
Public fieldStatic memberNEWSLETTER_SUBSCRIPTION
Subscription to a newsletter conversion.
Public fieldStatic memberPAGE_VISIT
Page visit conversion.
Public fieldStatic memberPRODUCT_ADDED_TO_CART
Product has been added to shopping cart conversion.
Public fieldStatic memberPRODUCT_PURCHASE
Product purchase conversion.
Public fieldStatic memberPURCHASE
Purchase conversion.
Public fieldStatic memberUSER_REGISTRATION
User registration conversion.
Top
See Also