Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Popping up different Dynamic Chat dialogues for known SFDC Contacts vs. SFDC Leads is a basic ask. It’s a smidge trickier than you might expect, though, for 2 reasons: (1) you can’t sync SFDC Type from Marketo to the DC database(2) you can’t sync SFDC Is Deleted, another key component Don’t worry, i...
The Forms 2.0 lightbox() method is fully functional, but commonly misused.[1] I’ve had a post in my drafts for ages — “Tips for a smoother lightbox() experience” — but in the meantime lightbox() has become unnecessary because all modern browsers support ...
Violating the old Never Rewrite From Scratch rule (which, let’s be honest, is sporadically enforced) Microsoft created New Outlook in 2023. So far, it’s been a rocky rollout, with scant rewards for end users and mixed results for MOps. On the bright side, email designers like the new rendering engin...
Another way to do this is to put the Calendar token on a Redirector LP. Using the Redirector LP lets you kill another bird by associating the Munchkin session, which won’t happen with the direct ICS link.
A user had buggy 3rd-party JS causing forms to be submitted 2x. Unable to find the root cause in their stack of plugins, they tried a desperate fix: add an onSubmit() listener and stop submission if the listener runs a second time. Like so:MktoForms2.whenReady(function(readyForm){ let stopFutureSu...
As you read on, you might think I’ve contrived a situation with an infinitesimal chance of happening in real life, just for the love of blogging. But this just happened to a user who posted on the Nation! So here’s the weirdest Marketo Forms factoid you may ever learn: if the 20th field added to a f...
You see a series of Unsubscribe Email activities, roughly 5 minutes apart, covering more or less all the emails someone received: Each one’s Details show they used the List-Unsubscribe header: Turns out that’s standard behavior of the newish Manage Subscriptions feature in consumer Gmail. When you g...
Feels weird to be writing about this at such a late date, but there’s misinformation going around, perhaps AI-influenced. The spur for this post was the erroneous claim that Marketo Forms 2.0 uses REST API names as Form Field names. That is, if the REST API name is email the corresponding form field...
Marketo recently added a bunch of new {{trigger.tokens}} that can help reduce the number of nearly-redundant trigger campaigns, always a good thing. Some of the tokens are relatively “raw,” though: they output unique IDs, not friendly names. Massaging those into values suitable for people like sales...
Let me start by noting this technique is only for people at your email domain, not for lead email addresses. Guessing leads’ names is what spammers do. If you forgot to require First Name and Last Name on a lead gen form, complete their profile responsibly. Sometimes, due to technical gaps, you only...