Click or drag to resize
KenticoABTestLoggerControllerScript Method
Returns javascript file which calls logging action via AJAX immediately after it is loaded.

Namespace: Kentico.OnlineMarketing.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ContentResult Script(
	string abtest = null
)

Parameters

abtest (Optional)
Type: SystemString
Optional A/B test visit test name

Return Value

Type: ContentResult
See Also