It seems like your message is just over Gmail's limit of: ~100-102KB so it is truncating the codeYou could: - Move the unsubscribe link so that something else is then getting cut-o...
The suggestion was made assuming you are including https:// in the field.Marketo has a specific system behavior and if you do not follow theguidelines- the links will break in live...
Def. checkout Sanford's link above! His blog has lots of hard to find velocity information.For the links, I would not expect any of them to work reliably unless they are formatted ...
I mostly use Email Scripting (Velocity) for this. Once you get the hang of it, it's quite powerful in terms of showing/hiding elements or dynamically building emails on a user leve...
You're welcome! This problem can be a tricky one to solve so am happy to share some insightthat may help.Jep lays out a good breakdown of what could be happening with response time...
When the system is backed up, what do you see when you go to the Campaign Queue?You should be able to see the campaign priorities as High, Medium, Low. This might help determine wh...
You could:- use javascript on the page to fill out a hidden field with the 'day of the week' and use that for automation- use Email Scripting / Velocity to change content- use a We...
Don't see Marketo's tracking script on that page or others. I would suggest including that and seeing if your issue is fixed Go to admin -> munchkin and there should be a script t...
Once you get the #foreach working, you may then be surprised by an obscure system behavior with links and #foreach loops. If you are going to output a link from within a #foreach l...
Yes, so long as your use case is fairly simple, that works: ##toLowerCase example#set( $var = $fieldName__c.toLowerCase() )#if( $var == "pickup" )##do work#elseif( $var == "deliver...