SOLVED

Re: Using website login to "know" a user.

Go to solution
Anonymous
Not applicable

Using website login to "know" a user.

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?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Using website login to "know" a user.

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/

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: Using website login to "know" a user.

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/
Anonymous
Not applicable

Re: Using website login to "know" a user.

Very helpful! Thanks.