KenticoWebAnalyticsLoggerControllerScript Method |
Returns self executing javascript code snippet which calls logging action via AJAX.
Namespace: Kentico.OnlineMarketing.Web.MvcAssembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 13.0.131
Syntax public ActionResult Script(
string culture,
Nullable<int> httpStatus,
string value
)
Parameters
- culture
- Type: SystemString
- httpStatus
- Type: SystemNullableInt32
- value
- Type: SystemString
Return Value
Type:
ActionResultSee Also