Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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...
Are you copying the HTML into the rich text editor without first clicking the "HTML" button in the rich text editor? If you copy the straight HTML into the WYSIWYG of a rich text token, it'll think you literally wanted to output "" to the viewer. When you're creating HTML in a separate area and then...
The easiest way would be to create a smart list that has all known leads ("is anonymous" = false), create a new temporary view that just contains "email address," export the list, and then do quick calculations in Excel.When you have it exported, you can do "text to columns" separated by "@" and the...
Almost, Adam! That "min. number of times" is on the lead level. So that would be triggered when the lead fills out the form on the 20th time and every time that same leads fills out the form after the 20th time. Same with the Program Status is Changed trigger.This is unfortunately not possible out o...