Tag to make link in email a non-tracked link | Community
Skip to main content
December 2, 2015
Solved

Tag to make link in email a non-tracked link

  • December 2, 2015
  • 2 replies
  • 3113 views

We have a communication going out to our employees that links to an internal page which requires a login or SSO. The information appended by Marketo is breaking the link when users click. A long time ago we ran into the same problem, and I added a tag to the link formatting that kept the link as is instead of making it track-able and appending information. I realize that I won't be able to report on the engagement, but that's not a big deal for this situation - we just need to get the email out. I can't for the life of me remember what that tag was.

Does anyone know what that tag is? I've searched on the community, but searching for anything with "tracking" brings up a whole mess of results.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Justin_Cooperm2

You can just use the checkboxes in the "Insert Link" dialog of the text editor.

Or, if you really want to add the code to the <a> tag yourself, it is class="mktNoTrack" (disable tracking completely) or class="mktNoTok" (disable mkt_tok query parameter from appearing on destination page URL).

2 replies

SanfordWhiteman
New Participant
December 2, 2015

class="mktNoTok"

Justin_Cooperm2
Justin_Cooperm2Accepted solution
New Participant
December 2, 2015

You can just use the checkboxes in the "Insert Link" dialog of the text editor.

Or, if you really want to add the code to the <a> tag yourself, it is class="mktNoTrack" (disable tracking completely) or class="mktNoTok" (disable mkt_tok query parameter from appearing on destination page URL).

December 3, 2015

Perfect - thank you!