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
path: root/js
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-01-30 10:36:57 +0300
committerGitHub <noreply@github.com>2017-01-30 10:36:57 +0300
commitdcba32ff480810c36c9e6965e3271b052a0262e3 (patch)
tree9fc0f2299cb9177bd50a856a42764feec6ed4fab /js
parentdc99d9efd479e4ab47dbc280c6c14dc85b2c4183 (diff)
New "Enable cross domain linking" checkbox in Javascript Tracker Code generator (Advanced section) (#11295)
* enable set domains when enable cross domains * fix disable cross domain when only one site url or less * New "Enable cross domain linking" checkbox in Javascript Tracker Code generator (Advanced section) * Integration test * API has new parameter
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 0c67497435..95713ab13f 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -6025,7 +6025,7 @@ if (typeof window.Piwik !== 'object') {
/**
* Enables cross domain linking. By default, the visitor ID that identifies a unique visitor is stored in
- * the browser's cookies. This means the cookie can only be accessed by pages on the same domain.
+ * the browser's first party cookies. This means the cookie can only be accessed by pages on the same domain.
* If you own multiple domains and would like to track all the actions and pageviews of a specific visitor
* into the same visit, you may enable cross domain linking. Whenever a user clicks on a link it will append
* a URL parameter pk_vid to the clicked URL which consists of these parts: 16 char visitorId, a 10 character