Munchkin associateLead call | Community
Skip to main content
February 20, 2018
Question

Munchkin associateLead call

  • February 20, 2018
  • 2 replies
  • 3347 views

Hi All,

I am wondering if there is a way for a anon lead to be tag as known and I have found this.

A Munchkin associateLead call must be sent to your Marketo instance.

Do you have any idea how to do this?

Any answer will be greaty appreciated

thanks,

Jas

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Grégoire_Miche2
Level 10
February 20, 2018

Hi Jas,

It will take a JS developper and this API : http://developers.marketo.com/javascript-api/lead-tracking/api-reference/

and you will need the person's email anyway.

You might also want consider filling a form in the background, which also requires JS too. Make a Marketo Form Submission in the background

What is your use case ?

-Greg

SanfordWhiteman
Level 10
February 20, 2018

Also please read this blog post: http://blog.teknkl.com/generating-munchkin-associator-tokens-in-sfdc-apex-or-flowboost-js/

associateLead is not a purely client-side function: associator tokens use a secret key, so they need to be generated on a server.

Port_worx
Level 2
February 20, 2018

Hi @Sanford Whiteman​ and @Grégoire Michel​,

Will this also work if for example we just hosted a tradeshow and upload there email and other information on marketo.

But we want to tract if they visited our website but they didnt filled out form or click any email link.

Thanks

Grégoire_Miche2
Level 10
February 20, 2018

Hi Ron,

Is they visit your web site and you do not know who they are, then you do not know their email address, so you cannot run any of the methods above.

If they browse your website and you know who they are, then it's because they already have beed associated, in which case running these JS is useless.

Sorry for the bad news.

-Greg