SOLVED

Re: How to track tokenized button / link clicks

Go to solution
Anonymous
Not applicable

How to track tokenized button / link clicks

We are working on some email templates and were hoping to use tokens for the CTA Button Text and CTA Button URL. However - the resulting button while taking the user to the desired end point does not track the click.

We changed the template to use a rich text token, but then the users has to add the "text-decoration:none" css to each link or else it has the default appearance

Has anybody found a good way to do tokenized buttons and links in email templates!

-Justin

1 ACCEPTED SOLUTION

Accepted Solutions
JD_Nelson
Level 10 - Community Advisor

Re: How to track tokenized button / link clicks

Marketo uses the HTTP:// as the tracking source. You'll need to have your url be http://{{my.token}}

It gets tricky if you have both http or https sites, so make sure you don't get them mixed up!

View solution in original post

2 REPLIES 2
JD_Nelson
Level 10 - Community Advisor

Re: How to track tokenized button / link clicks

Marketo uses the HTTP:// as the tracking source. You'll need to have your url be http://{{my.token}}

It gets tricky if you have both http or https sites, so make sure you don't get them mixed up!

JD_Nelson
Level 10 - Community Advisor

Re: How to track tokenized button / link clicks