How to disable click tracking in emails created using the "Drag & Drop" editor?

Question

How to disable the click tracking for a URL that is part of a "Drag & Drop" template?

Answer

When you using the "Drag & Drop" editor there is no option to edit the HTML directly if it is not added in an HTML block. If you want to disable the click tracking for a particular URL that is not added in an HTML block you can use the following workaround:

  1. Download the HTML of the entire "Drag & Drop" template
  2. Find the piece of markup with the URL where you want to disable the click tracking

  3. Disable the click track by adding "clicktracking="off" for the desired URL
    Example:
    <a clicktracking="off" href="https://google.com">Click here!</a>

  4. Add this updated piece of markup to the "Drag & Drop" template using an HTML block
  5. Remove the previous content so there is no duplicate content in the template

 


Was this article helpful?
Have more questions? Submit a request