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 <tsteur@users.noreply.github.com>2016-10-01 01:56:01 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-10-01 01:56:01 +0300
commit65bc19b4dca9cd951c36bb5de39231aed2df85dd (patch)
tree9af9e9fed2d6998251a1b568369e58ac304da043 /CHANGELOG.md
parent40f535174a305aa19d37e6367dca2bfc8eb1c4c8 (diff)
Track a unique id for each pageview (#10499)
* track a unique id for each pageview * fix tests * reduce idpageview to 6 bytes * added changelog entry
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b7c3b0067..f5aa2e505f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -91,6 +91,7 @@ Read more about migrating a plugin from Piwik 2.X to Piwik 3 on our [Migration g
* `Updater.componentUpdated` triggered after core or a plugin has been updated
* `PluginManager.pluginInstalled` triggered after a plugin was installed
* `PluginManager.pluginUninstalled` triggered after a plugin was uninstalled
+* New HTTP Tracking API parameter `pv_id` which accepts a six character unique ID that identifies which actions were performed on a specific page view. Read more about it in the [HTTP Tracking API](https://developer.piwik.org/api-reference/tracking-api);
### New features
* New "Sparklines" visualization that lets you create a widget showing multiple sparklines