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.
Serverless functions can be a good choice for custom integration jobs. After all, it’s a waste to keep a server up 24/7 just to import stuff into Marketo once a day.
Instead, run...
You don’t want it withEmail Suspended. It doesn’t mess around: if a recipient’s mailserver gave a super harsh “We don’t like you” bounce message, Marketo will block all email to t...
You may not have noticed this in your travels, but the _mktoReferrer hidden field is cached whenforms2.min.jsis loaded — before forms themselves are loaded — and all forms use tha...
One cookie. But not sure what you mean by not seeing the script tag. GTM always injects a visible <script> tag (although it's minimized so won't be exactly the same text you entere...
The correct way to load custom forms JS is to put it in separate.jsfile,after and outside*the form embed code:
<!– standard form embed -->
<script src="//954-TTG-937.mktoweb.com/j...
Ina recent postyou learned thatspecific charactersmust be URL-encoded before storing String/Text fields in Marketo. You don’t need to encode thewholevalue, and other characters sh...
A Marketo user needed something that’s not covered in my oldinput mask tweakspost nor themore tweaksfollow-up (both recommended!).
To comply with internal requirements, one field...
Appreciate the change! We definitely recommend putting the Program ID in the name (typically in parentheses) for easier lookups. Same with the Form ID.
But it’s not always 4 digits and why not call it by its real name, the Program ID? (Literally the same as the {{program.id}} token!) This seems a bit opaque IMO.