* add in page name

This commit is contained in:
Seth Call 2015-05-28 15:04:20 -05:00
parent 6ba4c4d280
commit 07e8397187
1 changed files with 1 additions and 1 deletions

View File

@ -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)