Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 going to be in the MktoForms2.allForms() array on the very next line (when the descriptor hasn't even started to be dow...
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 to change and they are subject to the vulnerability discussed in my post. There are also official documents that refe...
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-fixing-spf-breaks-everything-else-2/ http://blog.teknkl.com/a-shared-dkim-key-sounds-legit/
Screenshots are hard to troubleshoot. What's the actual URL?
In an attempt to improve performance I used async non-blocking. As you correctly pointed out, async order of execution is explicitly not guaranteed. Thank you for your input, it's greatly appreciated. I'll revise my code to better control JS load sequence.Thanks, that would be good because otherwise...
An email security program that is on guard against spoofing might decide that email looks too sketchy to send to the inbox. In reality, this is a rare-to-never occurrence. And it should be noted that a (single) tracking domain will only match one of your header domains and no others, so non-matching...
And yes, I believe this would work for older email systems as well as current ones. I've not yet come across a situation where they were unable to use the regex header due to old technology.There are current systems that don't support whitelisting via regex. Comodo Antispam Gateway is one.
Greg (and Roxann) remember that if your subscription uses a branded sender domain, then the envelope sender is not @*.mktomail.com but rather at @ a sub/domain you provide.
Hi Moris,I posted a demo of this integration nearly a year ago which I think deserves a h/t.Note that Google maps auto-complete only supports window.HTMLInputElement (INPUT tag). Therefore, text area is not supported. If you're talking about the console error with textarea elements, it can be ignore...
Hey Jeff, another element that can be a big consideration for enterprises is SSL. Self-hosted LPs get the SSL protection you're already using for your domain, so there will be no additional cost; adding SSL to Marketo-hosted LPs costs $2000 for one-time onboarding plus $2000/year.Remember that witho...