mirror of
https://github.com/plausible/analytics.git
synced 2024-12-25 02:24:55 +03:00
Add a filter for exit pages
This commit is contained in:
parent
cda031d453
commit
c7196afa32
@ -537,6 +537,7 @@ defmodule Plausible.Stats.Clickhouse do
|
||||
order_by: [desc: fragment("count")],
|
||||
limit: ^limit,
|
||||
offset: ^offset,
|
||||
where: s.exit_page != "",
|
||||
select: %{
|
||||
name: s.exit_page,
|
||||
count: fragment("uniq(?) as count", s.user_id),
|
||||
|
Loading…
Reference in New Issue
Block a user