Skip to content

Instantly share code, notes, and snippets.

@ronnieduke
Created July 15, 2015 21:23
Show Gist options
  • Save ronnieduke/8082fc4d9fa9e29b7060 to your computer and use it in GitHub Desktop.
Save ronnieduke/8082fc4d9fa9e29b7060 to your computer and use it in GitHub Desktop.
Marketo Munchkin associateLead with company
<script>
mktoMunchkinFunction('associateLead',
{
Email: "someone@email.com",
FirstName: "John",
LastName: "Doe",
Company: "Acme"
},
'{hashed key}'
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment