analytics/assets/js/dashboard/stats
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
..
behaviours Refactor: Standardize API metrics used internally (#3208) 2023-07-31 09:33:37 +01:00
devices Make the ListReport component more flexible (#3078) 2023-07-06 17:29:08 +03:00
graph Plot revenue metrics on main graph (#3112) 2023-07-12 10:25:34 +01:00
locations fix CR undefined bug (#3141) 2023-07-13 19:26:01 +03:00
modals Refactor: Standardize API metrics used internally (#3208) 2023-07-31 09:33:37 +01:00
pages Refactor: Standardize API metrics used internally (#3208) 2023-07-31 09:33:37 +01:00
reports Refactor: Standardize API metrics used internally (#3208) 2023-07-31 09:33:37 +01:00
sources Fix UTM Campaigns filtering regression from #3153 (#3181) 2023-07-24 10:30:17 +02:00
bar.js Make the ListReport component more flexible (#3078) 2023-07-06 17:29:08 +03:00
current-visitors.js Last updated tooltip (#2576) 2023-01-16 10:30:22 +02:00
more-link.js Make the ListReport component more flexible (#3078) 2023-07-06 17:29:08 +03:00