Skip to content

Instantly share code, notes, and snippets.

@TOAST3R
Last active August 29, 2015 13:55
Show Gist options
  • Save TOAST3R/8692283 to your computer and use it in GitHub Desktop.
Save TOAST3R/8692283 to your computer and use it in GitHub Desktop.
Mixpanel integration Click Seguros
//When the landing page loads you should add the code attached in mixpanel_production.js to the head of the page
//More info here: https://mixpanel.com/docs/integration-libraries/javascript
//When the first page of the contracting process loads it should exectute the following:
mixpanel.track('External CI Interaction', {provider: "Click Seguros", page: "Page 1"});
//When the last page of the contracting process loads it should exectute the following:
mixpanel.track('External CI Interaction', {provider: "Click Seguros", page: "Page Results"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment