mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
add referrer_domain to getEvent
This commit is contained in:
parent
24ac7d6be0
commit
7a1ac22dde
@ -33,6 +33,7 @@ function clickhouseQuery(websiteId: string, startAt: Date, eventType: number) {
|
||||
created_at as createdAt,
|
||||
toUnixTimestamp(created_at) as timestamp,
|
||||
url_path as urlPath,
|
||||
referrer_domain as referrerDomain,
|
||||
event_name as eventName
|
||||
from website_event
|
||||
where event_type = {eventType:UInt32}
|
||||
|
Loading…
Reference in New Issue
Block a user