mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
Fix goal name display in pageview goals
This commit is contained in:
parent
9ad2075d6f
commit
21039de5e2
@ -521,7 +521,7 @@ defmodule Plausible.Stats.Clickhouse do
|
||||
group_by: e.name,
|
||||
order_by: [desc: fragment("count")],
|
||||
select: %{
|
||||
name: e.name,
|
||||
name: ^goal,
|
||||
count: fragment("uniq(user_id) as count"),
|
||||
total_count: fragment("count(*) as total_count")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user