SOLVED

Re: Marketo sees the (custom) unsubscribe link as traceable link

Go to solution
Grégoire_Miche2
Level 10

Hi all,

Surprise today when reviewing the scoring logs: Marketo detects clicks on the unsubscribe link.

This link is set up in a snippet, with the following code:

<a style="color: #9a9a9a; text-decoration: none !important;" href="https://info.generixgroup.com/FR-Unsubscribe_Request.html?mkt_unsubscribe=1&mkt_tok=##MKT_TOK##" target="_blank">Follow this link</a> to unsubscribe

But the clicks on this link appear in the log and the scoring is fired on that click.

This is surprising to me as I had understood that the mere fact of adding the mkt_unsubscribe=1 to the URL would tell Marketo thta this is an unsub link and that it should not be tracked.

Should we add a  class="mktNoTrack" to the link ?

-Greg

1 ACCEPTED SOLUTION
Grégoire_Miche2
Level 10

I did run the test, and it works well.

So adding the class="mktNoTrack" seems to do the trick.

-Greg

View solution in original post

11 REPLIES 11
Brian_Law_MKTO
Marketo Employee

Hi Greg, I advise clients when creating a scoring campaign for clicks link in email to add the 'Link' constraint to the trigger and surpress key words via not contains like 'unsubscribe', 'preferences, etc. Thanks!

SanfordWhiteman
Level 10 - Community Moderator

But Brian, the ostensible purpose of mkt_unsubscribe=1 is to tag the link so Marketo can treat it differently from general links. What is its purpose, if not what Greg expects here?

Nicholas_Manojl
Level 9

I don't know.

And maybe this is wishful thinking.

Is this an instruction for feedback loop reporting providers?

SanfordWhiteman
Level 10 - Community Moderator

Don't see how it could be, since it's rewritten.

Nicholas_Manojl
Level 9

You should write a blog post on the infrastructure and logistics behind feedback loop reporting.. (you do take requests now right?)

Dan_Stevens_
Level 10 - Champion Alumni

Hi Greg - Marketo still hides these clicks from the "clicks" and click %" metrics that are part of the email performance report, correct?

Grégoire_Miche2
Level 10

I did run the test, and it works well.

So adding the class="mktNoTrack" seems to do the trick.

-Greg

Victoria_Chu
Level 3

Grégoire Michel​ we use a custom unsubscribe page and have "mkt_unsubscribe=1" and "mkt_tok=##MKT_TOK##" in our URL parameter. We are seeing double counting of clicks when someone unsubscribes. Can you confirm if adding "mktNoTrack" will solve this issue? Thanks.

Grégoire_Miche2
Level 10

Hi Victoria,

Yes, this works.

-Greg

Josh_Hill13
Level 10 - Champion Alumni

did you test that?

Grégoire_Miche2
Level 10

What? adding the "notrack" class? Not yet