Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 is going to have at least some latency. Even if it's "just" 30 seconds and an SFDC refresh, that's not putting the mos...
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 solve this problem, one that Kenny prefers and one that I use, but either way the final outcome needs to be that the fo...
If you run a WPA (Web Page Activity) report in Marketo, you can see who hit that page from Marketo's perspective (i.e. the named lead).
Good call, yes: create a SC that triggers on the Filled Out Form action (and whatever other constraints and filters apply).
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 in the allowed ranges. (Set a browser session cookie with the result so you only have to call the API once.)
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 higher precedence than OR, so x AND y OR z is most commonly equivalent to (x AND y) or Z. x OR y AND z needs a bit more pro...
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 solution is to set the FORM to { display:none; } by default and then only display it if has the real form elements. Or ...
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 take a BI integration because you'd be maintaining a data warehouse. If all your math is based on "token values in, new...
Follow me back and we can PM. I'm sure we can keep it pro bono... but this thread is just getting in the way!