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.
There's this old(ish) chestnut: MktoForms2 :: Force "Corporate" Email - JSFiddleBut bear in mind that there aren't just a handful of such domains. If you want to be complete, the g...
Yes I believe they are sending through 2 separate leads as web activity on domain A remains with an anonymous lead and not linked with web activity on portal domain. In most of the...
have a wrong cookie value, if people send their URL to someone else.That's why, if you were choosing this method, you either use a POST (like Marketo does to share session cookies)...
Yes, the JavaScript object (and a non-DOM <FORM> as well) will be created even if there's no <FORM> in the DOM.I haven't tested a non-DOM <FORM> instead of hidden <FORM> cross-brow...
But the space at the end isn't necessarily wrong. It's not an invalid URL, no matter how unlikely it may seem. Maybe a popup warning would be nice, but this can be a slippery slope...
Reading the cookie values *as cookies* cross-domain -- that is, peeking into the browser's cookie database directly -- is expected to be impossible. This restriction is enforced by...
Also note: whenever you switch from the Marketo Admin UI to the Marketo Designer (two different domains) your session cookie is transported cross-domain using HTTP POST. I have no ...