Created
April 21, 2010 07:19
-
-
Save ttrefren/373530 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<script type="text/javascript" src="http://mixpanel.com/site_media/js/api/mixpanel.js"></script> | |
<script type="text/javascript"> | |
try { | |
var mpmetrics = new MixpanelLib("YOUR_TOKEN"); | |
mpmetrics.set_config({ cross_subdomain_cookie: false }); | |
mpmetrics.register({"user type": "noob", "gender": "male"}); | |
} catch(err) {} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment