mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Merge pull request #1875 from umami-software/dev
add referrer_domain to getEvent
This commit is contained in:
commit
6ee846d102
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ function clickhouseQuery(websiteId: string, startAt: Date, eventType: number) {
|
||||||
created_at as createdAt,
|
created_at as createdAt,
|
||||||
toUnixTimestamp(created_at) as timestamp,
|
toUnixTimestamp(created_at) as timestamp,
|
||||||
url_path as urlPath,
|
url_path as urlPath,
|
||||||
|
referrer_domain as referrerDomain,
|
||||||
event_name as eventName
|
event_name as eventName
|
||||||
from website_event
|
from website_event
|
||||||
where event_type = {eventType:UInt32}
|
where event_type = {eventType:UInt32}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue