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 /plugins/Actions/lang
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 'plugins/Actions/lang')
-rw-r--r--plugins/Actions/lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Actions/lang/en.json b/plugins/Actions/lang/en.json
index f7669812c0..259ce03ccf 100644
--- a/plugins/Actions/lang/en.json
+++ b/plugins/Actions/lang/en.json
@@ -26,6 +26,7 @@
"ColumnUniqueClicksDocumentation": "The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.",
"ColumnUniqueDownloads": "Unique Downloads",
"ColumnUniqueOutlinks": "Unique Outlinks",
+ "ColumnIdPageview": "Pageview ID",
"DownloadsReportDocumentation": "In this report, you can see which files your visitors have downloaded. %s What Piwik counts as a download is the click on a download link. Whether the download was completed or not isn't known to Piwik.",
"EntryPagesReportDocumentation": "This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during his visit. %s The entry URLs are displayed as a folder structure.",
"EntryPageTitles": "Entry page titles",