Click or drag to resize
EmailTrackingOptionsEmailLinkHandlerRouteUrl Property
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.

Namespace: Kentico.Newsletters.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public string EmailLinkHandlerRouteUrl { get; set; }

Property Value

Type: String
Remarks
The Kentico administration application uses EmailTrackingLinkHelper to obtain tracking URLs when sending emails. When non-default URL is used, the GetClickedLinkTrackingPageUrlInternal(SiteInfo) method has to be customized accordingly.
See Also