Last active
August 29, 2015 13:55
-
-
Save TOAST3R/8692283 to your computer and use it in GitHub Desktop.
Mixpanel integration Click Seguros
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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