mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
8ac166b447
* 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`, * return revenue metrics from /custom-prop-values (backend) * be more explicit about which metric is plotted with Bar * validate that ListReport input metrics actually exist in the API response * display revenue metrics in the dashboard Properties section * limit the number of columns shown on mobile * add revenue metrics to Properties > Details * review suggestions * define hiddenOnMobile per metric instead of keeping the first 3 * rewrite if-else block --------- Co-authored-by: Vini Brasil <vini@hey.com> |
||
---|---|---|
.. | ||
css | ||
js | ||
static | ||
.babelrc | ||
.bundlemonrc.json | ||
.eslintrc.json | ||
.prettierignore | ||
.prettierrc.json | ||
.stylelintrc.json | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js | ||
webpack.config.js |