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.
John, I count 11 lookups in Marketo's own record, making it an unfortunate example of how the include mechanism can bite you hard. In this case it isn't you guys arbitrarily splitt...
Yeah, that's what I was alluding to when I mentioned the hard limitation on DNS lookups. But there isn't actually a limit on includes: since your record can only result in 10 recur...
John, there's a not a limit of 255 characters in an SPF TXT record. There's a limit of 255 characters in a single string within a TXT record. You don't need to use includes to make...
Several are private methods that aren't usable outside of the form scope. I know how to use most of the others, but there's no formal documentation other than the Forms 2.0 docs. I...
You should also have IT lower the TTL on your current record. While it's only 20m now, lowering it to 5m decreases the window of uncertainty and allows you to start testing that mu...
Classic async programming error! (I love this stuff.)The simple reason 1 doesn't work is that MktoForms2.loadForm() loads the form descriptor asynchronously. Thus the form is not g...
Of the 60 instances I just surveyed, 44 are using the shared key. Presumably this is because they are "legacy" clients, but since that key hasn't been revoked, there's no incentive...
I've also written about Marketo SPF and DKIM concerns on my blog: http://blog.teknkl.com/your-marketo-spf-entry-doesnt-matter-unless-youre-paying-extra/ http://blog.teknkl.com/when...