Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Emilie,Welcome to Marketo!There are quite a few answers to your questions. First off there are two different types of Landing Page templates (more info here Understanding Free-form vs Guided Landing Pages - Marketo Docs - Product Docs )1. Free-form: Have a basic code (there should be Blank free-f...
Hi Leanne,If you're going to use Marketo's reports and you're not using Revenue Explorer the ones I would recommend are Lead Performance and Program Performance reports. These ones are simple but let you customize quite a lot based on what you want to present.Lead PerformanceAllows you to make a few...
Thank you for the help Sanford, works like a charm now
Hi Rachel,The System Smart list is by default filtered to Email Invalid = True.This should be hard bounced when an email is undeliverable. But there are different reasons for bounces and what it causes, this might help to give more answers:http://resources.elixiter.com/h/i/183709974-understanding-em...
Hi,I created a loop in an Email Script token that is as follows:
$foreach.count | ${licenseSubscription.serviceName} |
Awesome, I will look into this and if necessary involve a developer.Thank you Sanford!
Hi Sanford,Thanks for the reply. It is for Optinmonster and they require the form submit to be using a specific class:Would you recommend adding this to the
I understand! It is basically only documented in one spot in the product docs and it was not a feature in the first update, so quite easy to miss
Hi Roni,To make a variable local, or unique inside a module:All you need to do is go to where your variable is defined in your template (meta tag at the top) and add "mktoModuleScope=true" (case sensitive), before you close your meta tag.If you write false or leave this out it will be default be a g...
Hi,I need to embed a Marketo form which has a custom class added to the form submit button to track conversions in a third-party tool. What would be the most efficient way of doing this? Should I add a custom function for onsuccess or should is there a simple way of fixing this?