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.
It doesn't have to impact testing. Just program a way to override the exclusion. For example, if you set a certain cookie, then your browser gets tracked even if you're coming from...
The best way is to defuse internal web activity from being tracked at all. Have your webserver not initialize Munchkin if the client's IP address and/or PTR is in one of your known...
I wouldn't worry about length limits unless your client imposes one for some reason. On the server side it's going to end up in the same (dynamic string) variable so it should have...
That endpoint is supposed to be used via GET. As the documentation states, if you use POST (which presumably you would only do if your client was hard-coded to use POST only), you ...
I would have everyone use the standard means of author attribution in the head of each page: <LINK rel="author" href="careyp"> (this won't be entered automatically, though once the...
@Sarah seconding Justin, a lead may have a a Munchkin cookie set by your website ExampleCorp.comor ECand be associated with a known lead there... but that cookie isn't going to be ...
@Rajesh I can understand working on millions at once may not be feasible, but you can straightforwardly divide them into 36 already-unique buckets -- where mail contains @a, @b, @c...
Around midyear we're planning to package our internal reply-to-Marketo service as a SaaS app.We do write inbound replies to Marketo and require no special setup in your receiving e...
@Kenny E if you're trying to keep the QS and pass it verbatim to another page, your approach isn't correct:
String::split() returns an array and by defintion does not include the "...
Here's sample code that tracks YouTube events (Play, Pause, Play Until End) using Munchkin. Adapted from YT's guide here.
<!-- 1. this DIV is replaced by the player IFRAME --><div ...