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.
We're working on that, but that's probably an expensive solution for SMBs that don't have developers. It should just be included.I kind of meant a third-party solution. For optimal...
Agreed. A smaller/local company too (for the reasons Courtney mentioned) can be brought to a halt. How about gatewaying all imports through the REST API, so you can validate/queue/...
I would suggest you do this from the form (in the onSubmit event), not from a flow, if you're trying to be time-accurate. Under load a form fillout may not hit the flow for (I've s...
You can't have the script check to see where it's running, because that means the script is always present in the email (even when sent). You have to check the context (preview vs....
Only if you don't test it. I think this is like the pURL oddities: you have to get the order of operations. Then there's nothing to screw up, because you build your solutions to th...
Furthermore, if I have an initialUTMMedium field, I'll block updates in the admin section.That blocks all updates from form fills. For selective updates based on runtime info, you ...
I don't think there's anything not "proper" about the behavior, it just needs to be understood. I actualy voted down because it would be a big BC break if the default changes (not ...
Yeah, IFRAME is just a window with a regular document and its DOM.Shadow DOM refers to HTML fragments that are used to build reusable Web Components (WCs aren't even close to wides...
This would of course be a great feature! I have little faith that it'll ever be added, though. One way to simulate this is by using a conditional Velocity token that only includes ...