mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
fix: uv not filtered by referrer
This commit is contained in:
parent
006f4c123e
commit
0176f18ec3
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ export default async (req, res) => {
|
||||||
}),
|
}),
|
||||||
getPageviewStats(websiteId, startDate, endDate, tz, unit, 'distinct pageview.session_id', {
|
getPageviewStats(websiteId, startDate, endDate, tz, unit, 'distinct pageview.session_id', {
|
||||||
url,
|
url,
|
||||||
|
referrer,
|
||||||
os,
|
os,
|
||||||
browser,
|
browser,
|
||||||
device,
|
device,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue