Click or drag to resize
ABTestConversion Class
Represents single conversion setting for an A/B test.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingABTestConversion

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class ABTestConversion

The ABTestConversion type exposes the following members.

Constructors
  NameDescription
Public methodABTestConversion
Initializes a new instance of ABTestConversion class.
Top
Properties
  NameDescription
Public propertyConversionName
Code name of the conversion which is used for logging.
Public propertyConversionOriginalName
Original name from conversion definition (ConversionName).
Public propertyRelatedItemDisplayName
Display name of an item related to the conversion, e.g. newsletter display name related to newsletter subscription conversion.
Public propertyRelatedItemIdentifier
Identifier of an item related to the conversion, e.g. newsletter name related to newsletter subscription conversion.
Public propertyValue
Numeric value for conversion of type specified in ConversionName.
Top
See Also