mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fixed getAttribution table alias typo
This commit is contained in:
parent
3b24ea3175
commit
98eb26fd9e
2 changed files with 1 additions and 3 deletions
|
|
@ -398,7 +398,7 @@ async function clickhouseQuery(
|
|||
li_fat_id != '', 'LinkedIn Ads',
|
||||
twclid != '', 'Twitter Ads (X)','') name,
|
||||
${currency ? 'sum(e.value)' : 'uniqExact(we.session_id)'} value
|
||||
from model fm
|
||||
from model m
|
||||
join website_event we
|
||||
on we.created_at = m.created_at
|
||||
and we.session_id = m.session_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue