Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey EM, I'm not sure if you "have" to have mktEditable regions in your LP. You might technically need them. But that really doesn't matter—you can just approve the LP without going into the editor itself. We bring all the content into tokens and never open the WYSIWYG on the LPs. Just clone the temp...
Could you go into a little more depth about what you mean here? "Anchors" in HTML are very precise, meaning that you click that link and then the same page jumps to another section. Those are set based on the jumping to another HTML element's ID.Here's an example:Clicking this link would go the HTML element which has an ID of "form."
...Try tracing back those leads in Marketo, and dig through their activity logs. Looks like you have a trigger somewhere which is (or was) setting Interesting Moments when there were no actual values. It's usually "[Type of interesting moment]: [Description of interesting moment]", so these are probabl...
With a bit of JS and CSS, anything is possible!{{system.Time}} on a landing page writes the time, and {{system.dateTime}} writes the date and time. Take the JavaScript and you can do whatever you want with it. Really, if you're already using JS, you might as well just do it all with JS instead of ad...
So long as the parent domains are the same (e.g., you have http://pages.etumos.com and http://etumos.com), session cookies would be the answer. If you have different parent domains (e.g., http://pages.etumos.com and http://etumosrocks.com), you're going to have to get craftier about transferring tha...
Thanks, Sanford! I've never spent the time to fix the access control error for fonts—shall do! EDIT: Now fixed. Thanks, Sanford!Ian— the problem with more specificity there is that the element containing div IDs change, AND the inline CSS uses IDs. If those were calculated on the back-end as classes...
We do exactly this all the time! Fun things to consider:Old Marketo templates referencing external CSS (non-mobile friendly) don't pull in external CSS into the WYSIWYG editor unless they're https calls. This breaks your WYSIWYG pretty considerably, but the approved pages look great. New Marketo tem...
Hey Randall:Dynamic content! There are lots of ways to do it. Here are some:Dynamic snippets based on lead segmentations: (Emails and landing pages)Lead fields containing the content to show on pages (Emails and landing pages)Velocity email scripting (Emails)"My" program/folder tokens (Emails and la...
Hey Jerry! I like where your brain is going. Here are some I've done lots of reverse-engineering of the landing page. Here are some things I've written on the topics: How to make responsive landing pages (for developers)Marketo DoubleDiv — making your own landing page HTML DOM via clever HTML hacksM...
Hey, I recognize that screenshot! That was from my presentation at Marketo Summit 2014! 🙂This is specifically if you're looking to have programs within engagement programs, for the use case (for example) of having multiple emails promoting the same content and skipping that cast based on the busine...