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 /plugins/Contents/Contents.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 'plugins/Contents/Contents.php')
-rw-r--r--plugins/Contents/Contents.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Contents/Contents.php b/plugins/Contents/Contents.php
index df54017d68..5a81979ed3 100644
--- a/plugins/Contents/Contents.php
+++ b/plugins/Contents/Contents.php
@@ -23,6 +23,8 @@ class Contents extends \Piwik\Plugin
public function addMetricTranslations(&$translations)
{
$translations['nb_impressions'] = 'Contents_Impressions';
+ $translations['nb_interactions'] = 'Contents_Interactions';
+ $translations['interaction_rate'] = 'Contents_InteractionRate';
}
}