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.
Heh, that'll teach me to take your word for it. We only use a couple of redirects so I didn't go back and check.It's interesting, though, that you can't turn the functionality off...
Marketo Forms can easily fill hidden fields from URL query params (?name1=value2&name2=value2) or from cookies. (When you add a hidden field, you specify the source.)If you're talk...
Gerard, the most scalable method to log end-user activity and tie it to Marketo lead records is the Munchkin API, which as Josh pointed out is documented in the Developers area.By ...
Jeff, if you are testing pages using the file:// protocol this will cause the observed symptoms (the Munchkin bootstrapper loads the latest Munchkin module from the scheme-relative...
The solution is to not use the form embed code, for indeed it's geared toward third-party pages.Use the integrated LP form component, but hide the form. Then move the form into the...
Amy, looking at the 404 error you can see that the underlying page that your web server is looking for is (using a generic URL because it is easier to understand):http://example.co...
If it's an absolute requirement that data not appear in HTML, JavaScript, or even on the wire with an Ajax call, then the answer is no. You'd have to use segmentations to render di...
Munchkin code will be loading from companydesign.com, hence they will be tracked as a known lead on companydesign.com.The From/Reply-To of the email doesn't matter, only the final ...