Using website login to "know" a user. | Community
Skip to main content
December 30, 2013
Solved

Using website login to "know" a user.

  • December 30, 2013
  • 2 replies
  • 859 views
When an anonymous user logs into our website (via our own forms... not Marketo forms) how do we send that information to Marketo via their API so that anonymous becomes a known user?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
You basically have two options, either using the Munchkin associateLead JS API function or using the Soap API syncLead function and passing in the cookie value along with the email address.

Documentation for both is available here: http://developers.marketo.com/

2 replies

Accepted solution
December 30, 2013
You basically have two options, either using the Munchkin associateLead JS API function or using the Soap API syncLead function and passing in the cookie value along with the email address.

Documentation for both is available here: http://developers.marketo.com/
December 30, 2013
Very helpful! Thanks.