Ability to Track links that are constructed using Tokens | Community
Skip to main content
New Participant
June 3, 2016
Solved

Ability to Track links that are constructed using Tokens

  • June 3, 2016
  • 2 replies
  • 3235 views

I have tested links dropped in via a Token, such as:

<a href="{{lead.DownloadURL}}">Click here</a>

and using a Token for part of a link only, such as:

<a href="mycompany.com/{{lead.DownloadURL}}/">Click here</a>

And in both cases it appears that the Marketo Tracking functionality doesn't work. I get a straight link without tracking.

Am I doing something wrong, or is it not possible to track links that are constructed using Tokens?

Thanks!

Best answer by

Hi Shannon, check out Ed's post on tokens and nuances of tracking Marketo Tokens: Ins and Outs

2 replies

Robb_Barrett
New Participant
June 3, 2016

First off:

Are you testing in the email preview screen or by sending a real version of the email to yourself?

Are you sure you have tracking turned on?

In your first example, what you REALLY want is <a href="{{lead.DownloadURL"}}>My Link</a>

When you send the email to your email address you should see that it's be re-coded.

Finally - do you have Munchkin on the page you're sending them to?  If so, a Visited Web Page obviously means a clicked link.

Robb Barrett
SanfordWhiteman
New Participant
June 3, 2016
Finally - do you have Munchkin on the page you're sending them to? If so, a Visited Web Page obviously means a clicked link.

But a non-tracked link will not associate Visited Web Page with the known lead, so it's not a substitute.

Accepted solution
June 3, 2016

Hi Shannon, check out Ed's post on tokens and nuances of tracking Marketo Tokens: Ins and Outs