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.
So you've got someone's Loyalty Points stored in an Integer field.[1] Or maybe it's their Year-To-Date Store Purchases, or some other precise number.
But to be more casual, you do...
Hi Jared,
1st pointer... the OpportunityList is a listof Opportunities,not a single item. So it actually doesn't have "a" cruiseLine value, as there's one for every item in the li...
ZoomInfo’s FormComplete plugin is... potentially pretty cool. 😀(I take care not to endorse any products here, though I didn’t say anything bad, which is a good sign!)
FormComplet...
It’s not made explicit in the docs, but a Marketo CSV import does indeed support values with embedded line breaks as long as you use RFC 4180-style syntax.
If you don’t know, RFC ...
Some folks in your Marketo database have an Account Owner, some have a Person (i.e. CRM Contact-level) Owner, and some aren’t yet owned.
So how do you include the best-fit owner...
Marketo’s content processing can be, in a word, greedy.
When it detects Mustache-style double-curly-brace notation — like {{lead.Some Field}}— that either
(1) matches a known fie...
Marketo Forms are based on a true HTML <form>tag, and use standard (semantic/non-fake) HTML <input> types whenever possible. As I always take care to say, this is A Very Good Thing...
Been meaning to write this up for ages, but was reminded today by this FlowBoost JS payload a user was working on:
try {
const phoneNumber = FBUtil.phone.parse( {{Lead.Phone Num...