URLs generated by velocity script in text version email | Community
Skip to main content
April 2, 2018
Solved

URLs generated by velocity script in text version email

  • April 2, 2018
  • 1 reply
  • 2178 views

Hello,

I'm generating a URL with a velocity script. This works great in the HTML email - however, following the instructions in the Marketo product documentation (http://developers.marketo.com/email-scripting/​) creates formatting problems with the text-only email versions.

Following the instructions causes links in the text version of the email to include the <a> tags.


Any thoughts?  I get that you could simply have the velocity script generate the URL independent of the <a>, and insert that into an HREF attribute in the email editor - but I think this causes tracking issues.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

I get that you could simply have the velocity script generate the URL independent of the <a>, and insert that into an HREF attribute in the email editor - but I think this causes tracking issues.

Correct, don't do that!

I described the solution in this post: http://blog.teknkl.com/polymorphic-tokens/

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
April 2, 2018

I get that you could simply have the velocity script generate the URL independent of the <a>, and insert that into an HREF attribute in the email editor - but I think this causes tracking issues.

Correct, don't do that!

I described the solution in this post: http://blog.teknkl.com/polymorphic-tokens/

April 2, 2018

Great, thanks!