Click or drag to resize
ABTestLogger Constructor
Initializes a new instance of ABTestLogger.

Namespace: Kentico.OnlineMarketing.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ABTestLogger(
	IHttpContextAccessor httpContextAccessor,
	IABTestConversionLogger abTestConversionLogger
)

Parameters

httpContextAccessor
Type: CMS.BaseIHttpContextAccessor
Instance of accessor of HTTP context.
abTestConversionLogger
Type: CMS.OnlineMarketing.InternalIABTestConversionLogger
Instance of logger for A/B test conversions.
See Also