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.
Some of the claims in this reply sound like hallucinations. What Marketo subscription automatically calls the BriteVerify or Kickbox API without user intervention?
The best approa...
First place to look is in the Activity Log for a ZoomInfo-created record. Does the integration add people to lists via the API? I know it reads people from static lists. Looking at...
You’ll be fine with just a string field.
Again, Marketo itself doesn’t enforce picklist fields, even if a field is synced to an SFDC restricted picklist. A net new lead created on...
Sure, though what I’d typically do is allocate a place for custom JS on the template level:
<div hidden class="mktoText" mktoName="Custom footer JS" id="footerJS"><div>
Then you...
Thanks for updating. Good to see people still using the code after all that time!
Btw, I just made a little change to the code because some things are browser-native now compared ...
If you look in your browser console (always start there!) you’ll see this:
That’s because the code isn’t intended to be in <head>. It has to run after the Marketo forms library i...
Agreed with Darshil. You should pack more values into a single CO record. The easiest way to create a Textarea and fill it with a JSON array of objects. Then parse that JSON in Vel...
The default cohort is everyone who’s left over after the other choices.
Doesn’t matter what the other choices were, it’s just everyone who didn’t match.
@Michael_Florin afaik there’s no situation where mixing Random Sample and other choices work as OP expects. Filtering on a field value and filtering on a segment — which is ultimat...