I'm having an issue getting tokenized buttons to be tracked and used as triggers in emails. If using a text token, say the value is "google.com", the trigger will have a constraint of, link is http://{{my.xxx}}. The button works no problem but never tracked or firing my flow. I've tried to move http:// to the token value and removing it from the constraint but nothing. Is there anything I can do to make Marketo see that my token as a link so it can be tracked and used as a trigger?
Sample button:
<!--[if mso]>
<table><tr><td align="center" style="text-align:center;width:100%;">
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="{{my.C-10 CTA link}}"style="height:42px;v-text-anchor:middle;width:175px;text-align:center;margin:0 auto;" arcsize="0%" stroke="f" fillcolor="#5A87C6">
<w:anchorlock/>
<center>
<![endif]-->
<a id="CTA-Text" class="mktEditable webfont" href="{{my.C-10 CTA link}}" style="background-color:#5A87C6;color:#ffffff;display:inline-block;font-family:Arial,sans-serif;font-size:16px;font-weight:normal;line-height:42px;text-align:center;text-decoration:none;width:175px;margin:0 auto;">{{my.C-05 CTA text}}</a>
<!--[if mso]>
</center>
</v:roundrect>
</td></tr></table>
<![endif]-->
Solved! Go to Solution.
Hey Greg,
Awesome, thank you, that worked great!