diff --git a/js/analytics/google-analytics.js b/js/analytics/google-analytics.js index dcf36570..f54bb988 100644 --- a/js/analytics/google-analytics.js +++ b/js/analytics/google-analytics.js @@ -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 ) + '&' +