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.
... that is, the Folder and Program ID hierarchy is the same for all users of the same Marketo instance.
If you’re writing a commercial app, you shouldn’t make any assumptions acr...
This sounds like another thread that was recently opened (it has the same lack of clarity in certain areas).
If the field values do not themselves contain the URLs, you need amap ...
“Domain events” isn’t a martech/MOps term (there’s an old programming term like that but that can’t be what you mean).
Please explain in full detail what data you’re trying to ret...
Not sure what you mean by “expiring cookies” but — despite frequent FUD — cookies in general aren’t going anywhere for a long while. You’ll far sooner see tracking params stripped,...
Sending emails from the account owner name is not a reason for blocking as a matter of fact sending email with a real person name imparts trust on part of customer & have traditio...
This will not do what you expect. The 2nd time you use Send Email with a Random Sample choice, it will split the people remaining in the flow by 50%.
As @jsiebert notes you should...
Sometimes you glance at uncommented code and immediately know both what it’s trying to do (good!) and that it’s failing utterly to do it (bad!). Might be existing programmer slan...
The last part of the hash of the URL contains the Program ID. It’s the first contiguous string of numbers, i.e. in #/classic/PG3347A1 the Program ID is 3347.
Then you can feed tha...
Well, you’d surely have to start by providing your code, although ideally you should trim it down to the smallest possible template that demonstrates the behavior because otherwise...