Skip to content

Instantly share code, notes, and snippets.

@ronnieduke
Last active August 29, 2015 14:25
Show Gist options
  • Save ronnieduke/d2500b871fcde5e48434 to your computer and use it in GitHub Desktop.
Save ronnieduke/d2500b871fcde5e48434 to your computer and use it in GitHub Desktop.
Marketo Munchkin associateLead
<script>
mktoMunchkinFunction('associateLead',
{
Email: "[email protected]",
FirstName: "John",
LastName: "Doe"
},
'{hashed key}'
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment