From d1cc6aa39a5b2c83a397d9ab56b00ab3d5d5fa9f Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Tue, 21 Feb 2017 23:41:11 +1300 Subject: Improvements for tracking of single page applications (#11344) * improve single page website tracking * added docs and minified piwik * Re-generate piwik.js --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4edc0158..933ff75ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l ### New APIs * The JavaScript Tracker now supports CrossDomain tracking. The following tracker methods were added for this: `enableCrossDomainLinking`, `disableCrossDomainLinking`, `isCrossDomainLinkingEnabled` * Added JavaScript Tracker method `getLinkTrackingTimer` to get the value of the configured link tracking time +* Added JavaScript Tracker method `deleteCustomVariables` to delete all custom variables within a certain scope +* The method `enableLinkTracking` can now be called several times to make Piwik aware of newly added links when your DOM changes * Added a new method `Piwik\Plugin\Report::getMetricNamesToProcessReportTotals()` that lets you define which metrics should show percentages in the table report visualization on hover. If defined, these percentages will be automatically calculated. ## Piwik 3.0.1 -- cgit v1.2.3