We have an installation of 2.4.6. In the counter report plugin there are two sections for journal activities: old and new plugin results. We get totally different results from them for 2015. The new one has result zero or close to zero, however the new one has a couple of thousand each month. Should they match or not?
I also noticed this plugin has been removed from the system in further versions. I was wondering why is that.
In OJS 2.4.3 the counter reports plugin moved from the generic plugin directory to the reports plugin directory. You’ll find the current version of the plugin there (and, hopefully, only there).
Parallel to that, a new method for collecting usage statistics was implemented (including the new “ojs::counter” metric). The new metric should not match the old metric, but it should also not be empty. Some configuration may be necessary if you are not using the acron plugin. See this FAQ: My published file views or statistics reports shows no data. What do I do?
Thanks for your reply. In one of our journals legacy counter reports are not displaying. Only the new one is there for 2015. Although below query results in with lots of records and this journal has archive from 5 years ago.
SELECT * FROM metrics WHERE metric_type = “ojs::legacyDefault”;
For the legacy COUNTER statistics, the metric type would be “ojs::legacyCounterPlugin”. The rows you are seeing will be used by the “View Report” in the Stats & Reports section.