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.
OK. You kind of have to become familiar with cookies, because both Munchkin event logging and Marketo form posts are deeply intertwined with cookies.
There’s no Munchkin at all w...
No, you can’t download the Marketo records associated with errors, nor the raw logs.
Of course some of them, by definition, don’t correspond to anyone in your database. A 1003 can...
If the pages are on the same domain, they’ll share the associated Munchkin cookie. Simply leave the Email field off the second form.
You didn’t really answer my question about coo...
By "dynamically resolve" you mean "use"?There's nothing specific to {{my.tokens}} of the Date type, no. But of course there's a problem with all non-Velocity {{my.tokens}}, which s...
Unfortunately, there's no way to bypass the UI timeout by getting the Used By via API. I too have noticed extremely largeUsed Bylists aren't retrievable via any method, which sort ...
I assume you mean Date fields,not Datetokens(as in {{my.tokens}}).
There's no reason to use anything other than Date fields and DateTool ($date). Formatting of Date fields in Velo...
First off: that code is badly broken. You can't just add unencoded param values to query strings. Never add values without using the function encodeURIComponent(), which is designe...
Put ‘em in a parent folder. That’s what the feature is for! You probably want to use an immediate parent or the topmost parent, though, since finding tokens in a lot of intermediat...