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

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

Parameters

filterContext
Type: ActionExecutingContext

Implements

IActionFilter.OnActionExecuting(ActionExecutingContext)
See Also