Click or drag to resize
CampaignLoggerFilterOnActionExecuting Method
Stores the campaign UTM parameters of current url using the ICampaignLoggerService.

Namespace: Kentico.CampaignLogging.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public override void OnActionExecuting(
	ActionExecutingContext filterContext
)

Parameters

filterContext
Type: ActionExecutingContext

Implements

IActionFilter.OnActionExecuting(ActionExecutingContext)
See Also