Analytics
New
-
Limited availability
To enhance your real-time data visualisation experience, we’ve introduced a predefined real-time dashboards for new and existing sites. Now you can see how real-time dashboards operate, giving you instant powerful analytics.
Improved
- Now the regular expressions in Piwik PRO are more reliable because we use the RE2 library library consistently across the platform. This means that when you test regular expressions in your reports and use them to set goals, they will behave the same way. This update helps to eliminate any differences, so you can trust that your tracking is accurate. For tips on using regular expressions effectively, visit our help center.
Fixed
- We have resolved an issue causing incorrect dates displayed in scheduled reports. Previously, the date ranges would extend by one day (e.g. 31 January 2024 – 1 February 2024 instead of 31 January 2024 – 31 January 2024). With this update, the displayed dates reflect the accurate period covered by your reports.
- We’ve enhanced the user session state synchronisation across multiple tabs. This update ensures that the 10-minute inactivity logout modal appears and disappears consistently across all modules when numerous tabs are open. This fix prevents unintended logouts and improves your experience with Piwik PRO Analytics Suite.
Data collection
Improved
- We fixed broken events caused by the invalid value of
t_ss
parameter in tracking requests. - We fixed the inconsistency between calling
Piwik.addTracker
(it wouldn’t return the newly created tracker) andTracker.addTracker
(it would). Now they both return the newly created tracker.