Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Cathrine,This should show up if you open any Landing Page in the LP Editor. If the page is using a template that is not yet Mobile Compatible you will have an option to upgrade it from the LP Editor or you can also do so from the Template Editor.As of this evening, the feature has now been rolled ou...
If you are editing a template that is not Mobile Compatible, then you need to make sure the following PHP code is in the body of your template:I would also recommend making sure the other PHP calls are in the template as well. Otherwise, things like Munchkin tracking won't work correctly. If you cre...
Can you file a support ticket? This doesn't sound right. Support will reach out to the appropriate owner and try to get this resolved for you.
Read this for more details:https://community.marketo.com/MarketoArticle?id=kA050000000KypPCAS
Can you file a support ticket? This doesn't sound right. Support will reach out to the appropriate owner and try to get this resolved for you.
We have logic that will not allow a click in an email without a corresponding open event. The Email Performance Report would not show you 0 Opens, 1 Click. If there was no click, however, and the recipient had "Download all images" disabled then we would not know that the email was opened.
Tim,The layer suggestion does work. Just look at the layer value for the element you are trying to cover and make sure the element you want on top has a higher value for layer.
In the release notes, it says it will rollout throughout the week after the release.
We released mobile-friendly landing pages with the January 2015 release. See the release notes here.We're also still hard at work on the second part of this project, which enables you to leverage custom landing page templates that have been written with special syntax, defining the regions of the pa...
It's Friday afternoon so I'll help you out!You can use basic Java string manipulation in an Email Script token to do this. In your email program, click the "My Tokens" tab. Create a new Email Script token and name it what you'd like. In the script, enter:#set($name = ${lead.FirstName})$name.substrin...