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-12-01 02:57:37 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-12-01 02:57:37 +0300
commit107147670f46b234afadefe82e0c384b10c41279 (patch)
tree37aaebf3b7444cb03c36964696daae2604ce2ac5 /plugins/Contents/Contents.php
parent592f9bd80e27e48f8159a90d6df055f8f0791f93 (diff)
New visit dimension "total interactions" and new action dimension "Interaction position" and corresponding segments (#10911)
* adding new interaction segments * add possibility to limit queries * fix Piwik does not join correctly if 2 custom joins require each other * added position to api output * Contents plugin: Rename "Interaction" metric to "Content Interaction"
Diffstat (limited to 'plugins/Contents/Contents.php')
-rw-r--r--plugins/Contents/Contents.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Contents/Contents.php b/plugins/Contents/Contents.php
index a217e159c7..99e47bf8fd 100644
--- a/plugins/Contents/Contents.php
+++ b/plugins/Contents/Contents.php
@@ -27,7 +27,7 @@ class Contents extends \Piwik\Plugin
public function addMetricTranslations(&$translations)
{
$translations['nb_impressions'] = 'Contents_Impressions';
- $translations['nb_interactions'] = 'Contents_Interactions';
+ $translations['nb_interactions'] = 'Contents_ContentInteractions';
$translations['interaction_rate'] = 'Contents_InteractionRate';
}