Skip to content

Commit

Permalink
use a different account for the google analytics, references #105
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jun 11, 2012
1 parent 1f2cf93 commit 0920976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Browser.js
Expand Up @@ -259,7 +259,7 @@ Browser.prototype.reportUsageStats = function() {
// phones home to google analytics
Browser.prototype._reportGoogleUsageStats = function( stats ) {
_gaq.push.apply( _gaq, [
['_setAccount', 'UA-32567655-1'],
['_setAccount', 'UA-7115575-2'],
['_setDomainName', 'none'],
['_setAllowLinker', true],
['_setCustomVar', 1, 'tracks-count', stats['tracks-count'], 3 ],
Expand Down

0 comments on commit 0920976

Please sign in to comment.