What I do is I set the test group to 100% and then immediately pick a winner after the four hour window. This almost entirely eliminates any people receiving the newsletter at a la...
If you look at the forms2 stylesheet that's loaded up by default, you'll be able to see all the classes and IDs. Additionally, if you use your browser's web tools, you can pretty q...
A few things we do currently:
Make sure you have an email preference center if you don't alreadyWe marketing suspend any lead who has 3 or more soft bounces within 90 days (there's...
You should be able to achieve this via custom javascript/jQuery. Take a look at this for how to grab the parameter and this for how to add it to the drop down.I haven't done this m...
Getting activities to play nicely in Marketo is tricky, since they're entirely separate objects from leads or contacts. I'm not sure about the Task Status, but it's probably referr...
There's a filter that is called "Activity Was Logged" that lets you enter a subject, and also a constraint that says "Is Task" -- so you can differentiate between tasks and events ...
So "Registration Error" is a program status as well, and instead of "Registered" the leads are being set to the first one? Is "Registration Error" the default program status?
<script type="text/javascript">$( document ).ready() { var testEmail = "{{lead.First Name}}"; console.log("User ID: " + testEmail);}</script> Ignore the fact that the variable is ...
I'm trying to set javascript variables using lead tokens, but it looks like the tokens spit out html entity versions (e.g. instead of "Matt" it spits out "Matt"),...