Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks for the reply, so outputting the full link will enable tracking? I tried that and don't see on lead record or report. #if($lead.Language=="English")#set($ctalink="https://test.com")#elseif($lead.Language=="Spanish")#set($ctalink="https://test.com/spanish")#elseif($lead.Language=="Japanese")#...
For the way our tracking is setup, if the link is coming through velocity script, the link is not tracked. Is there anyway I can keep the https:// outside of the velocity script? Or print the script in text? I know this works in text tokens
Thanks so much! And does sending a tracking URL through velocity script break the tracking at all? And is there a way to make the velocity script output as text instead of URL? When using a text token to put URL, I am not experiencing the same issue
Actually just tried that and the link breaks in the email (okay in the preview). I put $link as my output.
Thanks for the reply, yes testing with "real" emails as samples. Would I be able to print https://$link via velocity script? Or how could I keep the a tags outside of velocity
We use excel since we are writing 100+ if/then statements which can be automated via excel. Every time I paste into velocity, I have to drag the fields from the right side into my script for it to work.
I want to insert a different link based on landing page language. For instance, ?language=english I want to show english linkFor, ?language=spanish I want to show spanish link Want to do this via velocity token, not update manually