-
Notifications
You must be signed in to change notification settings - Fork 1
Report
megh-k edited this page Sep 29, 2022
·
1 revision
add how page views are tracked
Under reports, page views makes use of a JavaScript widget to plot the total page views over all pages per month. The view is a subclass of the wagtail admin ReportView
.
There is a filter to specify the date range. The filter is a custom filter which implements the WagtailFilterSet
, with a date range widget.