Click or drag to resize
ABTestLogger Class
Class for managing A/B test conversions logging.
Inheritance Hierarchy
SystemObject
  Kentico.OnlineMarketing.Web.MvcABTestLogger

Namespace: Kentico.OnlineMarketing.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class ABTestLogger : IABTestLogger

The ABTestLogger type exposes the following members.

Constructors
  NameDescription
Public methodABTestLogger
Initializes a new instance of ABTestLogger.
Top
Methods
  NameDescription
Public methodLogConversion
Logs A/B test conversion.
Top
See Also