analytics/test/plausible_web
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
..
controllers Refactor: Standardize API metrics used internally (#3208) 2023-07-31 09:33:37 +01:00
live Create props settings page (#3191) 2023-07-27 15:46:32 +01:00
plugs Prevent robots from looking too much into public dashboards (#3118) 2023-07-11 10:47:03 +02:00
views Simplify Phoenix error template (#2913) 2023-05-16 10:52:17 +02:00
captcha_test.exs Google APIs integration improvements (#2358) 2022-10-24 09:34:02 +02:00
email_test.exs add tests for base_email template 2022-11-09 19:56:46 +02:00