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

Namespace: Kentico.Newsletters.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public string OpenedEmailHandlerRouteUrl { 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 GetOpenedEmailTrackingPageInternal(SiteInfo) method has to be customized accordingly.
See Also