fix session metrics to show visitors instead of views
This commit is contained in:
@@ -31,7 +31,7 @@ async function relationalQuery(websiteId: string, column: string, filters: Query
|
|||||||
`
|
`
|
||||||
select
|
select
|
||||||
${column} x,
|
${column} x,
|
||||||
count(*) y
|
count(distinct website_event.session_id) y
|
||||||
${includeCountry ? ', country' : ''}
|
${includeCountry ? ', country' : ''}
|
||||||
from website_event
|
from website_event
|
||||||
${joinSession}
|
${joinSession}
|
||||||
|
|||||||
Reference in New Issue
Block a user