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.
This isn't really the place to troubleshoot code running on a totally different server. The design of that PHP code is totally wrong, though: you don't need to (and certainly shoul...
You can't do this with a native flow step because there won't be a shared state (i.e. counter) to increment. It requires a webhook-compatible service, which can distribute leads 1-...
There’s no built-in way to get the Form Name.
You can switch from loadForm() to newForm() and fetch the descriptor yourself, which lets you read the name — but that’s a major dev ...
As noted on your other thread, you can add 300 leads at a time using Add to List.You can also use the Bulk Import API, which is metered by the size of the file (10 MB max) as oppos...
You have it backwards with Opens and Clicks.
Mail security scanners rarely pre-open emails, i.e. pre-download tracking pixels.The major exception is Apple mail clients (note: not ...
I know that if these contact were already in our database, and we were emailing them directly via Marketo, they could click a CTA to go to a landing page with a Marketo form and su...