Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Just a note that the new Rich Text editor has addressed a lot of these issues: http://info.demandlab.com/HTML5-JS-Test.html
Hi Nick,In this particular case, you have two options:1. If you plan on using AdWords remarketing on more than a one-off landing page, implement Google Tag Manager—this will allow you to place one snippet of code in your landing page while being able to customize per-page what remarketing scripts ar...
That's definitely cleaner than the way I did it! That being said, thanks for the heads-up on Munchkin::init(); I've seen the duplication happen a couple of times in the past but chalked it up to other things.
Personally, I would globally remove the View as Web Page link and re-place it in your template with {{system.viewAsWebpageLink}}. That way you ensure the span renders first every time.Do note that once you remove the link globally, though, you'll have to replace it in every template--and considering...
Ahhh, I see now. In terms of the meta tags, the big issue is going to be if there's any categorical structure that notes something is part of a meta tag; Marketo doesn't really do a good job parsing existing data.One solution you could consider is to do a quick JavaScript call with this using faux U...
Hi Deepak,I'm assuming by tags, you mean parameters at the end of your URL? Something like http://www.google.com?Tag_Product=Network&Tag_Solution=StuffIn that case, you can simply use a "Visited Web Page" filters with the Querystring constraint (say, contains Tag_Product=Network) and then have a flo...
Something I had never thought about much has come up as an issue and I was hoping someone could help shed a little more light on this.I've moved from having Unsubscribe HTML/Text globally defined to using {{system.unsubscribeLink}} inside an email template. This works just fine and, because the beha...
Hi Alexis,I'm a little surprised that any mailed-by discrepancies would be blocked; more and more businesses are using services like Google Apps for Work, so there's less incentive than ever for IT teams to block based solely on that. What may be more likely, however, is how the rest of your identif...
Hi Amanda, Have you considered simply wrapping your text in paragraph tags? When writing LTR Japanese it isn't that uncommon to use paragraph structure. This shouldn't be a rendering issue based on this very quick codepen.
Hi Dina,I actually did a write-up of this very issue for someone else a few days ago; I hope this helps you out.