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.
I don't think you're following. The partyness of the cookie is irrelevant.You said you "can share a unique Id" between systems without having to use HTTP for transport, that is, yo...
I wouldn't expect to be able to consistently assign a Rich Text token directly to a JS variable, because when building HTML (especially by hand) you want whitespace to be insignifi...
Hank, like Stijn noted, any survey tool that can maintain, or even simulate, a many:1 survey:lead relationship is going to require some level of development or at least what we mig...
For example: document.location.hash = document.querySelector('META[name="description"').content; Munchkin.init('AAA-BBB-CCC');The logged Visit Web Page would be: https://nation.mar...
Make sure you have declared the namespace: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"or use <leadSelector xmlns="http://www.w3.org/2001/XMLSchema-instance" type="ns1:St...
Yes and no.You can't embed text inputs or selects in an email, and you can't realistically expect people to click on more than one link to answer multiple questions.But you can hav...
If you are truly banned from using a querystring then just use a path parameter. http://www.example.com/learn/what-is-devops;r or http://example.com/learn/what-is-devops/r can be e...
If you know the id of the lead to which these records were erroneously tied, you can retrieve that record's cookie list by adding 'cookie' to the fields list in a Get Lead by ID RE...