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.
Solved! Go to Solution.
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/
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/
Great, thanks!