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.
@Dan use "//app-xxx.marketo.com". You must've customized that because that's what the embed code usually looks like ("scheme-relative" or "protocol-relative" URL).Be aware that loa...
@Justin I agree about the sudden appearance thing. You can mitigate it a bit by hiding the form container (opacity: 0) and then fading it in. But ultimately it always has to "appea...
Well, you can't "keep" your custom fields only on the form, they have to be known to Marketo if you want the lead fields to be updated accordingly.Other than that, a server-side fo...
I think you need to define exactly what "sync" means. If it means, "Post form data to my local databaseand alsoto Marketo," then a server-side form post will do you fine, independe...
Also note that new, organic, anonymous hits to Site 1 -- as opposed to links followed between the sites -- won't be able to tell Site 1 about a cookie that might've been set by Sit...
Is there any way that Munchkin, or some form of cookie tracking can storm the original UTM in a cookie from a Marketo landing page...
To echo @Edward, no purely cookie-based tracki...
I like your parlor trick, man. To get even more tricky:H1[class^="04"].PM{/* rules for 4:00 - 4:59pm */}H1[class^="03"].AM{
/* rules for 3:00 - 3:59am */
}
We have a Salesforce trigger that creates a new "Marketo Activity" custom object with the owner and such fixed up (and then we delete the original generic Activitiy). Something to ...
@Ian using the html element to increase specificity is fine, but just a type selector has very weak specificityand there's no guarantee it won't be overriden by something you guys ...
What @Justin said, plus realize that if somebody clicks a link, that becomes a "Synthetic Open" even if they never downloaded images, or if they just saw the text-only version of t...