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.
Yes, I understand this is a default program- however, because as an organization (and this is above me) we haven't began using the Nurture channel, I've been nesting what is pract...
First, realize that if the field contains the leading "https://" then clicks will not be tracked, though they will still work. You need to keep the protocol outside of the field it...
Please provide detailed examples (screenshots, HTML source code of outbound emails, HTML as received).Extraordinarily unlikely that Marketo is overriding anything. More likely is ...
It’s simply impossible to do this with Smart Lists alone, because SLs don’t communicate across records, even those with an account in common.
We’ve done this using a webhook-compa...
Say you had a Smart List that excluded embargoed people (those you’re legally not allowed to send to). If you replaced it with a single Member of List that didn’t have any such exc...
Simpler isn’t always better. 🙂
Adding “... AND Member of List” to a Smart List means you potentially get fewer qualified people (it could be exactly the same number as without th...
Oh, there's randomization in Velocity? I guess I did not think about that - I'll look into it! Thank you!!
Yes, $math.random(1,4) will give you a random value between 1 and 3.