Back to changelog listing

Changelog

Piwik PRO Core: 18.15.0
Piwik PRO Enterprise (cloud and private cloud): 15.7.9 and 18.15.0
Piwik PRO Enterprise (on-premises): 15.6.0 and 18.15.0

July 17, 2023

17.6.0

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

Newsletter

Sign up to receive the latest Piwik PRO news and insights in your inbox