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-21 15:18:50 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-21 15:18:50 +0400
commitd44cce7e3b49c8a74d30b0b35e042491409a7f45 (patch)
tree3aa9fb227b390bbd28fe261edf8e670028b4e7b3 /core/Tracker/Request.php
parent0610a6d428c3d4a725483678a9c5700a4888ea06 (diff)
refs #4996 track content pieces and display a content report under action and added a widget
Diffstat (limited to 'core/Tracker/Request.php')
-rw-r--r--core/Tracker/Request.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Tracker/Request.php b/core/Tracker/Request.php
index 98057f6ccc..97469727c7 100644
--- a/core/Tracker/Request.php
+++ b/core/Tracker/Request.php
@@ -287,6 +287,11 @@ class Request
'search_cat' => array(false, 'string'),
'search_count' => array(-1, 'int'),
'gt_ms' => array(-1, 'int'),
+
+ // Content
+ 'c_p' => array('', 'string'),
+ 'c_n' => array('', 'string'),
+ 'c_t' => array('', 'string'),
);
if (!isset($supportedParams[$name])) {