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.
Third-party cookie deprecation. Munchkin does not set third-party cookies, it sets first-party cookies.
You can expect a similar experience to what already happens in Safari: infr...
You don’t add quotes around the tokens in the payload.
JSON encoding takes care of quoting when necessary. It encodes values based on the datatype (string, number, boolean).
Your question isn't clear: string values don't need to "adhere to JSON string format" because Marketo JSON-encodes strings properly when you have JSON selected in the webhook defin...
Instead of going straight to Download HTML, go to Edit Code and then choose Code Actions » Download HTML.
I’m able to download everything, including the Marketo-specific <meta> ta...
Dave, consider these 4 cases:
1. creation of a new lead with a non-empty value
2. updating an existing lead from empty or null to non-empty
3. updating an existing lead from non-e...