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...
HiWe are just staring to use Adobe Analytics and we want to setup some standard tokens for different link types. The idea would be to then append these to the end of the different urls within our emails. The only variables are the name of the email and the url the rest of the values are hard coded f...
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...
Is there a way to create a trigger based on Activity Type? I want to trigger an interesting moment and a Lead Score update when the New Person Activity Type is updated?
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" : "http://www.csu.edu.au/courses/bachelor-of-science-honours" }, "1105PP" : { "OCBURL" : "http://www.police.nsw.gov.au/recruitment/home" }, "" : { ...
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...