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.
It isn't standard for APIs to perform this kind of check -- not that they couldn't, but it isn't a defect if they don't IMO. Field validation at the UI level is usually best-effort...
You need to make sure your Munchkin cookie is actually associated with your lead. I know you probably believe it is associated, but you should run a Web Page Activity report, with ...
I do agree with Alok: if it's important enough to capture, it's important enough to remember. Unsubscribe Reason(s) isn't a disposable, time-sensitive data point, right?That being ...
Don't believe Marketo even supports the <STYLE> tags for this, though other ESPs do. Maybe someone else has a trick to force them into a Mkto template.But email client support is s...
Is this In an email?You can't use JS events in email. At all.You can use CSS hover effects (which you should use instead of JS events on HTML pages as well) but with limited suppor...
If you follow me on the Community, I can send you an experimental Munchkin extension that will drastically increase the accuracy. The others who are testing the code have reported ...
Aujasvi, beyond Kenny's questions, what is the business process that requires a server-side POST? You create the possibility of a DoS attack against your instance (when form post a...
Ric, the difficulty here is how you remember that the user has said they want to disable cookies. Traditionally, to maintain such state throughout a browser session you'd use... a...
Kristen Malkovich the Do Not Track setting in Admin is broken. It doesn't actually affect whether Munchkin tracks activities. You can check the navigator.doNotTrack/msDoNotTrack/...