Exclude clicks on our preference center link from report metrics | Community
Skip to main content
New Participant
June 25, 2024
Solved

Exclude clicks on our preference center link from report metrics

  • June 25, 2024
  • 1 reply
  • 1340 views

Hi All,

 

We recently replaced the default marketo unsubscribe with our own custom preference center link where folks can unsubscribe. Has anyone found a way to exclude these clicks from email performance reports?

 

Thanks!

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 SanfordWhiteman

Set any link to untracked by adding class="mktNoTrack" to the <a> tag.

 

Then you’ll want to re-add the mkt_tok query parameter so the page is still capable of associating previously anonymous Munchkin sessions.

 

<a class="mktNoTrack" href="https://www.example.com/page?mkt_tok=##MKT_TOK##">Untracked, Retoked Example</a>

 

1 reply

SanfordWhiteman
New Participant
June 25, 2024

Do you still want to track those clicks — as Email Clicks — outside of the report? If not, just make the link untracked.

ChrisOs2Author
New Participant
June 27, 2024

No we do not. 

 

How would I make the link untracked?

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 27, 2024

Set any link to untracked by adding class="mktNoTrack" to the <a> tag.

 

Then you’ll want to re-add the mkt_tok query parameter so the page is still capable of associating previously anonymous Munchkin sessions.

 

<a class="mktNoTrack" href="https://www.example.com/page?mkt_tok=##MKT_TOK##">Untracked, Retoked Example</a>