Skip to content

Commit

Permalink
Include the brand directly in Yotta messages. See #37
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Mar 2, 2017
1 parent 3799764 commit 49b5cb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/analytics/google-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
googleAnalyticsLoaded = true;
}

var pingParams = 'pingver=2&' +
var pingParams = 'pingver=3&' +
'project=' + encodeURIComponent( phet.chipper.project ) + '&' +
'brand=' + encodeURIComponent( phet.chipper.brand ) + '&' +
'version=' + encodeURIComponent( phet.chipper.version ) + '&' +
'locale=' + encodeURIComponent( phet.chipper.locale ) + '&' +
'buildTimestamp=' + encodeURIComponent( phet.chipper.buildTimestamp ) + '&' +
Expand Down

0 comments on commit 49b5cb0

Please sign in to comment.