Hey All,
We do not use the Marketo unsubcribe page and have our own unsubscribe page linked in the footer.
Is there a way to have these clicks not count in our performance reports? I do not want to filter out people who did not click that specific link because I still want their sends/delivers/opens.
Thanks
Solved! Go to Solution.
Hi Alec,
you can disable tracking of the unsubscribe link in email either in the UI (if it is editable) or by adding the class="mktNoTrack" if the link is coded in email template. It will then not show in reports. You should add ?mkt_unsubscribe=1&mkt_tok=##MKT_TOK## to the end of the link to make sure the person's web session is still tracked, even though the click itself is not.
Pavel
Everything you need to know is here: The comprehensive guide to setting up the unsubscribe link
-Greg
Hi Alec,
you can disable tracking of the unsubscribe link in email either in the UI (if it is editable) or by adding the class="mktNoTrack" if the link is coded in email template. It will then not show in reports. You should add ?mkt_unsubscribe=1&mkt_tok=##MKT_TOK## to the end of the link to make sure the person's web session is still tracked, even though the click itself is not.
Pavel
Hey Alec,
Some ideas:
Please elaborate on your question if the recommended solutions do not meet your needs. Let me know if these help!