Click or drag to resize
KenticoWebAnalyticsLoggerControllerScript Method
Returns self executing javascript code snippet which calls logging action via AJAX.

Namespace: Kentico.OnlineMarketing.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ActionResult Script(
	string culture,
	Nullable<int> httpStatus,
	string value
)

Parameters

culture
Type: SystemString
httpStatus
Type: SystemNullableInt32
value
Type: SystemString

Return Value

Type: ActionResult
See Also