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 Apr 14, 2017
1 parent 8d21b38 commit 4c73881
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 @@ -63,8 +63,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 4c73881

Please sign in to comment.