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 <thomas.steur@googlemail.com>2014-08-26 18:35:55 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-26 18:35:55 +0400
commit18e7b5688e7ae40a24801e2f3bd9eec867ba8c16 (patch)
treed16eb49ed135da66b687f286c5d078cbec3c1161 /core/Metrics.php
parent24b470b815d648ca1be2a366da08b672dc46bdbb (diff)
refs #4996 archiving of impressions should work now, displaying impressions should work (contentName => contentPiece and contentPiece => contentName). Next step: Matching interactions with impressions then this part is nearly done hopefully
Diffstat (limited to 'core/Metrics.php')
-rw-r--r--core/Metrics.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Metrics.php b/core/Metrics.php
index bb7d5d430f..309ebc64d8 100644
--- a/core/Metrics.php
+++ b/core/Metrics.php
@@ -80,6 +80,7 @@ class Metrics
// Contents
const INDEX_CONTENT_NB_IMPRESSIONS = 39;
+ const INDEX_CONTENT_NB_INTERACTIONS = 40;
// Goal reports
const INDEX_GOAL_NB_CONVERSIONS = 1;