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.
Just remember one thing : reading a cookie from domain A when the lead is navigating in domain B is considered as a Cross-Scripting (XSS) technique Reading a first-party cookie is ...
If it's the same cookie on both domains, then you aren't missing anything. If it isn't working, it can't be the same cookie. You said your dev is supplying "the" cookie value along...
From what I can see, RJMetrics doesn't offer outbound connections for "pull" import other than their database connectors. That is, they will not start up client REST connections fo...
I mean the underlying code run by cSetOnline.do. From the extension .do I gather that's a Java webapp. You're feeding it all required information in the webhook template, but I cou...
Mkto "String" == short string expecting single-line manual entryMkto "Text" == long string expecting multi-line manual entryThe reason I add expecting is that actually both types c...
https://eva-test.salmat.com.au/ldn/csetOnline.do times out, then redirects, for me. Is it configured to only accept connections from Marketo IPs? What's the underlying code run by ...
You have the ingredients of a solution to this common problem, but you aren't putting them together. Having the cookie value stored on the lead is critical, but you also need to ru...
Brian, if your data warehouse does not integrate an HTTP REST client and/or scripting layer -- if it expects to act only as a database endpoint or perhaps pick up imports via SQL o...
I wouldn't say the Inferred values are "populated" by Munchkin exactly. That is, Munchkin doesn't do the GEO-IP lookup itself.Anyway, you can't be 100% sure that these values will ...
For bridging from an inflexible 3rd-party form, absolutely the way to go. Do pay attention to the serialization of checkboxes and multi-selects is all.