Skip to main content
October 26, 2015
解決済み

Tokenized link to trigger flow and track?

  • October 26, 2015
  • 2 の返信
  • 1763 ビュー

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 {{my.xxx}}. The button works no problem but never tracked or firing my flow. I've tried to move 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]-->

このトピックへの返信は締め切られました。
ベストアンサー Grégoire_Miche2

Hi Tony,

Keep the out of the token (so the token value should be 'google.com') and change your code to

href="{{my.C-10 CTA link}}"

-Greg

2 の返信

Grégoire_Miche2
Level 10
October 26, 2015

Hi Tony,

Keep the out of the token (so the token value should be 'google.com') and change your code to

href="{{my.C-10 CTA link}}"

-Greg

October 27, 2015

Hey Greg,

Awesome, thank you, that worked great!