Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
There are many ways to do it. It's just about the CSS specificity of the style you are adding. You can certainly remove the reference to style.css., download the file locally, modify it, then upload it somewhere and reference it on your page. OR, probably easier, just throw !important on what you wa...
check out our examples here http://developers.marketo.com/email-scripting/
Ok, that makes more sense. In your script, just have an #if statement to check if there is a value. If not, you can output your default...
Where are you seeing this:You should never see that...Justin
You're going to laugh, but I think there's special logic so it has to be lead.FirstName and the normal tokens through the "insert token" dialog simply won't work. See this doc: http://docs.marketo.com/display/DOCS/Show+Custom+HTML+Form+for+Known+LeadsAlso, when you select "Custom HTML" we put this i...
Yes, please file a support ticket so we can investigate and track this issue. I do believe this is a bug.
That's correct. The activity log is a history of the events we've recorded, technically. Marketo adds business logic on top of these events in many of the analytics reports in order to show the most accurate representations of what's happened.
Yeah you can see a very high-level summary of the business logic we have on our email performance report here: Why Does My Smart List Count Not Match the Email Performance Report? As Sanford said, Marketo may increment the open count if other things have happened inside the email (click link in his ...
Hi JD,It works as follows:mktoAddByDefault can be added to the declaration of any module to indicate that the module is part of the template, but should NOT be added to new emails by default. The module IS still available in the right-hand "Modules" pane for insertion.You can use variables within an...
Ok, I understand what you're requesting better now. The reason the formatting might show up sometimes but not others is because of the type of formatting being applied. The rich-text editor will support some things but not others. Also, the way you've specified the styles matter as well. What I can ...