Re: Duplicates created on sync

Anonymous
Not applicable

Duplicates created on sync

Wondering if anyone has ever created a solution for this.. We run a freemium SAAS model, and are migrating to Marketo from Pardot. The registration process changed quite a bit in the switch, but I just ran into something that I did not expect because it worked great in Pardot... When a lead first starts our registration process, we add them into Marketo (or Pardot).. this is before they fill out the form we're able to write them (just with email address though, it's all we have access to) to Marketo, and once they fill out the form we write a new account to SFDC and attach a contact, and then sync back to Marketo. 

In Pardot, this process worked just fine, Pardot recognized the email address and just appended new data to the file. Marketo creates a new record altogether. 😞 

I talked to support and they said that the problem is creating the same record in two different places, I either have to sync the record to SFDC upon the first step (I tried this, it created a new lead file, and when our system wrote the new account/contact file, it still created a duplicate, just in different objects), or just create it out of SFDC from the get-go. 

I'm worried that creating it in SFDC from the begining will cause a problem with the tracking of the lead, that's my primary concern. But I thought I'd throw the question out there  - has anyone else encountered this problem and solved it? 
Tags (1)
5 REPLIES 5
Josh_Hill13
Level 10 - Champion Alumni

Re: Duplicates created on sync

If you create it in SFDC first, you risk creating a dupe in Marketo later, which is what you are experiencing.

I'm not sure why Marketo is creating a new lead in SFDC in this process. Perhaps it is because it hasn't yet seen the Contact if it hasn't yet made it to Marketo.

Most firms that I've heard that do this now send the info via API to marketo.

I guess I'm wondering why you are writing the email address to Marketo before they even finish the fill out process. Why not wait until they finalize their registration? Are you trying to retain the email address before they abandon the form?

Perhaps you can write the email to Marketo, sync it over as a Lead, then write the rest of the data to both Marketo and SFDC, having SFDC pick up the lead/contact and do its thing.

I'd ask some SFDC folks. Maybe the guys at Perkuto or OpFocus can help here.
Jenn_DiMaria2
Level 10

Re: Duplicates created on sync

Could this be because the record (when entered manually) doesn't have a Munchkin attached to it?

Marketo does de-dupe by email address, but my understanding is that this is only because of the Munchkin being able to track the lead's activity. If the record is already in the database and someone with the Munchkin cookie fills out the form, Marketo would recognize it as two records.

When a lead is entered into Marketo, you could trigger an email with a link to the form you'd like them complete. By clicking on the link, they'd be forced to visit a landing page with the Munchkin to install and any future activity would be appended to their record.

Might be worth a shot. Otherwise, I'm not sure why it'd create a duplicate.
Anonymous
Not applicable

Re: Duplicates created on sync

Rebekah, we have a similar use case with a SaaS app and have experimented with a two-step registration. 

Our process was similar to what Josh suggested -- create the lead record in Marketo via the API with whatever information you collect in the first step (even if just an email address), then supplement the record with more fields as you receive them using the email as the key. 

Your Marketo rules should handle when the lead is synched to SFDC, ideally only once you have the minimum fields (name, company) in addition to email. 

Then you can auto-convert the SFDC lead to Account/Contact if that is your preferred structure (we have a simple apex trigger that does this without creating irrelevant opportunities). 

It sounds like your app is creating Accounts/Contacts directly in SFDC -- I would suggest taking a Marketo-first approach here so you have the cookie associated with the record and then let Marketo drive the creation of records in SFDC. 

You then have the problem of reconciling the two databases. We pass back the SFDC Account and Contact IDs to Marketo as custom fields, and from there into our app, so our app can match the accounts in its own database with the records in SFDC for further updates. 
Anonymous
Not applicable

Re: Duplicates created on sync

So yeah, we do write the initial lead into Marketo, and all we have is the email address. it does not at that point have munchkin associated to it since the first page is not a domain we own, but on step 2 of the process, it is a page we own and we are able to tie the cookie back to that record.  i don't know how it works, it's magic. To answer Josh's question, we capture them at step 1 for exactly what he suggested, so we know who started the process (and who completed it or didn't complete it). it's been a good marketing tool for us so, i wanna keep it.

anyway, the only other complication is that we live out of accounts (not contacts/leads), which is why we have that last action of writing it to sfdc as an account/contact. pardot was able to sync it just fine without creating duplicates. i like justin's idea of creating it on completion in marketo (the lead) and then doing the apex trigger after, if that would solve it that would be amazing.

i just need to find someone who can help me with that. anybody know a guy?? i have someone on my team who's doing all the work from the product, but he doesn't know SFDC as well. 😕


 
Anonymous
Not applicable

Re: Duplicates created on sync

Josh suggested a few names above and I think either would serve you well. Good luck!