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.
All you need to do is include Munchkin, yes. When running a Web Page Activity report, make sure to include Anonymous visitors on the Setup tab (I don't know if you are expecting cl...
If you are comfortable passing the PDF URL as a hidden field (thus someone inspecting the page code could see it) then just pass it directly to a custom field stored on the lead ("...
"Proper case" for last names is not something you actually know. I've mentioned this in a number of posts on the topic. Some cultures take their nobiliary particles very seriously....
"Name-Value Pairs" simply means if the field's API name is MyField__c, your url-encoded POST body contains
...&MyField__c=theValueForMyField&...
I disagree with @Josh in that Fill...
Well, you have to figure out how best to maintain one-to-many records in the Marketo database.Clicked Link events are inherently one-to-many, scalable, and reportable (you can see ...
There's no need to use Request Campaign. The Munchkin `clickLink` action is easily triggered and can be attached to any element on a page (it automatically attaches to standard A t...
If your site is loading the Munchkin tracking code, then all those downloads will be registered as Clicked Link events on the Lead. What else are you looking for?
Provided the link is being properly rewritten by Marketo to bounce of the tracking server/branding domain, yes.Are people getting customized versions of that link? (They have to ge...