Transforming IRIs to URIs/URLs using Velocity
If you’re storing IRIs — as I previously advised for readability and compactness — you might someday need to turn them back into URIs. Velocity can do that. →
If you’re storing IRIs — as I previously advised for readability and compactness — you might someday need to turn them back into URIs. Velocity can do that. →
URL-encoding isn’t something you just do (or hope someone else does for you!) and forget about. It’s required in only one case, and outside of that, might be better off undone. →
Just a few notes on why this Marketo “extra” isn’t always usable. →
Historically, browsers shared a disturbing amount of information across sites, with no way to disable sharing. In the past decade, those features have gained on/off switches, and finally in late 2020 (!) they’re off by default in in Chrome, heavily impacting Referrer-based UTM tracking →
Known Visitor HTML is simpler than a standard Marketo form — to a fault. Here’s how to re-enable the full JS API in KV HTML. →
Alas, no solution for this one (it’s a bug in the Marketo app). But thought the cause was interesting. →
Marketo’s <meta> preprocessor tags — used to declare the different types of ${mktoVariable} — may look like standard <meta> tags, but they’re actually more flexible, DOM-wise. →