Using personalized links without JavaScript | Community
Skip to main content
SanfordWhiteman
Level 10
October 27, 2014
Question

Using personalized links without JavaScript

  • October 27, 2014
  • 3 replies
  • 1485 views
It should be well-known (though perhaps isn't) that when Marketo rewrites your offsite links, the redirect from the Mkto-hosted branding domain (f.e. click.example.com) back to www.example.com requires JavaScript.  It sets document.location, a primitive method that works fine, but only if the user's browser supports JS. Which sucks because that means you may be flat-out losing .5-1% of users, and even if they copy-and-paste the rewritten links they will see only a white page.

The above is all confirmed by Marketo support, btw.

Support suggested I open a discussion to see how/if any of you are dealing with this usability gap.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

October 27, 2014
One option you have is to turn off personalized links, and show the regular link. Then rely on Munchkin tracking to record webpage visits. Here's how to do this:
https://community.marketo.com/MarketoArticle?id=kA050000000KyqCCAS
SanfordWhiteman
Level 10
October 27, 2014
I'm aware that I can turn off click tracking, thanks. Then you no longer get clicks tracked automatically by lead. If I didn't need this functionality I wouldn't be using personalized links/link rewriting in the first place.
SanfordWhiteman
Level 10
October 28, 2014
... unless you have some magic that allows Munchkin to associate the lead without manually inserting an identifiable value in every URL you ever use an e-mail.  I am 99.999% sure no such thing exists.