Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 content which is stored in 10 custom fields in a contacts profile ( 5 URL’s and 5 'Link' text fields ), not all fields a...
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:_mch–marketo.com–1374552656411–90718).When certain conditions are met the anonymous lead is associated with a know lead ...
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 different from 4 ( in which all cases it is 6 ) , i have to take the first 4 characters, and convert them to a number.#s...
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#set( $tmp = 0 )$tmp.parseInt( ${lead.PostalCode} )${tmp}
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, although the field is empty it is selecting the if cause.For debug reasons I have displayed the "content" of that e...
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 include the value via a token in an email.The structure is something linke:
The number of items in the unordered li...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 jquery.How can I detect when the form is loaded, to start executing some jquery code?I am not using directly something l...
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 by using a token in a guided landing page, the content of that field is rendered as if it was text and not html.I have t...
I want to setup behavioral scoring, but different scoring fields for different products.So I would have as score fieldsscoring_behavioral_product1scoring_behavioral_product2One of the elements influencing the score is 'clicked link in email' with the restriction of not being the unsubscribe link or ...