mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
clean-up session api endpoints and queries
This commit is contained in:
parent
f98e683979
commit
533a42eb2e
10 changed files with 64 additions and 43 deletions
|
|
@ -69,6 +69,7 @@ async function clickhouseQuery(
|
|||
${cohortQuery}
|
||||
join session_data final
|
||||
on session_data.session_id = website_event.session_id
|
||||
and session_data.website_id = {websiteId:UUID}
|
||||
where website_event.website_id = {websiteId:UUID}
|
||||
and website_event.created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||
and session_data.data_key = {propertyName:String}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue