Skip to content

Commit

Permalink
log key sequence entries, out of curiosity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuities committed Aug 28, 2014
1 parent 629f2a7 commit 80c793a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/js/app/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ define(["google-analytics", "app/eventmanager"], function(ga, E) {
E.bind('levelUp', function(level) { trackEvent('levelup', level, S.dayNumber); });
E.bind('click', function(thing) { trackEvent('click', thing); });
E.bind('prestige', function() { trackEvent('game', 'prestige'); });
E.bind('keySequenceComplete', function() { trackEvent('game', 'codeEntered'); });
}
}
};
Expand Down

0 comments on commit 80c793a

Please sign in to comment.