Click or drag to resize
EmailTrackingOptions Class
Inheritance Hierarchy
SystemObject
  Kentico.Newsletters.Web.MvcEmailTrackingOptions

Namespace: Kentico.Newsletters.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class EmailTrackingOptions

The EmailTrackingOptions type exposes the following members.

Constructors
  NameDescription
Public methodEmailTrackingOptions
Top
Properties
  NameDescription
Public propertyEmailLinkHandlerRouteUrl
Gets or sets the URL where handler responsible for tracking clicked links in emails is mapped. See the remarks section when using non-default URL. The default value is DEFAULT_LINKS_TRACKING_ROUTE_HANDLER_URL.
Public propertyOpenedEmailHandlerRouteUrl
Gets or sets the URL where handler responsible for tracking opened emails is mapped. See the remarks section when using non-default URL. The default value is DEFAULT_OPENED_EMAIL_TRACKING_ROUTE_HANDLER_URL.
Top
See Also