Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello, we are creating emails fully built with tokens. I want to reference the email in smart campaigns that live outside those email programs. Is this possible? The email will live in the program with tokens, but the smart campaign will live outside that specific email program.
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")#...
Hello, I am trying to set a URL in velocity script based on lead data. I do not want to pass any CTA copy in the velocity, how can I set URLs without putting the URLs in a tags? We will be using these links in multiple places in the email, so simply want to pass the URL only, no other formatting. I ...
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 https://$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
Hello, I am using velocity script to set a link based on lead language, I have a series of 12 if/then statements. The velocity script is working fine during previews in marketo, but when sending tests to my email, the link breaks. How should I format the output, so the link does does not break? We h...
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.
We are building out velocity scripts in excel and need to copy them into velocity script within Marketo. When copying from excel to marketo, we need to remap everything my dragging the fields for it to work. Is there a way to keep velocity script mapping/formatting when copying from another source?