SOLVED

Associate API based lead created to Anonymous web page visits and clicks

Go to solution
Jay00031987
Level 4

Associate API based lead created to Anonymous web page visits and clicks

Business use case is to associate anonymous web visits to Marketo lead which are created through API. However, if user fills out Marketo Form the association of web visits working fine. But, what are other ways so that when placing JS script that can help to associate this anonymous web visits and clicks which is already in Marketo logged. 

Jay
1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Associate API based lead created to Anonymous web page visits and clicks

 In order to be associated with a known record in Marketo, one of the following things must occur:

  • The lead must visit a Munchkin-tracked page with a mkt_tok parameter in the query string from a tracked Marketo email link.
  • The lead must fill out a Marketo Form.
  • Make an Associate Lead REST API call. You'd need the mkt_trk cookie and the known person's Id as a parameter in the API call. Activities tied with the cookie would be associated with the known person record in Marketo.

The 3rd option for your use case looks apt for programmatically associating the anonymous web activities with a known person record in Marketo.

 

View solution in original post

1 REPLY 1
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Associate API based lead created to Anonymous web page visits and clicks

 In order to be associated with a known record in Marketo, one of the following things must occur:

  • The lead must visit a Munchkin-tracked page with a mkt_tok parameter in the query string from a tracked Marketo email link.
  • The lead must fill out a Marketo Form.
  • Make an Associate Lead REST API call. You'd need the mkt_trk cookie and the known person's Id as a parameter in the API call. Activities tied with the cookie would be associated with the known person record in Marketo.

The 3rd option for your use case looks apt for programmatically associating the anonymous web activities with a known person record in Marketo.