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:
authordiosmosis <benaka@piwik.pro>2015-06-06 09:40:26 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-25 14:13:34 +0300
commitd10b204a678a3285e6ecc513580ec7d201de8667 (patch)
tree40c9140424958d667701d7c167a6deaa7c8fa614 /core/Tracker/Request.php
parentd94551c4f33756f8245acd9fb9720382ae997f55 (diff)
Adding server side logic for ping requests that specify a visit is still ongoing, w/o creating a new action. Includes a new integration test for the feature.
Diffstat (limited to 'core/Tracker/Request.php')
-rw-r--r--core/Tracker/Request.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Tracker/Request.php b/core/Tracker/Request.php
index 05510d5d23..c37a9b7624 100644
--- a/core/Tracker/Request.php
+++ b/core/Tracker/Request.php
@@ -311,6 +311,7 @@ class Request
'urlref' => array('', 'string'),
'res' => array(self::UNKNOWN_RESOLUTION, 'string'),
'idgoal' => array(-1, 'int'),
+ 'ping' => array(0, 'int'),
// other
'bots' => array(0, 'int'),