mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-16 02:05:04 +01:00
Update save event.
This commit is contained in:
parent
4b0118dce1
commit
8c9e473550
@ -137,10 +137,10 @@ async function clickhouseQuery(data: {
|
||||
website_id: websiteId,
|
||||
session_id: sessionId,
|
||||
event_id: uuid(),
|
||||
country: country ? country : null,
|
||||
subdivision1: subdivision1 ?? null,
|
||||
subdivision2: subdivision2 ?? null,
|
||||
city: city ? city : null,
|
||||
country: country,
|
||||
subdivision1: subdivision1,
|
||||
subdivision2: subdivision2,
|
||||
city: city,
|
||||
url_path: urlPath?.substring(0, URL_LENGTH),
|
||||
url_query: urlQuery?.substring(0, URL_LENGTH),
|
||||
referrer_path: referrerPath?.substring(0, URL_LENGTH),
|
||||
|
Loading…
Reference in New Issue
Block a user