mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 01:54:34 +03:00
0d6c72d50f
* refactor metric validation * link to the correct docs section * add the new metric to aggregate API * explicitly remove __internal_visits The overall metric selection is well defined by `Plausible.Stats.Timeseries.empty_row/2`. The only metric that needs to be removed from the timeseries response is __internal_visits. This commit also moves the `remove_internal_visits_metric` function to a new Util module to be used by both breakdown and timeseries. * add the new metric to timeseries API * mix format * add moduledoc to keep credo happy * convert pages_per_visit to string straight away * do rounding in db query * query # of visits with sum(sign) instead * stop converting pages_per_visit to string |
||
---|---|---|
.. | ||
controllers | ||
plugs | ||
views | ||
captcha_test.exs | ||
email_test.exs |