Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It looks like there was a new piece of code deployed to all Marketo landing pages recently, /js/stripmkttok.js, and it has been automatically added to Marketo landing pages. This code is intended to remove the tracking parameter mkt_tok from end users' view via the HTML5 History API once the page is...
With respect to Jay, that recommendation to still use XHTML 1.0 transitional is 5 years old. Nowadays, I tend to agree with Rémi Parmentier that HTML5 makes sense to declare in most day-to-day scenarios; very few clients (all of which are legacy) will require some form of HTML4. It's also worth doin...
I submitted a couple of my larger clients for BIMI (and Microsoft Business Profile Beta) signoff once after each were introduced because they are major consumer brands. I've yet to hear back from either program. The educated guess in the larger email community is that Gmail's JSON-LD annotations wil...
Yeah, China is definitely a unique situation for captchas. You're better off using a locally-hosted solution such as BotDetect (which is among many things you have to think to de-Google). That said, I really think long term the solution to this problem is going to lean towards using some combination...
I had to send the durable unsubscribe through a whoooole battery of tests to prove it was working for GDPR purposes (including really odd edge cases for things like sending data between Marketo instances, honoring partial preferences, etc.) last year and couldn't find anything breaking aside from wh...
Hi Nicolette,The important thing to keep in mind here is your audience and where they'd be accessing your email--there's a real difference between a mostly-desktop send and a more diverse audience. That said, if you're linking to a hosted GIF somewhere the more important thing to think about is how ...
A final follow-up on this thread: essentially, Marketo couldn't diagnose why this error/lack of href pickup happened (for reference, this was in response to a faux, href="#" button on a custom force.com single-page app) and the only way forward to solve this seems to be write the data elsewhere, the...
I did flirt with the idea of hardcoding out the clickLink functionality for Munchkin and just deploying that version of the script to this environment, but as Sandy mentions, once you do that you're really setting yourself up for potential issues down the line. Besides, I've been talking to support ...
Unfortunately, even setting .mchNoDecorate before Munchkin initializes doesn't seem to stop the actual call out to mktoresp.com, which is actually the core problem.Looking at the problem from another angle, though: part of why the clickLink activity is failing is that _mchHr isn't defined; is there...
Hi Amanda,Like Veronica, I also recommend creating a small Apex trigger to handle this conversion (Auto convert Lead using Process Builder is a good template to start with and tweak from there), but it is worth remembering that when you auto-convert a lead, it does not de-duplicate the Account that...