URL/Link Token doesn't register as click in email

Anonymous
Not applicable

URL/Link Token doesn't register as click in email

We have a unique link token imported dynamically from SF into our emails, and the links don't appear to be registering as clicks in the reporting.

We know they're being clicked because we set up a success campaign to route them into a list when they've taken the desired action (which they can only take through that unique link). The list is filling up, so they're clicking, but we just can't see the total clicks vs. the total who have taken the desired action once they clicked.

I've seen some stuff kind of similar on here, but does anyone know why or how to fix this?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: URL/Link Token doesn't register as click in email

There was just a great discussion about this: 
https://community.marketo.com/MarketoDiscussionDetail?id=90650000000Pm26AAC

 
Good URL Tokens that will render as tracking links:
 
Token: {{my.URL1}}
Token Value: www.marketo.com
Token in HTML of email: <a href="http://{{my.URL1}}">Marketo Token URL 1</a>
 
Token: {{my.URL2}}
Token Value: <a href="http://www.marketo.com">Marketo Token URL 2</a>
Token in HTML of email: {{myURL2}}
Anonymous
Not applicable

Re: URL/Link Token doesn't register as click in email

Thanks Jeff. Yeah, that covers it. Silly, but seems like we just need to drop the https:// from our token links and input it manually in the emails. Thanks for sending!