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.
@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 ...
In order to track views/clicks within embedded pages (IFRAMEs), either:[a] the IFRAME needs to load Munchkin.jsor[b] the IFRAME needs to have code to communicate with Munchkin on t...
There won't be one anonymous user in total, there will be one anonymous userper unique cookie -- i.e. per device or even per device user, depending on how you author your app.
@Takehiro are you talking about the lack of filter-by-lead?I agree this would be nice to also have in REST but if the OP wants to pull "all web traffic activity" as stated, there's...