analytics/lib/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
..
components Create props settings page (#3191) 2023-07-27 15:46:32 +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
mjml Fix weekly/monthly report e-mails (MJML) (#3150) 2023-07-17 16:59:01 +02:00
plugs Prevent robots from looking too much into public dashboards (#3118) 2023-07-11 10:47:03 +02:00
templates Create props settings page (#3191) 2023-07-27 15:46:32 +01:00
views Create props settings page (#3191) 2023-07-27 15:46:32 +01:00
captcha.ex Include tests for Captcha success/failure scenarios (#2344) 2022-10-17 08:16:59 -03:00
email.ex Fix weekly/monthly report e-mails (MJML) (#3150) 2023-07-17 16:59:01 +02:00
endpoint.ex Dynamically set up session domain (#3089) 2023-06-28 12:28:26 +02:00
refinspector.ex [Continued] Google Analytics import (#1753) 2022-03-10 15:04:59 -06:00
remote_ip.ex Parse bunny header 2022-01-15 08:57:25 -06:00
router.ex Create props settings page (#3191) 2023-07-27 15:46:32 +01:00