Click or drag to resize
IABTestLogger Interface

Note: This API is now obsolete.

Defines method for logging A/B test conversions.

Namespace: Kentico.OnlineMarketing.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use method IABTestConversionLogger.LogConversion(System.String, System.String, System.String, System.Decimal, System.Int32, System.String) instead.")]
public interface IABTestLogger

The IABTestLogger type exposes the following members.

Methods
  NameDescription
Public methodLogConversion
Logs A/B test conversion.
Top
See Also