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:
authormattab <matthieu.aubry@gmail.com>2013-10-22 04:38:17 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-22 06:07:44 +0400
commit5bd392159297693a06fa0086ba25292ad0a8d79b (patch)
tree608bad3b89671da1c1120cccd0d7c1baa59cbf60 /core/Tracker/Request.php
parenta40aec732087728c1f549a0e3fbdc57a7208da22 (diff)
Preparing for New Action Event type refs #472
Diffstat (limited to 'core/Tracker/Request.php')
-rw-r--r--core/Tracker/Request.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/Tracker/Request.php b/core/Tracker/Request.php
index 2eb72bb5d6..55557b845d 100644
--- a/core/Tracker/Request.php
+++ b/core/Tracker/Request.php
@@ -251,6 +251,12 @@ class Request
'ec_dt' => array(false, 'float'),
'ec_items' => array('', 'string'),
+ // Events
+ 'e_c' => array(false, 'string'),
+ 'e_a' => array(false, 'string'),
+ 'e_n' => array(false, 'string'),
+ 'e_v' => array(false, 'float'),
+
// some visitor attributes can be overwritten
'cip' => array(false, 'string'),
'cdt' => array(false, 'string'),