Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi all,I have a question regarding velocity script.We want to say the following:If field "lead.bestOffer" contains "A" -> write "B" to the my.token "my.bank_name"In all other cases, use the value that {lead.bestOffer} shows.We tried the following way, but it didn't work:#if(${lead.bestOffer} == "A")...
Hi,do we have the opportunity to test send out time in Default or Engagement program?Or is this just possible for list import program?If it's just possible for list import: how could we do it in a program based on a smart list?BestChristin
I'm sorry, I was sick.Thank you very much for your answer!
Hi all,how can I format a number in lead database like 58.5123434565 into 58,51 within the email?I want to use it as currency in emails with comma (german way of writing).I tried with the script token, but apparently it didn't work.$math.roundTo( x, y )Can you guys please help me on that? (I'm not a...
Hi all,we are facing problems with our Bday email.I created it like this (/blogs/marketowhisperer/2016/04/23/sending-a-birthday-message ), with batch campaign and trigger.Problem is: the batch campaign, that just says "Date of Birth is not empty", qualifies a huge amount of people and runs for more ...
Hi all,I am currently working on a Birthday campaign and quite new to building Marketo campaigns.I did the steps like explained here: /blogs/marketowhisperer/2016/04/23/sending-a-birthday-message Problem: The trigger campaign is showing this:Do I have to click "Run once" in the batch campaign in ord...