implement pageviews, events, and channels queries
This commit is contained in:
@@ -105,7 +105,6 @@ async function clickhouseQuery(
|
||||
from website_event
|
||||
${cohortQuery}
|
||||
where website_id = {websiteId:UUID}
|
||||
and event_type = {eventType:UInt32}
|
||||
${dateQuery}
|
||||
${filterQuery}
|
||||
group by 1, 2
|
||||
|
||||
Reference in New Issue
Block a user