mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
add date params back to session metrics
This commit is contained in:
parent
e2bb2defd4
commit
be353d5555
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ async function clickhouseQuery(
|
||||||
${includeCountry ? ', country' : ''}
|
${includeCountry ? ', country' : ''}
|
||||||
from website_event
|
from website_event
|
||||||
where website_id = {websiteId:UUID}
|
where website_id = {websiteId:UUID}
|
||||||
|
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||||
and event_type = {eventType:UInt32}
|
and event_type = {eventType:UInt32}
|
||||||
${filterQuery}
|
${filterQuery}
|
||||||
group by x
|
group by x
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue