AssociateLead
Associates a known Marketo lead record to a munchkin cookie and its associated web activity history.
Execute
Sample EXECUTE AssociateLead LeadId='1755', Cookie='id:063-GJP-217&token:_mch-marketo.com-1594662481190-60776'
Input
| Name | Type | Required | Description |
| LeadId | Integer | True | Id of the Lead to associate |
| Cookie | String | True | The cookie value to associate |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
| Details | String | Details of execution failure. NULL if success=true. |