Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Alright, I've got this working Almost perfectly, but I'm still running into one error:#if($lead.FirstName == "") there###elseif($lead.FirstName.contains("@")) there###elseif($lead.FirstName.contains(".")) there###elseif($lead.FirstName.contains("1")) there###elseif($lead.FirstName.contains("...
Thanks! And yeah, it's definitely not perfect, but I think saying "Hi there," a to a few "AJ"s is an acceptable trade off for to not ever having obviously bad names, especially when the email is supposed to look like it's coming from a person.
I'm currently use this email script token to clean up our first name field which often contains email addresses, periods, full names, and title case it, etc.#if($lead.FirstName == "") there###elseif($lead.FirstName.contains("@")) there###elseif($lead.FirstName.contains(".")) there###elseif($...
We also desperately need this. We use program performance reports to track registrations for all our webinars (each webinar a different program), but need to be able to segment this further so we can say (for example), how many people from each country are registered or use some other qualifier. Hav...
We let people register for our webinars through a marketo form. In this form they can choose the date they want to attend the webinar in a drop-down selector box. Is it possible to pre-select that drop-down selector to be one of the dates based on a url parameter that they come in on?For example, le...
Will this just delete everything after the first space? So for example, if their name is Ulrich von Liechtenstein, will this script just return "Ulrich"? That is what we are wanting.
I think I actually figured out a way to do it where multiple campaigns are not required. I just created a smart list that has everyone that was sent the first email within the past 2 days in it. Then at each email step in the registration flow above, I include a choice 1 where if they are a member o...
In Marketo we have a name field that stores a full name (always in the format of "firstname lastname"). I'm sure I can use a custom token script to trim that string to just first name, but I'm not sure how to do it. Does anyone have the script already done that allows for this? Thanks!
Batch campaigns aren't scalable as there are far too many of these to support and all the scheduling would be a nightmare. That makes sense though, so in this case, if someone registered at 3 days till the event start date, they would get the initial and 7 day emails immediately, then wait 1 day and...