mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Google Analytics: trackPageLoadTime is deprecated.
Site speed is sampled on 1% of requests automatically as part of _trackPageview. This is the maximum allowed by Google for properties with >1M hits / day.
This commit is contained in:
@@ -381,8 +381,7 @@ ${unsafe(txt)}
|
||||
['_setCustomVar', 2, 'srpath', '${UserInfo.get_srpath()}', 3],
|
||||
['_setCustomVar', 3, 'usertype', '${UserInfo.get_usertype()}', 2],
|
||||
['_setCustomVar', 4, 'uitype', '${uitype}', 3],
|
||||
['_trackPageview'],
|
||||
['_trackPageLoadTime']
|
||||
['_trackPageview']
|
||||
);
|
||||
|
||||
(function() {
|
||||
|
||||
Reference in New Issue
Block a user