Previously, we have imported thousands of contacts from another marketing automation platform. Only a small part of them has a Marketo cookie.Today, we have generated personalized ...
When a lead first visits a page on a domain, a new anonymous lead record is created in Marketo. The ID of the this record is based on the Munchkin cookie (ex. id:561–HYG–937&token:...
Hi I have the following velocity script that takes, the post code from the lead. If the length of the postalcode is 4 it is converted to a number for further use, if the length is ...
I need to convert a lead field, which holds a string to a integer with velocity scripting.Does somebody has a solution for this?I have tried the following, but I receive an error#s...
I need to know if a certain field in the database is empty or not to create an email link with velocity scripting#if ( ${lead.mkt3497link3} != "" )#set ...#endDoesn't seem to work,...
With excel we generate content that is imported in a user's custom field. ( by importing a .csv file)The content is an html list with links to various topics on a landing page. We ...
I have a snippet which holds different forms (so different form ID's). It is used to display language specific forms.When the form(s) is loaded I need to tailor the form with some ...
Thanks for your reply,used your input to write a jquery solution:hiddenFromMarketo = $.parseHTML($('#hiddenFromMarketo').text()); $('#displayFromMarketo').html( hiddenFromMarketo )...
Hi,I am trying to store lead specific html in a custom field. The html has been generated from excel, and gets imported by a .csv file.When I try to load the content of that field ...
I want to setup behavioral scoring, but different scoringfields for different products.So I would have as score fieldsscoring_behavioral_product1scoring_behavioral_product2One of t...