Objective
By default, Marketing Campaigns will have click tracking enabled by on all links, whether the click tracking feature is enabled or disabled under Settings > Tracking. The intention behind this design is that with Marketing Campaigns built and designed for marketers who tend to want insight into engagement activity. However, there are situations where you may want this feature disabled when utilizing our marketing campaigns.
Product
Twilio SendGrid Email
Procedure
If you’ve disabled click tracking in your account (Settings > Tracking) but notice your links are still being overwritten for click tracking, disabling click tracking in Marketing Campaigns is more manual than toggling a setting on or off, you’ll need to disable it link by link by editing the link’s HTML:
Code editor
When utilizing the code editor, you can include the clicktracking=off attribute inside the anchor of an HTML link before the href. For example, <a clicktracking=off href="http://example.com">link text</a> would not be tracked.
Design editor
If you utilize the design editor, you will need to enter into the code editor of the text module and add in the same HTML attribute clicktracking=off between the a and the href.