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.
Mike, I also want to endorse Kenny's suggestion. This is basically a case study of why you should have all legitimate leads (i.e. non-spam leads) in SFDC. Any dedupe/merge system i...
John, remember that an existing Munchkin cookie will still be sent with the form even if the page hosting the form does not itself initialize Munchkin. There are different ways to ...
If you want to block those IPs from ever getting logged by Munchkin in the first place, you can hook up something like the IP-API and only call Munchkin.init() if the IP address is...
I wouldn't say "unpredictable" because every rules engine has one fixed way of executing a condition. They're usually left-associative for both AND and OR, plus AND is usually high...
Well, if you're going to be precise, that won't suffice, either. There is still a wrapping FORM and DIV.mktoTemplateBox that could have styles applied as well. The most complete so...
Oh, sure, we can log() and pow(), too. I guess my question is really whether you are intending to crunch (and re-crunch) historical activity logs on every update. If so, that would...