Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The solution we use to get around this problem is a simple velocity email script token.Essentially, this token looks at the value of the lead's first name, and if it's a default/blank value, we change the greeting to something generic, otherwise greet them by name.Looks kind of like this:#if (${lead...
It would be extremely helpful if Marketo's HTML Editor had the ability to highlight code/syntax while editing the source directly. Many tools already do this, including Dreamweaver, Litmus Builder, BBEdit and scores of other text editing suites. But, having this ability within Marketo's own tool wil...
You can use the View as Webpage token (here's the documentation) to intentionally place the link you want somewhere other than the very top of the email. In this way, your Email Preheader or Preview Text section should, depending on how you setup your email template, be the first thing that email cl...
Did you try making the entire string part of your Email Script token, not just the £100 GBP ? I'd try that to see if it alleviates the rendering issue.
While I don't think it's explicitly forbidden, spaces in naming conventions are notoriously unreliable. If I were in your shoes, I would add simple hyphens in place of those spaces ("my-file-name.xxx") so as not to accidentally discover a problem later with a URL being mutated or broken.All that sai...
Take a look at this link from CSS-Tricks.com: https://css-tricks.com/almanac/properties/w/word-break/ From the looks of things your template uses a combination of the word-break property and hyphens property. I'd check its CSS to confirm that and see if you can tweak it from there.
Hey Catherine,If you right click on an email asset within Marketo, you'll be presented with the option to "Send Sample." That'll bring up a window allowing you to select a lead from your database to key off of in your sample for all {{Lead.X}} values, and a recipient email address (like yours) to se...
Absolutely correct. It's beneficial since you can push a cast forward to 'skip' a period of time, or retroactively set the first cast to a previous date to fine-tune the timing
I set up tokenized images in the manner you describe, Phillip, using a plain text token to house the image URL without the http prefix. It doesn't render in the Email Editor, but does when the email is previewed.I'd recommend looking at the syntax of the link via the HTML Source window in the Email ...
How many lists are you trying to upload? If you're trying to import more than two lists, the other list imports will get queued. Sometimes this leads to an import time out as well.