Add a filter for exit pages

This commit is contained in:
Uku Taht 2021-03-02 12:00:33 +02:00
parent cda031d453
commit c7196afa32

View File

@ -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),