Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
First, Marketo should not create a duplicate lead when a form is submitted with an email address of an existing lead, it should update the existing lead. Are you using embedded Marketo forms on your website, non-Marketo form using server-side form post or a non-Marketo form using the SOAP / ReST AP...
Below is the smart list of the smart campaign that sets the value of the Recent Source field to 'Organic Search' when a page visit comes from that source. If the lead has just been created as anonymous, then I copy the value in the Recent Source field to the Initial Online Source field. If the lea...
This can be done via a series of smart campaigns for each source type. You would create a set of triggers / filters that would be specific for the channel and if the lead qualifies, you would set your custom source field to the desired value and/or add them as a member of the appropriate channel pr...
The native field validation for a date is limited to validating that it is a date. If you want to set specific dates as valid / invalid, you will need to create javascript to do that.
Devraj, can you provide a bit more detail about the error noticed you received? Normally when an existing lead submits a new form with the same email address, Marketo will update the existing lead record with the new info and add them as a member of a program / SFDC campaign if there is a smart cam...
I can't document this with absolute certainty, but I think the Anonymous IP address and Inferred location info are set when a lead (anonymous/know) is first created. Subsequent web page visits may have a different IP address, but the Anonymous IP and Inferred location data are not updated.
I've done this in the past by using the Sync Lead to SFDC with a series of choices with an 'If Email Address starts with [series of letters]' or 'If Company Name starts with [series of letters]' then Assign To: [user name]. This is maintainable when you have less than a couple of dozen salespersons...
You can see the fields that are mapped to your CRM's primary objects (Lead, Contact, Account) by exporting the field map in Admin | Field Management. The Program fields are Marketo only fields, which you won't see in Field Management, but there are only a few of those that you can identify by lookin...
It's going to be worth the wait!
You are correct about cookies preserving querystring parameters as someone clicks around your site. In fact if you have multiple forms on your site and they all look at the cookie value, whichever formis submitted will have the querystring parameters that were stored in the cookie.There is always t...