Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey all, Ive seen some older posts about this but wanted to see if there was anything more up to date. I was wondering if there is a way to pull a list of all used fields in a Marketo instance. My understanding is that this process is very manual and I would have to click into each field in Field M...
Hello there, I am creating an email template that has a few global variables including one for color ${ButtonColor} of my CTA button. In preview, my CTA looks how it is intended. When I send a test to GMAIL, the CTA does not render properly. Ive attached the code as well as screen shots of intended...
Hey Sanford, Got it, thank you again!
Thank you for clarifying Sanford! For the alternate DKIM selector, you are referring to the article here, correct? https://nation.marketo.com/t5/knowledgebase/dkim-conflict-when-two-marketo-instances-use-the-same-email/ta-p/254996 In that case, I would open a support ticket to have them copy the ver...
Hello! I am working on a project where a client has two instances of Marketo and one is brand new and I am working on the admin set up tasks. They would like to use the same From Domain across both instances, example.company.com. My understanding is that this is not advised as an alias value is only...
Thank you both for your input. This is the particular use case I'm trying to solve for#if ($contributionHistory_cList.isEmpty())Dont show anything#elseLast Contribution Date: ${contributionHistory_cList.get(0).date}Last Contribution Amount: ${contributionHistory_cList.get(0).contribution}Manulife ID...
I am creating a Velocity Script for an email and would like to only show the script to users who have the custom objects in the script available. I am new to scripting but is there an if/then statement that can be used to say "if this custom object doesn't exist for a user, do not show the script"? ...