Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-08-28 11:15:57 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-31 09:33:27 +0300
commit84a945446e6655c7a15bcd2fc92aa5b1f30713a7 (patch)
tree2d7ffe8440c1210856ff4651e470a8e7caa78675 /CHANGELOG.md
parent96ae06bdeff514e579237776bd148794003af262 (diff)
added method to piwik.js to log all detected content blocks
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e22b56d36e..04cc2a46cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,10 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* `Tracker.recordEcommerceGoal`
* `Tracker.recordStandardGoals`
+### New APIs
+
+* The JavaScript Tracker `piwik.js` got a new method `logAllContentBlocksOnPage` to log all found content blocks within a page to the console. This is useful to debug / test content tracking. It can be triggered via `_paq.push(['logAllContentBlocksOnPage'])`
+
### Internal Change
* The option `branch` of the console command `development:sync-system-test-processed` was removed as it is no longer needed.