martin
(Martin Brennan)
October 22, 2024, 12:12am
22
@AstonJ @darkpixlz I’ve just merged a PR that will show the old pageview and consolidated pageview reports as “Legacy Pageviews” and “Legacy Consolidated Pageviews” respectively, hope this helps:
discourse:main
← discourse:feature/bring-back-legacy-pv-reports
opened 05:58AM - 21 Oct 24 UTC
This commit brings back some reports hidden or changed
by the commit in 14b4369… 23c5b582cea454b69441a28e16f2f191e if
the site setting `use_legacy_pageviews` is false.
* Unhide the old “Consolidated Pageviews” report and rename it
to “Legacy Consolidated Pageviews”
* Add a legacy_page_view_total_reqs report called “Legacy Pageviews”,
which calculates pageviews in the same way the old page_view_total_reqs
report did.
This will allow admins to better compare old and new pageview
stats which are based on browser detection if they have switched
over to _not_ use legacy pageviews.
**use_legacy_pageviews is false**
![image](https://github.com/user-attachments/assets/1cbdef62-09f8-45c6-b3a0-d26de50aca64)
**use_legacy_pageviews is true**
![image](https://github.com/user-attachments/assets/94b7c639-ef39-4319-8847-ff3d2caaf3cb)
11 Likes