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.
If you change this behavior, it means everyone who relies on this age-old, widely understood behavior suddenly has a possibly catastrophic change ("BC" == "Backward Compatibility")...
This behavior can't be changed as it would cause a catastrophic BC break. Perhaps a new feature that could be turned on per-instance or per-SC, but this cannot be the new default.T...
Hi Ben,Thanks for using Agical. Glad to see it getting some use!The reason datetimes are assumed to be UTC is it's best practice to store them that way, and if not, you can convert...
That would be really cool. Not that easy to administrate and design though , since all your partial pages will have to be created separately then assembled in a final page.Actually...
I'm writing a post about partials in Marketo LPs that is another way to approach this (and also allows you to speed up page loads with cached HTML fragments).Imagine it paired w/mk...
Right, there are 2 ways to go about this.First is a webhook. I used JavaScript, which is the uber-popular language used in FlowBoost -- a platform we built that I'm naturally incli...
I agree that a built-in facility would be handy. But the fact is these are stored as string fields, not multiple fields, and string parsing within databases is notoriously terrible...
This is an interesting example because the referrer is probably being stripped due to https:// -> http:// restrictions (it should be your branding domain).With my technique above, ...