Prevent Click Tracking in Emails with Mandrill
Last Updated:
Overview
This article discusses how to prevent Email links from being created with Click Tracking when Mandrill is the email provider.
Applies To
- Mandrill
- Email Links
- Click Tracking
Solution
To disable click tracking for a specific email link, include mc:disable-tracking in the "a" tag.
Example:
<a href="{{ url }}" mc:disable-tracking>
Click here to confirm your email
</a>