Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I suppose I could use a asset name look up but having to manually maintain a list of names that is already in Marketo is pretty annoying.Thanks, I might have to rethink this
Thanks Sanford, I understand that a naming convention has its weaknesses but it would have been an efficient way of handling this problem. Campaign Name could work but then limits the types of flow actions I can use eg would need a different campaign for each email we send. Also would need a differe...
Great thanks GregoireThanks again to both of you for your quick responseMark
Hi SanfordThanks for such a quick response. In this example the Person already existed from an import from our CRM. The screenshot shows that the person was associated with the tracking cookie when they filled in one of our forms. Are you saying that although the Person already existed I can used th...
That does the job, thanks so much for your patience
I understand.I am not sure which version I should use;If I use (without the curly brackets) #if( $lead.courseCode.matches("(?i)${assetSet}") ) I get this error An error occurred when procesing the email Rendered_Email_Velocity_Error_Area_?!$foreach.parent is not a valid org.apache.velocity.runtime....
this is my modified script## Set up your map of Courses to related asset(s) #set( $assetsByCourse = { "5522US" : { "OCBURL" : "csu.edu.au/courses/bachelor-of-science-honours" }, "1105PP" : { "OCBURL" : "police.nsw.gov.au/recruitment/home" }, "" : { "OCBURL" : "csu.edu....
Sorry, I am new to this. I am just trying to send an email to a lead and include a url to the course they are interested in based on the Course Code on the Lead. I have had to resort to coding this because Marketo doesn't provide a way to insert a field from a custom object that is not directly rela...
I have hacked some code that you have posted in a different discussion but it is returning the default value rather than the value that matches the CourseCode on the Lead. Am I on the right track? I know this code originally related to a custom object. This is the code I am using and I expected to m...
This sounds interesting. How is this done?What is a Velocity token?Is there a separate Velocity token for each product?Can this information be imported or does it have to keyed in directly?