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.
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...
Certainly it can be done. Note the REST API is preferred, but the SOAP API is still supported.Either way you want the method `Get Lead Activity` filtered by what you consider web-r...
This will get a JS developer started:http://jsfiddle.net/sanford/hd22114r/4/In this example, I am writing the iframe contents at runtime instead of loading an external src, but it'...
Use the {{system.unsubscribeLink}} system token in your email design, for example:
<div align="center">{{system.unsubscribeLink:default=Opt Out of Future Emails}}</div>
You can i...