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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2020-07-20 08:30:57 +0300
committerGitHub <noreply@github.com>2020-07-20 08:30:57 +0300
commitec4e41ce29dd692aba13d282473e6d0b028f5a5a (patch)
treed48521660b8dccf599903e502d8b19eee98a8218
parenta2d4f431ea56154fac7442eae24d112cf321240d (diff)
markdown formatting
https://developer.matomo.org/3.x/changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6135a8eea..ff2665eb43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
### New API
The following new JavaScript tracker methods have been added:
+
* `_paq.push(['setVisitorId', visitorId]);`. This can be used to force a specific visitorId. It takes a 16 digit hexadecimal string.
* `_paq.push(['requireCookieConsent']);`. Call this method if cookies should be only used when consent was given.
* `_paq.push(['rememberCookieConsentGiven']);`. Call this method when a user gives you cookie consent.