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.
Denise, not only is Josh correct, but there are no email platforms that can figure out which version is read by recipients who do not take any actions and do not read the HTML vers...
First, let's be clear: you cannot use JavaScript in email. Browsers and webmail clients will not allow this for security reasons.The only way to get an email to perform unattended ...
Evan, this is a very nice contribution and I appreciate the effort! I know a lot of people talk about homebrewing their solutions, but they don't post code.That said, there are som...
You'll use the Munchkin API, specifically the Munchkin function 'clickLink'. This creates a synthetic link click event you can use to flag interesting client-wide events. Craft a s...
Ravi, it appears you are using my code from MktoForms2 :: Google Places Autocomplete (you really should attribute it instead of saying you "created a code").Obviously the demo work...
Keerthi, all leads are sent both forms of the email, so the strict answer to your question is that there is no difference in how they are "sent out."However, as John illustrates we...
John, all event listeners that depend on elements in a Marketo form must be added within the MktoForms2.whenReady listener. See Forms 2.0 » Marketo Developers.Waiting for DOMReady ...
Jeff, you don't use Munchkin in emails.For email open tracking Marketo automatically inserts a tracking pixel. (Note, though, that open tracking is highly untrustworthy, as it only...
OK. That code looks very hard to maintain (string constants should be kept as separate as possible, and I would recommend using a lookup table of IDs and classes). But if it works ...