* add in page name
This commit is contained in:
parent
6ba4c4d280
commit
07e8397187
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue