Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Everyone,I'm wondering if I'm using the right way to implement a default program with personalised emails, let me explain :I created two versions of the same email, but with different greetings and use a smart campaign to differentiate recipients :"if member of list..", send Email with Token 1 (...
Hi there,What will happen if I import a list of contacts before Marketo is sync with our DB but some of those contacts are already part of our DB ?How the sync will occur ? Will Marketo create duplicate IDs? Will it sync the contacts that have been uploaded previously and keep their past activities ...
Hi Everyone... I have the current script below but Id' like to add 'Madame' and 'Monsieur' as values instead of just 'Mr.' and 'Mrs.' : #set ($greetCheck = ${lead.Salutation})#if ($greetCheck.contains('Mr.'))Cher ${lead.FirstName},#elseif ($greetCheck.contains('Mrs.'))Chère ${lead.FirstName},#elseBo...
Dear Tom, could you please share your latest script (the one which works ) with us please? I have the same one to implement in French ... many thanks!
Hi,I experience the same first issue mentioned in your message Eleanor : -Clone program; it carries a legacy "email 1." Create and change to new email 2, can't delete legacy email 1 (as though it is still in use...) - program ends up sending email 1What is the point of cloning a program if we cannot...