I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
As we all know, adding the standard utm_* query params to email links is something Marketo can’t do automatically.
Storing UTM params in a Program-level {{my.token}} and buildin...
Also, you don’t need that map to convert between short month names and long. Both values are built into SimpleDateFormat.
## $shortMonth is "Dec"
#set( $tempDate = $convert.parseDa...
No, using Velocity variables ($references) outside of Email Script {{my.tokens}} is not supported.
However, you can create 2 simple {{my.tokens}} each outputting one variable. As ...
You cannot guarantee that the From: address will not receive some automated replies — in fact if mailservers obeyed the standard, all automated replies would go to the From:.
Get yourself a proper number-rounder and use it:
#set( $integerFormat = $number.getNumberFormat("integer", $convert.toLocale("en_US")) )
#set( $void = $integerFormat.setRoundingMod...