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.
To all that aren'tusing mktNoTrackrealize that if the leaddoesn't have a configured app associated with mailto: links, while the mailto: will still be attemptedafter bouncing off t...
@Eduardo S WIth some very simple JavaScript in the onSuccess handler, you could easily check the form value against an array of known competitors. If you wanted to call back into M...
You mean the ID of the form elements, like mktoCheckbox_999_2?As far as I know, those are not guaranteed to be static as you alter the form. That wouldn't be possible in any form b...
@David D Depends on what's "minimal" to you. 🙂This example is about as basic as I can imagine. However it is not scriptless, as you can see.http://jsfiddle.net/sanford/45x2562z/sh...
@Charlie L I think what @Dan Stevens is saying is if the Thank You page isn't a Marketo LP, then the segmentation couldn't work, because an outside page wouldn't have any knowledge...
@Santhosh N if you're already using the API, you can do anotherRequest Campaignagainst a static list of addresses you keep in your server config. You can change one of your passed ...
An Apex trigger is one way. I would say once you have an email address for a record, deleting it completely rather than marking it as future-unusable is poor practice. Otherwise, y...
@Sarin N If a lead has Clicked Emailactivity, that means they've clicked a link in the email. Therefore it always implies a human action akin to "opening" (or "reading"), even if t...