SOLVED

Re: Tracking links wrapped in mso (Outlook)

Go to solution
Pepe_Serralvo
Level 2

Tracking links wrapped in mso (Outlook)

Hi!

We have created a template email using the Email Editor 2.0

The CTAs in the email are created in a way where they work for Microsoft Oulook (we all know the issues with Oulook and emails)

The links are not being tracked.

We've added the https:// directly in the code and the variable value doesnt tinclude any http.

<!--[if mso]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://${c1ctaURL}" style="v-text-anchor:middle;width:${c1ctaWidth}px;" strokecolor="${c1ctaBorderColor}" fillcolor="${c1ctaBackgroundColor}">
<w:anchorlock />
<center style="color:${c1ctaTextColor};">
${c1ctaText}
</center>
</v:rect>
<![endif]--->
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

I believe Marketo is not tracking these links because the href attribute is not inside a tag <a>

Did anyone experience this before and come up with a solution or alternative?

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator
2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Tracking links wrapped in mso (Outlook)

Pepe_Serralvo
Level 2

Re: Tracking links wrapped in mso (Outlook)

Thanks Sanford Whiteman‌!