mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
179568f399
1 changed files with 4 additions and 4 deletions
|
|
@ -137,10 +137,10 @@ async function clickhouseQuery(data: {
|
||||||
website_id: websiteId,
|
website_id: websiteId,
|
||||||
session_id: sessionId,
|
session_id: sessionId,
|
||||||
event_id: uuid(),
|
event_id: uuid(),
|
||||||
country: country ? country : null,
|
country: country,
|
||||||
subdivision1: subdivision1 ?? null,
|
subdivision1: subdivision1,
|
||||||
subdivision2: subdivision2 ?? null,
|
subdivision2: subdivision2,
|
||||||
city: city ? city : null,
|
city: city,
|
||||||
url_path: urlPath?.substring(0, URL_LENGTH),
|
url_path: urlPath?.substring(0, URL_LENGTH),
|
||||||
url_query: urlQuery?.substring(0, URL_LENGTH),
|
url_query: urlQuery?.substring(0, URL_LENGTH),
|
||||||
referrer_path: referrerPath?.substring(0, URL_LENGTH),
|
referrer_path: referrerPath?.substring(0, URL_LENGTH),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue