mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 11:30:28 +00:00
stop sending document title from client, since it is not used right now
This commit is contained in:
parent
9b47ee27ef
commit
37897e9d35
@ -100,7 +100,6 @@ function trackPageview() {
|
|||||||
sid: data.sid,
|
sid: data.sid,
|
||||||
p: path,
|
p: path,
|
||||||
h: hostname,
|
h: hostname,
|
||||||
t: document.title,
|
|
||||||
r: referrer,
|
r: referrer,
|
||||||
u: data.pagesViewed.indexOf(path) == -1 ? 1 : 0,
|
u: data.pagesViewed.indexOf(path) == -1 ? 1 : 0,
|
||||||
nv: data.isNewVisitor ? 1 : 0,
|
nv: data.isNewVisitor ? 1 : 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user