diff --git a/web/app/assets/javascripts/ga.js b/web/app/assets/javascripts/ga.js index 76c197c9c..6bb87c480 100644 --- a/web/app/assets/javascripts/ga.js +++ b/web/app/assets/javascripts/ga.js @@ -305,7 +305,7 @@ logger.debug("page load time: " + computed.frontEnd) context._.each(computed, function (value, key) { if (value > 0 && value < 60000) { - context.ga("send", "timing", "NavigationTiming", key, value); + context.ga("send", "timing", "NavigationTiming", key, value, null, {'page' : '/' + window.location.pathname}); } }) context.stats.write('web.timing.navigation', computed)