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.
In this case I was talking about simply appending the (URL-encoded) cookie value to the exit link:https://other.example.com/?_mkto_trk=id%3A123-ABC-456%26token%3A_mch-codepen.io-15...
The post title is a bit of a mouthful, but if you've been bitten by a certain feature gap you'll know what I mean.One of the first things you learn about Wait steps is they don't h...
Unfortunately, under Marketo's "new regime" for Velocity post-June 2019, this code will no longer work, and there's no alternative. (Do highlight your code next time using the synt...
No, you cannot do this with CSS alone, because you'll break the tab order.As noted in the comments, grab my FormsPlus::Tag and FormsPlus::Reorder libraries from MktoForms2 :: Demo ...
Re: "expect the pURL to display", I always expect the page to display something. The question is (was) whether {{lead.tokens}}, for one example, pick up the pURL user. I agree that...
Sure, you can wrap Munchkin initialization in that function if you want, it's harmless and will save extra traffic for affected users. The API will not be supported in iOS nor Safa...
eTags don't solve the problem of the intermediate cache. The ability of the cache to differentiate on Vary: DNT is the key (no pun intended).What you're describing just isn't somet...
Surely, they could return a version of the script that will know that the user does not wish to be tracked (e.g. script that contains a variable signalling DNT is on).Yes, in theor...
Despite instructing a Community member to “search my posts” the other day, I ran a search myself and there wasn’t a one-stop explanation of what Do Not Track (DNT) means in Marketo...