dizzy
dizzy
The tracking failures UI is pretty hidden away in Matomo, and even more so in Matomo for WordPress. It's very unlikely that most users will know it's there when they...
Would be helpful to log which API methods like `ScheduledReports.deleteReport` were recently (say in the last day) executed and from where. Only the API method and simple trace should be...
To more easily see if an existing WP cron task is interfering with Matomo, having this information in the system report would be very helpful.
Currently, Matomo for WordPress explicitly limits the number of available environments to TagManager. Only `live` is allowed. From what I understand, this was done for simplicity. The assumption was that...
### Description: Depends on https://github.com/matomo-org/matomo/pull/22272 ### Review * [ ] [Functional review done](https://developer.matomo.org/guides/pull-request-reviews#functional-review-done) * [ ] [Potential edge cases thought about](https://developer.matomo.org/guides/pull-request-reviews#potential-edge-cases-thought-about) (behavior of the code with strange input, with strange...
## Summary Matomo does not report if the database user does not have enough privileges to perform installation and update logic. One would expect that there would be an error...
### What happened? For some API methods/queries, the `showColumns` parameter does not work properly: * VisitFrequency.get: https://demo.matomo.cloud/index.php?module=API&format=json&idSite=1&period=day&date=2024-02-05&method=VisitFrequency.get&filter_limit=100&format_metrics=1&expanded=1&token_auth=anonymous&force_api_session=1 vs. https://demo.matomo.cloud/index.php?module=API&format=json&idSite=1&period=day&date=2024-02-05&method=VisitFrequency.get&filter_limit=100&format_metrics=1&expanded=1&token_auth=anonymous&force_api_session=1&showColumns=nb_visits_returning * Contents.getContentPieces/Contents.getContentNames (w/ flat=1) https://demo.matomo.cloud/index.php?module=API&format=json&idSite=1&period=day&date=2024-02-05&method=Contents.getContentPieces&filter_limit=100&format_metrics=1&expanded=1&token_auth=anonymous&force_api_session=1&flat=1 vs. https://demo.matomo.cloud/index.php?module=API&format=json&idSite=1&period=day&date=2024-02-05&method=Contents.getContentPieces&filter_limit=100&format_metrics=1&expanded=1&token_auth=anonymous&force_api_session=1&flat=1&showColumns=nb_impressions (here, nb_impressions is the...
Collecting in this issue all the similar bugs reported around this. # Why this weird long bug report? 1. We will try to fix all these bugs are fixed at...
Some adblockers, such as ublock, can cause scripts/styles used in the WordPress backoffice to be blocked, resulting in broken admin pages. As done in core, we should detect when an...
* enable debug logging to a file and allow downloading this file when triggering manual archiving * report the time of archiving each individual job, and if http archiving is...