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.
Yep, it’s usually something like that. Either query parameters are re-added in a hard-coded order (as I noted above) or they’re re-added in alphabetical order.
Well, there is a way, but only if you incorporate a webhook-compatible service. Not within Marketo proper. We do this for the very similar task of running Add to SFDC Campaign base...
A good way to find out the exact token names is to go into the Rich Text Editor (in an email or LP, doesn’t matter) and browse for tokens.
(From your screenshot, the setup seems c...
Please link to your page so we can look further.
Query parameters are ordered. That is, apples=yes&oranges=no is different from oranges=no&apples=yes. However, the order rarely ma...
Please show a person you believe should qualify and all the reasons for this. Also your filters include nested Smart Lists! All the filters in these SLs need to be shown as well.
Query parameter names don’t include delimiters like ? and &! They’re the names alone, like utm_medium and utm_campaign. (This isn’t a Marketo thing, it’s true of all URLs.)
When I...
I’ve explained the cause above.
You can easily see the event firing if you attach a debugger to the mobile browser. (You must know how to debug if you’re authoring client code.)