My upcoming talk at the NYC MUG

This is next Wednesday. (Hey, no one ever said I was good at marketing.)

A Redirector LP for HubSpot that isn’t lying to you

Hubspot, Marketo, and other MAPs share the same issue when you link to assets like PDFs. The click is logged, but further session tracking is impossible. That’s solved by a Redirector LP.

You can’t get REST API Folder IDs from the Marketo Engage UI

Don’t be tempted by ID-like stuff in the browser’s location bar. You gotta use the API to use the API.

HOWTO: Make Marketo form onValidate/onSubmit/onSuccess idempotent, like native DOM events (plus learn what “idempotent” means!)

Marketo form events don’t work like standard DOM events. (Thinking they do gets you callbacks that either never fire or wildly over-fire.) But with some tweaks, you can make MktoForms2 more familiar.

Why the back/forward cache (bfcache) loses Munchkin activities, and how to fix it

Getting web analytics 100% in sync between Munchkin and GA4/Clicky/etc. is still a pipe dream, but here’s one reason they differ.

Properly preserving Marketo {{dotted.tokens}} in URL builders

Way too many URL builders are naïve about how tokens work. (Not just Marketo tokens, but other platforms’ variables/tokens/merge fields as well.)

Streamline the Munchkin embed code, taking out outdated cruft

No pressing need to do this, but it can help you & your site feel more up-to-date.

Parse “Visit Web Page” {{trigger.tokens}} into individual query params using FlowBoost

Together, the {{trigger.Web Page}} and {{trigger.Query Parameters}} tokens can recreate a visited URL. But parsing the URL into separate fields can’t be done natively: you need FlowBoost.