Skip to content

Instantly share code, notes, and snippets.

@nychng
Created March 2, 2013 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nychng/5069814 to your computer and use it in GitHub Desktop.
Save nychng/5069814 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
if(typeof(mixpanel) !== "undefined") {
mixpanel.register({
ip_address: 203.126.171.206,
join_date: 03/01/2013
})
mixpanel.name_tag('{&#39;USER_EMAIL&#39;: u&#39;nychng@yahoo.com&#39;}');
mixpanel.identify('{&#39;USER_EMAIL&#39;: u&#39;nychng@yahoo.com&#39;}');
mixpanel.track('/');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment