Click or drag to resize
CampaignLoggerFilter Class
Handles logging of campaign details for visitors.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FilterAttribute
      ActionFilterAttribute
        Kentico.CampaignLogging.Web.MvcCampaignLoggerFilter

Namespace: Kentico.CampaignLogging.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class CampaignLoggerFilter : ActionFilterAttribute

The CampaignLoggerFilter type exposes the following members.

Constructors
  NameDescription
Public methodCampaignLoggerFilter
Creates a new instance of CampaignLoggerFilter for campaign logging.
Top
Methods
  NameDescription
Public methodOnActionExecuting
Stores the campaign UTM parameters of current url using the ICampaignService.
(Overrides ActionFilterAttribute.OnActionExecuting(ActionExecutingContext).)
Top
See Also