analytics/lib/plausible_web/controllers
RobertJoonas 17b9e36a19
Refactor: Standardize API metrics used internally (#3208)
* extract add_exit_rate function

* Change internal API metric names for /entry-pages & /exit-pages

* `unique_entrances` -> `visitors`,
* `total_entrances` -> `visits`,
* `unique_exits` -> `visitors`,
* `total_exits` -> `visits`,

This is just a consistency improvement - the `visitors` metric always means
one thing and there's no need to call it different for entry pages internally.

This commit does not change any noticable behavior. The UI labels are kept
the same and the column headers in the CSV export will also remain the same.

* Change internal API metric names for /conversions

* `unique_conversions` -> `visitors`,
* `total_conversions` -> `events`,
2023-07-31 09:33:37 +01:00
..
api Refactor: Standardize API metrics used internally (#3208) 2023-07-31 09:33:37 +01:00
site improve transfer ownership error message (#2651) 2023-02-13 15:25:17 +01:00
auth_controller.ex disable registration by default in self-hosted setups (#3014) 2023-06-14 12:08:52 +03:00
billing_controller.ex Add tracking back to upgrade-success page (#2938) 2023-05-17 15:13:41 +02:00
error_report_controller.ex Simplify Phoenix error template (#2913) 2023-05-16 10:52:17 +02:00
helpers.ex Simplify Phoenix error template (#2913) 2023-05-16 10:52:17 +02:00
invitation_controller.ex Fix APP-46E: accept invitation 2nd click (#3120) 2023-07-11 10:52:09 +02:00
page_controller.ex add landing page (#2989) 2023-06-01 14:34:48 +03:00
site_controller.ex Create props settings page (#3191) 2023-07-27 15:46:32 +01:00
stats_controller.ex read FF status per user, not only global (#3185) 2023-07-24 19:42:52 +01:00
unsubscribe_controller.ex Add presence check when unsubscribing from email reports 2021-05-03 16:56:46 +03:00