Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I use it for conditional content a lot using the IF/ELSE functionality.ie, IF product = xyzprint some info here...ELSE product = abcprint something else here. I generally find it's easier to do this than setup another segmentation. Campaign Monitor has a much more user friendly interface by the way,...
It seems to be a typo in the documentation. It should be:"You can also use the Email Preview to test your script. To do so, you must select View As: Lead Detail, and OR select a lead from an available static list. This has the added benefit of outputting any exceptions that may have occurred duri...
oh my god.. I didn't know that..That is definitely getting priority on the list. I am finding myself using email scripts a lot.
I bet that is because you haven't got the checkbox selected for First Name in the email script editor.
Yes, absolutely.
Oops. Obvious mistake, I have it now. It should be#foreach ($x in {object_cList})
Did you read the big pull quote in my post?
Just on this point, how does one iterate over an object in the scripting panel.I just tried#foreach ($x in {object_cList.get(0).fullName})
I'm confused. I think Jamie is correct in saying that if you select the "List" or "Lead" section of the email preview, the email is constructed and you can view the preview as you intend it. This is documented:http://developers.marketo.com/documentation/velocity-script/"You can also use the Email Pr...
When you say "regions you segment by", do you mean you have set up a Marketo Segmentation using these criteria, or just that you are segmenting your leads as a typical internal business rule? If the former, I suspect you could take a quick peek at the Segmentation tab for a bit more info.