Analytics
New
- Mobile view: You can now quickly check your basic stats on your phone or tablet. Just open Piwik PRO in your browser and it’ll fit perfectly on your screen.
- Public sharing: You can now share your reports with people who don’t have access to your Piwik PRO account. A shared report is a read-only report and you can share it by clicking the “Share” button in the upper right corner of each report.
Improved
- We updated the ecommerce names in the session log and tracker debugger to match the last ecommerce update.
- The page timing report is now based on medians instead of averages, and it filters out reports with less than 10 page views to prevent edge cases from showing up at the top of the report.
Tag Manager
Improved
-
We updated the support for events pushed by the Google tag (gtag.js). Such events are now transformed into data layer events as follows:
gtag('event', 'addToCart', {
id: '123',
value: 10.00
});
is transformed to
dataLayer.push({
event: 'arguments.addToCart',
id: '123',
value: 10.00
});
Fixed
- We fixed a problem where if you used our tag to track a YouTube video that was lazy loaded, you would see errors in the browser’s console. Now those errors no longer appear.
Customer Data Platform
Improved
- We made it easier to troubleshoot activation issues by adding the number of activation attempts in the activation logs.
Administration
New
- Session limits: You can now set the maximum session duration and the maximum number of events per session and decide what happens when these limits are exceeded. This option is available in Administration > Sites & apps > Data collection > Session limits or Administration > Settings > Global site & app settings > Data collection > Session limits.
- You can now choose whether or not to collect visitors’ IP addresses, which may be helpful in some privacy-related cases. This option is available in Administration > Sites & apps > Data collection > IP addresses.
Integrations
New
- Microsoft Power BI Desktop integration and Microsoft Power BI service integration: We rebuilt the connector used in both integrations from scratch. As a result, you can experience significant performance improvements, dynamic column list retrieval, better error handling and support for data refresh.