Re: Best way to match SFDC to MKTO records?

Geoff_Krajeski1
Level 10 - Champion Alumni

Best way to match SFDC to MKTO records?

How best would one recommend that a record that has activity via munchkin, but was first known/created in SFDC, to associate the records?

Is there any way aside from a mk_tok email string or form fill otherwise?

Would an API call upon submission be needed to accomplish this or might there be another way?

11 REPLIES 11
SanfordWhiteman
Level 10 - Community Moderator

Re: Best way to match SFDC to MKTO records?

Do you know the Munchkin cookie value? The approach here needs to be to attach the Munchkin _mkto_trk value to the SFDC record, wait for the record to sync to Marketo, then call a webhook to do the association from the Marketo side. This is how we associate leads from CMS forms, for example.

Geoff_Krajeski1
Level 10 - Champion Alumni

Re: Best way to match SFDC to MKTO records?

Sanford Whiteman so if I have a Munchkin cookie of "id:123-ABC-789&token:_mch-americordblood.com-1549563917278-70845",

what would be the best way to read the munchkin cookie value?

Is this where the REST API or javascript or blank form comes into play?

SanfordWhiteman
Level 10 - Community Moderator

Re: Best way to match SFDC to MKTO records?

...if I have a Munchkin cookie of "id:123-ABC-789&token:_mch-americordblood.com-1549563917278-70845",

what would be the best way to read the munchkin cookie value?

You don't need to read the Munchkin cookie value -- you have it right there.

You need to associate the value with the lead, which is where you'd use the REST API Associate Lead or loopback form post from a webhook.

Nina_Gonzalez1
Level 3

Re: Best way to match SFDC to MKTO records?

Sanford, Geoff and I are working on this together. Can you clarify what you mean by "you have it right there." What is the best method for attach the Munchkin _mkto_trk value to the SFDC record? Thanks for your help.

SanfordWhiteman
Level 10 - Community Moderator

Re: Best way to match SFDC to MKTO records?

You store the cookie value in a hidden field on the SFDC form. That field is synced with Marketo. When the lead enters Marketo (and/or the field changes) you use a webhook to associate the lead with their cookie.

Nina_Gonzalez1
Level 3

Re: Best way to match SFDC to MKTO records?

Excellent, that makes sense.

Jay_Jiang
Level 10

Re: Best way to match SFDC to MKTO records?

Gap here is... how did the lead get into SFDC first? manual entry? or SFDC web-to-lead?

Geoff_Krajeski1
Level 10 - Champion Alumni

Re: Best way to match SFDC to MKTO records?

Scenario: Our ecommerce checkout flow adds people directly into SFDC.

They have already been to the site and have an anonymous record and are cookied through Marketo.

Desired outcome: We need to tie the SFDC newly created lead to the existing anonymous Marketo record.

I think Sanford Whiteman​ may have the method above. Talking with my dev. team to help implement.

Amit_Jain
Level 8 - Community Advisor

Re: Best way to match SFDC to MKTO records?

Hi Geoff,

As a best practice, the leads should be first created in Marketo and then should flow to SFDC otherwise, as you may already know, you will have lead duplication issues. Not sure but is there anything specific limitation/reason why you are not creating records directly in Marketo?

If you are already planing to develop API to achieve the result you want, why don't you integrate your other system with Marketo instead of SFDC? I'm sure pretty much everything can be integrated with Marketo using API.

Regards,
Amit

Sign3.png