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>2020-06-09 22:55:45 +0300
committerGitHub <noreply@github.com>2020-06-09 22:55:45 +0300
commit210e5662fbbd90c550eb086c72abc54f876d6b91 (patch)
treeaa89a0513dac7f1249a7c35f444263f80fac6510 /CHANGELOG.md
parentcc1df8e515d23604fe371a61a783dac51cbb7e7d (diff)
Expose setVisitorId JS tracker method (#16042)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77eceed363..8e2c89b3fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ This is the Developer Changelog for Matomo platform developers. All changes in o
The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)** lets you see more details about any Matomo release, such as the list of new guides and FAQs, security fixes, and links to all closed issues.
+## Matomo 3.13.7
+
+### New API
+* A new JavaScript tracker method has been added: `_paq.push(['setVisitorId', visitorId]);`. This can be used to force a specific visitorId. It takes a 16 digit hexadecimal string.
+
## Matomo 3.13.6
### API Changes