- Issue created by @exnihilomedia
- πΊπΈUnited States bluegeek9
Hi @exnihilomedia,
Can you tell me which pages or reports have the issue?
Most of the reports use a new metric, Unique Visitor. Previous reports and some existing reports use total views.
Many of the reports have been converted to Drupal views. So you can add total views to the report.
- πΊπΈUnited States exnihilomedia
We've been using the Monthly report mostly. The new Times page doesn't show historical data. Recent Hits also doesn't show data. I've attached a series of screenshots to show you what I'm seeing.
Thanks!
- πΊπΈUnited States bluegeek9
Monthly
The good news is that the data is not gone. The Times report shows unique visitors. Since the unique visitor is new there is no historical data. The bad news is the Times report is not yet a view. The Charts module needs to be integrated for the Times report to be converted to views.
"Recent visits" is a view, do you have it installed?
https://git.drupalcode.org/project/visitors/-/tree/8.x-2.x/config/option...
- πΊπΈUnited States exnihilomedia
I do have "Recent visits" view installed.
- πΊπΈUnited States bluegeek9
If you go to the views edit page, does the preview render? Are there errors on the view edit page?
- πΊπΈUnited States exnihilomedia
It renders without error on the views edit page.
- πΊπΈUnited States bluegeek9
I have made some progress on π Integrate with Charts module Active .
When it is complete, you can modify the views to show views instead of unique visitors.
I am not sure about the Recent Visits view. If you remove the bot filter from the view, does it work as expected?
- πΊπΈUnited States exnihilomedia
Yes. With bot filter in place I only see traffic that occurred after the upgrade to 2.19. After removing the bot filter, old and new traffic is shown in the view.
- πΊπΈUnited States bluegeek9
I think the issue with Recent Visits is the bot filter is bot = False. Other views have bot != True
Bot detection is a more recent feature. You can run your existing logs that pre-date bot detection through the device detector, either with a batch form, `/admin/config/system/visitors/rebuild-device`, or a drush command, `drush visitors:rebuild:device`
I am combining all the view displays into a single view, π Combine Visitors Views Active .
- Status changed to Fixed
5 months ago 12:17am 7 July 2024 - πΊπΈUnited States bluegeek9
@exnihilomedia,
Both issues are resolved in 2.20.
The recent view is fixed by updating the view or running the rebuild. In 2.20, the existing views are deleted and replaced with a single view with many displays. The filter is updated in 2.20
Jqplot has been dropped in favor of charts_chartjs. You can update the view to show the views.
Automatically closed - issue fixed for 2 weeks with no activity.