Re: Database Cleanup - multiple emails for same lead

Kana_Lai
Level 3

Database Cleanup - multiple emails for same lead

Hello,

We have an issue where a lead will already be in our system with a work email but either through form fills or something else, a second lead record will be created with their personal email (sometimes more than once with typos). This creates duplicates in our CRM (not sure it makes a difference, but we use NetSuite) and the sales team gets annoyed. Is there a quick way to "merge" these into one record? Perhaps set their personal emails as an Alt Email? Does anyone else have the same issue, and what would you recommend for handling it?

Thank You!

14 REPLIES 14
Karan_Hari3
Level 9

Re: Database Cleanup - multiple emails for same lead

Hi Kana Lai​,

If the above case that you mentioned is a regular occurrence, Then in my Opinion, the best option here would be to use the Marketo form prefill option. A custom field can be created by the name of "Alternate Email" and this field can be used to automatically populate (Using visibility rules or custom JS Scripts) in case the visiting lead already exists in the database. But again, it depends if you are using Marketo landing pages to host the forms. In case you are using non marketo Landing pages to host the form, then custom Javascripts would be necessary. This article could help - http://developers.marketo.com/blog/external-page-prefill/ .

Best Always,

Karan Hari

Karan Hari
Senior Product Manager - Marketo Engage
SanfordWhiteman
Level 10 - Community Moderator

Re: Database Cleanup - multiple emails for same lead

Pre-Fill doesn't have anything to do w/the common case in which someone submits the form using a secondary email address.

And in a currently anonymous session, Pre-Fill doesn't even look the person up in the database until after the form submits. So I'm not sure what you're getting at here vis-a-vis the problem.

This article could help - http://developers.marketo.com/blog/external-page-prefill/​ .

You should never use that method. It has an inherent DoS vulnerability against both itself and all your other API integrations.

Karan_Hari3
Level 9

Re: Database Cleanup - multiple emails for same lead

I Understand that "Pre-Fill doesn't have anything to do w/the common case in which someone submits the form using a secondary email address.". The scenario is not exactly clear here. The example that I am referring to is a different case.

Say there is a case where a person (Pre existing in the database) receives a second email with a link to a Marketo Landing page, where the Marketo form is embeded, are you saying that the form will not prefill with the information (Including the email address) that is already there in the data base? or is it not possible to prefill the details of an existing lead, in such a scenario?

Given the above situation, In case a non-Marketo LP is used, where a Marketo form is used, that when I recommended the above article . But I certainly agree that there could be better ways to develop a better JD that whats mentioned in the article.

Best Always,

Karan Hari

Karan Hari
Senior Product Manager - Marketo Engage
SanfordWhiteman
Level 10 - Community Moderator

Re: Database Cleanup - multiple emails for same lead

I Understand that "Pre-Fill doesn't have anything to do w/the common case in which someone submits the form using a secondary email address.". The scenario is not exactly clear here. The example that I am referring to is a different case.

OK, but let's concentrate on the OP.

"[T]hrough form fills or something else, a second lead record will be created with their personal email" clearly refers to the same human signing up under more than one address.

The question is when the same human is detected by later inspection, what do you do?  You can't generally answer that question via Pre-Fill as the form is long gone.

The only one of the same-human cases in which Pre-Fill can be made to help -- it doesn't help out-of-the-box -- is when the lead was presented with their Pre-Filled, original email address and, thinking they were changing their email address, overwrote the email address with their new address, only to create a new lead without realizing it.  But having Pre-Fill on or off in this case doesn't do anything to change the behavior. 

Rather, what you want to do (and what I always recommend) is if the system Email Address is non-empty at form render time, then mark that input as read-only and give them a link to "Change Address" that hides the original Email Address (keeping the original value, not emptying it) and shows another field like New Email Address in which the end user makes their intended change.  Then in a Smart List -- not in the form -- you change the Email Address to the {{Lead.New Email Address}} value.

Thus you can work some real magic to prevent duplicates on the form side that the end user meant to be an update, but Pre-Fill by itself doesn't do that at all.

Say there is a case where a person (Pre existing in the database) receives a second email with a link to a Marketo Landing page, where the Marketo form is embeded, are you saying that the form will not prefill with the information (Including the email address) that is already there in the data base? or is it not possible to prefill the details of an existing lead, in such a scenario?

Yes, in this case, if the session was previously anonymous, the form will be filled with the information of the lead that was sent the email. You can defeat duplicates in this case, but not merely by enabling Pre-Fill -- see method above.

In case a non-Marketo LP is used, where a Marketo form is used, that when I recommended the above article . But I certainly agree that there could be better ways to develop a better JD that whats mentioned in the article.

When any form (not just a Marketo form) is used on a non-Marketo LP and you want to Pre-Fill from the Marketo db, this is what you do: Form Pre-Fill. External sites. No limits. You're welcome. You don't use the REST API.

Kana_Lai
Level 3

Re: Database Cleanup - multiple emails for same lead

Thank you, that does sound like a good solution for form fills. I'll run that by my team and see if we can get that implemented.

Do you have advice for a database cleanup for the duplicates that are already there? One thing I forgot to mention earlier is that we often get lists from our vendors, so we don't have 100% control of the data we get from them. I'm guessing that's causing a major chunk of our duplicates since our vendors don't have the same field requirements we do so our CRM connector can't merge records properly.

Karan_Hari3
Level 9

Re: Database Cleanup - multiple emails for same lead

Hi Kana Lai​,

pastedImage_0.png

Given the above used case that you mentioned, I know of a Marketo De-Dupe solution by the name of M-clean​. It has one time as well as real time de-dupe options. It was very helpful to several of my clients who were in the similar situation. If you are interested, Shailendra Pratap​ can probably help arrange a demonstration for you.

Best Always,

Karan Hari

Alok Ramsisaria​, Arpit Arora

Karan Hari
Senior Product Manager - Marketo Engage
Shailendra_Pra1
Level 2

Re: Database Cleanup - multiple emails for same lead

Thanks for adding me, Karan.

Hi Kana Lai I would be happy to share more detail, would be great to follow each other and connect separately to share our experience.

Regards,

Shailendra 

Karan_Hari3
Level 9

Re: Database Cleanup - multiple emails for same lead

Hi Sanford Whiteman​,

I Understand, My above explanation was based on a very specific used case which I had faced with one of my clients previously. Thanks for sharing your insights on this as well. The used case here could be different and The Link that you provided​ is really helpful. Hope our combined inputs was helpful to Kana Lai

Best Always,

Karan Hari

Karan Hari
Senior Product Manager - Marketo Engage
DJ_Newman
Level 1

Re: Database Cleanup - multiple emails for same lead

Sandy, can you help me out by providing the js to do this?

 


Rather, what you want to do (and what I always recommend) is if the system Email Address is non-empty at form render time, then mark that input as read-only and give them a link to "Change Address" that hides the original Email Address (keeping the original value, not emptying it) and shows another field like New Email Address