To track link clicks in posts, we use tracking links, which are essentially a layer between the user's click and the final address specified in the layout. The service first takes the user to our tracking domain and then instantly redirects them to the final address. Therefore, when the mouse cursor hovers over a link in the message, not the final link is displayed, but a link of the following form “https://ext.enkod.ru/…”.

Now we record only clicks on links of the form: http://, https://, ftp://, ftps:, . Links of other types, such as mailto:, tel:, skype:, are processed differently when opened in email clients, and statistics on them may be incorrect.

We do not track clicks on system links to subscribe to mailing lists and unsubscribe from mailing lists.

If you want to track clicks but do not want the recipient to see our tracking links, please let us know. We can provide this option on request.

If there is no need to track link clicks, you can use the dynamic content method in the layout:

<a href="{{DoNotTrackLink('https://link.com')}}">Клик</a>.

If you are using the method on sending transactional messages via APIs and passing links in the snippet, and tracking click-throughs is not needed, then use the following dynamic content method to hide our tracking domain:

{%
var link = Snippet('snippet_name');
%}

and substitute links in the layout as:

<a href="{{user_guide:ensend:clicks:donottracklink_link}}">Клик</a>
Last modified: 2023.12.13 10:39 by Anastasia Aniskova