Created
January 31, 2010 20:45
Revisions
-
ttrefren revised this gist
Feb 1, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,6 @@ var mpmetrics = new MixpanelLib("YOUR TOKEN"); } catch(err) { null_fn = function () {}; var mpmetrics = { track: null_fn, track_funnel: null_fn }; } </script> -
ttrefren renamed this gist
Jan 31, 2010 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ttrefren created this gist
Jan 31, 2010 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <script type="text/javascript" src="http://api.mixpanel.com/site_media/js/api/mixpanel_fb.js"></script> <script type="text/javascript"> try { var mpmetrics = new MixpanelLib("YOUR TOKEN"); } catch(err) { null_fn = function () {}; var mpmetrics = { track: null_fn, track_funnel: null_fn, register: null_fn, register_once: null_fn }; } </script>