mirror of
https://github.com/plausible/analytics.git
synced 2024-12-26 19:15:03 +03:00
0594478add
* Revert "Revert "APIv2: Replace breakdown module with QueryBuilder (#4283)" (#4292)"
This reverts commit ef5e0e0382
.
* Allow querying events and pageviews from sessions table
This is not strictly accurate, especially with shorter time frames, but
is useful for a fallback mechanism. I'll figure out something around
shorter time frames in the future.
See also: https://github.com/plausible/analytics/pull/4292
* Only query events and pageviews in legacy breakdowns
110 B
110 B
1 | name | visitors | pageviews | bounce_rate | time_on_page |
---|---|---|---|---|---|
2 | / | 4 | 3 | 67 | |
3 | /signup | 1 | 1 | 0 | 60.0 |
4 | /some-other-page | 1 | 1 | 0 | 60.0 |