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
path: root/tests
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-17 07:57:37 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-17 07:59:14 +0300
commit524565eb40d8c20080d345be80610ccdea11d8af (patch)
treee88043f856dde04ce4a43e1b5e904b1dbe2ad7bc /tests
parentc8c433b9d3afeaca87c3d85b184a2b29f5002d38 (diff)
parent719114577f0a5a7962e37a250db3a8d76a1809b8 (diff)
Merge branch 'master' into log-refactoring-1
Conflicts: composer.json composer.lock config/global.php core/Container/StaticContainer.php
Diffstat (limited to 'tests')
-rwxr-xr-xtests/LocalTracker.php2
-rw-r--r--tests/PHPUnit/Fixtures/ManySitesImportedLogs.php33
-rw-r--r--tests/PHPUnit/Framework/Fixture.php11
-rw-r--r--tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php7
-rwxr-xr-xtests/PHPUnit/Framework/TestCase/SystemTestCase.php5
-rw-r--r--tests/PHPUnit/Integration/CacheIdTest.php45
-rw-r--r--tests/PHPUnit/Integration/CacheTest.php112
-rw-r--r--tests/PHPUnit/Integration/JsProxyTest.php4
-rw-r--r--tests/PHPUnit/Integration/LogTest.php2
-rw-r--r--tests/PHPUnit/Integration/Plugin/ManagerTest.php16
-rw-r--r--tests/PHPUnit/Integration/Tracker/SettingsStorageTest.php22
-rw-r--r--tests/PHPUnit/Integration/Tracker/VisitTest.php10
-rw-r--r--tests/PHPUnit/Integration/TrackerTest.php60
-rwxr-xr-xtests/PHPUnit/System/ImportLogsTest.php5
-rw-r--r--tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt59
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml540
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml540
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_month.xml62
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_range.xml62
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_month.xml62
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_range.xml62
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_month.xml12
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_range.xml12
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_month.xml62
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_range.xml62
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_month.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_range.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__CustomVariables.getCustomVariables_month.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserEngines_month.xml22
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml22
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserVersions_month.xml24
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml22
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getModel_month.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml40
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsVersions_month.xml20
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getType_month.xml34
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Events.getAction_month.xml38
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Events.getCategory_month.xml38
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Events.getName_month.xml51
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Goals.getDaysToConversion_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Goals.getVisitsUntilConversion_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Goals.get_month.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml2342
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getAll_month.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getOne_month.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Provider.getProvider_month.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Referrers.getReferrerType_month.xml19
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getConfiguration_month.xml15
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getResolution_month.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCity_month.xml19
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getContinent_month.xml37
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml41
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml19
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserType_month.xml22
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserVersion_month.xml24
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowser_month.xml22
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getConfiguration_month.xml15
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguageCode_month.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguage_month.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getMobileVsDesktop_month.xml34
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml40
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOS_month.xml20
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getPlugin_month.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getResolution_month.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getByDayOfWeek_month.xml18
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerLocalTime_month.xml22
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerServerTime_month.xml29
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_range.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_range.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getActions_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getBounceCount_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getUniqueVisitors_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisitsConverted_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisits_month.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml16
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs_withEnhancedAndLast7__MultiSites.getAll_month.xml20
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml108
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml108
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml108
-rw-r--r--tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml54
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions__Live.getLastVisitsDetails_year.xml40
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_csv__ScheduledReports.generateReport_month.original.csv16
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html168
-rw-r--r--tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml16
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml34
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml40
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php2
-rw-r--r--tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csvbin7376 -> 7376 bytes
-rwxr-xr-xtests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml136
-rwxr-xr-xtests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml196
-rw-r--r--tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv8
-rw-r--r--tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html28
-rw-r--r--tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml188
-rw-r--r--tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml188
-rw-r--r--tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml120
-rw-r--r--tests/PHPUnit/TestingEnvironment.php2
m---------tests/PHPUnit/UI0
-rw-r--r--tests/resources/access-logs/fake_logs_cloudfront.log3
-rw-r--r--tests/resources/access-logs/fake_logs_cloudfront_rtmp.log4
106 files changed, 3928 insertions, 2749 deletions
diff --git a/tests/LocalTracker.php b/tests/LocalTracker.php
index a86d3a565c..98ef3e6501 100755
--- a/tests/LocalTracker.php
+++ b/tests/LocalTracker.php
@@ -40,7 +40,7 @@ class Piwik_LocalTracker extends PiwikTracker
}
// unset cached values
- Cache::$trackerCache = null;
+ Cache::$cache = null;
// save some values
$plugins = Config::getInstance()->Plugins['Plugins'];
diff --git a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
index 830d22778c..0603ae4d4b 100644
--- a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
+++ b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
@@ -29,6 +29,8 @@ class ManySitesImportedLogs extends Fixture
public $addSegments = false;
public $includeIisWithCustom = false;
public $includeNetscaler = false;
+ public $includeCloudfront = false;
+ public $includeCloudfrontRtmp = false;
public static function createAccessInstance()
{
@@ -121,6 +123,14 @@ class ManySitesImportedLogs extends Fixture
if ($this->includeNetscaler) {
$this->logNetscaler();
}
+
+ if ($this->includeCloudfront) {
+ $this->logCloudfront();
+ }
+
+ if ($this->includeCloudfrontRtmp) {
+ $this->logCloudfrontRtmp();
+ }
}
private function setupSegments()
@@ -262,9 +272,26 @@ class ManySitesImportedLogs extends Fixture
'--w3c-map-field' => array(),
'--enable-http-redirects' => false);
- $output = self::executeLogImporter($logFile, $opts);
+ return self::executeLogImporter($logFile, $opts);
+ }
+
+ private function logCloudfront()
+ {
+ $logFile = PIWIK_INCLUDE_PATH . '/tests/resources/access-logs/fake_logs_cloudfront.log';
+
+ $opts = array('--idsite' => $this->idSite,
+ '--token-auth' => self::getTokenAuth());
+
+ return self::executeLogImporter($logFile, $opts);
+ }
+
+ private function logCloudfrontRtmp()
+ {
+ $logFile = PIWIK_INCLUDE_PATH . '/tests/resources/access-logs/fake_logs_cloudfront_rtmp.log';
+
+ $opts = array('--idsite' => $this->idSite,
+ '--token-auth' => self::getTokenAuth());
- // make sure warning about --w3c-time-taken-secs appears in importer output
- self::assertContains("WARNING: netscaler log file being parsed without --w3c-time-taken-secs option.", implode("\n", $output));
+ return self::executeLogImporter($logFile, $opts);
}
} \ No newline at end of file
diff --git a/tests/PHPUnit/Framework/Fixture.php b/tests/PHPUnit/Framework/Fixture.php
index a2d6a6327a..7435bcae47 100644
--- a/tests/PHPUnit/Framework/Fixture.php
+++ b/tests/PHPUnit/Framework/Fixture.php
@@ -8,8 +8,8 @@
namespace Piwik\Tests\Framework;
use Piwik\Access;
-use Piwik\Cache\StaticCache;
-use Piwik\CacheFile;
+use Piwik\Cache\Backend\File;
+use Piwik\Cache as PiwikCache;
use Piwik\Common;
use Piwik\Config;
use Piwik\DataAccess\ArchiveTableCreator;
@@ -223,8 +223,7 @@ class Fixture extends \PHPUnit_Framework_Assert
FakeAccess::$superUserLogin = 'superUserLogin';
- SettingsPiwik::$cachedKnownSegmentsToArchive = null;
- CacheFile::$invalidateOpCacheBeforeRead = true;
+ File::$invalidateOpCacheBeforeRead = true;
if ($this->configureComponents) {
IPAnonymizer::deactivate();
@@ -244,7 +243,7 @@ class Fixture extends \PHPUnit_Framework_Assert
$this->getTestEnvironment()->executeSetupTestEnvHook();
Piwik_TestingEnvironment::addSendMailHook();
- StaticCache::clearAll();
+ PiwikCache::getTransientCache()->flushAll();
if ($this->overwriteExisting
|| !$this->isFixtureSetUp()
@@ -304,6 +303,8 @@ class Fixture extends \PHPUnit_Framework_Assert
Option::clearCache();
Site::clearCache();
Cache::deleteTrackerCache();
+ PiwikCache::getTransientCache()->flushAll();
+ PiwikCache::getEagerCache()->flushAll();
Config::getInstance()->clear();
ArchiveTableCreator::clear();
\Piwik\Plugins\ScheduledReports\API::$cache = array();
diff --git a/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php b/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
index becfac3a18..2a782b67c3 100644
--- a/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
+++ b/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
@@ -8,10 +8,10 @@
namespace Piwik\Tests\Framework\TestCase;
-use Piwik\Cache\StaticCache;
use Piwik\Config;
use Piwik\Db;
use Piwik\Tests\Framework\Fixture;
+use Piwik\Cache as PiwikCache;
/**
* Tests extending IntegrationTestCase are much slower to run: the setUp will
@@ -78,7 +78,8 @@ abstract class IntegrationTestCase extends SystemTestCase
self::restoreDbTables(self::$tableData);
}
- StaticCache::clearAll();
+ PiwikCache::getEagerCache()->flushAll();
+ PiwikCache::getTransientCache()->flushAll();
}
/**
@@ -86,8 +87,6 @@ abstract class IntegrationTestCase extends SystemTestCase
*/
public function tearDown()
{
- StaticCache::clearAll();
-
self::$fixture->clearInMemoryCaches();
parent::tearDown();
diff --git a/tests/PHPUnit/Framework/TestCase/SystemTestCase.php b/tests/PHPUnit/Framework/TestCase/SystemTestCase.php
index 8b85f255aa..3c8061fef0 100755
--- a/tests/PHPUnit/Framework/TestCase/SystemTestCase.php
+++ b/tests/PHPUnit/Framework/TestCase/SystemTestCase.php
@@ -528,6 +528,11 @@ abstract class SystemTestCase extends PHPUnit_Framework_TestCase
*/
protected static function restoreDbTables($tables)
{
+ $db = Db::fetchOne("SELECT DATABASE()");
+ if (empty($db)) {
+ Db::exec("USE " . Config::getInstance()->database_tests['dbname']);
+ }
+
DbHelper::truncateAllTables();
// insert data
diff --git a/tests/PHPUnit/Integration/CacheIdTest.php b/tests/PHPUnit/Integration/CacheIdTest.php
new file mode 100644
index 0000000000..ebdfd9c035
--- /dev/null
+++ b/tests/PHPUnit/Integration/CacheIdTest.php
@@ -0,0 +1,45 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+namespace Piwik\Tests\Integration;
+
+use Piwik\CacheId;
+use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
+use Piwik\Translate;
+
+/**
+ * @group Cache
+ * @group CacheId
+ */
+class CacheIdTest extends IntegrationTestCase
+{
+ public function setUp()
+ {
+ Translate::loadEnglishTranslation();
+ }
+
+ public function tearDown()
+ {
+ Translate::unloadEnglishTranslation();
+ }
+
+ public function test_languageAware_shouldAppendTheLoadedLanguage()
+ {
+ $result = CacheId::languageAware('myrandomkey');
+
+ $this->assertEquals('myrandomkey-en', $result);
+ }
+
+ public function test_pluginAware_shouldAppendLoadedPluginsAndLanguage()
+ {
+ $result = CacheId::pluginAware('myrandomkey');
+
+ // if this test fails most likely there is a new plugin loaded and you simple have to update the cache id.
+ $this->assertEquals('myrandomkey-8f88a1dea9163e86178e69a1293ec084-en', $result);
+ }
+}
diff --git a/tests/PHPUnit/Integration/CacheTest.php b/tests/PHPUnit/Integration/CacheTest.php
new file mode 100644
index 0000000000..083e54fd0c
--- /dev/null
+++ b/tests/PHPUnit/Integration/CacheTest.php
@@ -0,0 +1,112 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+namespace Piwik\Tests\Integration;
+
+use Piwik\Cache;
+use Piwik\Container\StaticContainer;
+use Piwik\Piwik;
+use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
+use Piwik\Translate;
+
+/**
+ * @group Cache
+ */
+class CacheTest extends IntegrationTestCase
+{
+ public function setUp()
+ {
+ }
+
+ public function tearDown()
+ {
+ }
+
+ public function test_getLazyCache_shouldCreateAnInstanceOfLazy()
+ {
+ $cache = Cache::getLazyCache();
+
+ $this->assertTrue($cache instanceof Cache\Lazy);
+ }
+
+ public function test_getLazyCache_shouldAlwaysReturnTheSameInstance()
+ {
+ $cache1 = Cache::getLazyCache();
+ $cache2 = Cache::getLazyCache();
+
+ $this->assertSame($cache1, $cache2);
+ }
+
+ public function test_getEagerCache_shouldCreateAnInstanceOfEager()
+ {
+ $cache = Cache::getEagerCache();
+
+ $this->assertTrue($cache instanceof Cache\Eager);
+ }
+
+ public function test_getEagerCache_shouldAlwaysReturnTheSameInstance()
+ {
+ $cache1 = Cache::getEagerCache();
+ $cache2 = Cache::getEagerCache();
+
+ $this->assertSame($cache1, $cache2);
+ }
+
+ public function test_getEagerCache_shouldPersistOnceEventWasTriggered()
+ {
+ StaticContainer::clearContainer();
+ $storageId = 'eagercache-test-ui';
+ $cache = Cache::getEagerCache();
+ $cache->save('test', 'mycontent'); // make sure something was changed, otherwise it won't save anything
+
+ /** @var \Piwik\Cache\Backend $backend */
+ $backend = StaticContainer::getContainer()->get('Piwik\Cache\Backend');
+ $this->assertFalse($backend->doContains($storageId));
+
+ Piwik::postEvent('Request.dispatch.end'); // should trigger save
+
+ $this->assertTrue($backend->doContains($storageId));
+ }
+
+ public function test_getTransientCache_shouldCreateAnInstanceOfTransient()
+ {
+ $cache = Cache::getTransientCache();
+
+ $this->assertTrue($cache instanceof Cache\Transient);
+ }
+
+ public function test_getTransientCache_shouldAlwaysReturnTheSameInstance()
+ {
+ $cache1 = Cache::getTransientCache();
+ $cache2 = Cache::getTransientCache();
+
+ $this->assertSame($cache1, $cache2);
+ }
+
+ public function test_flushAll_shouldActuallyFlushAllCaches()
+ {
+ $cache1 = Cache::getTransientCache();
+ $cache2 = Cache::getLazyCache();
+ $cache3 = Cache::getEagerCache();
+
+ $cache1->save('test1', 'content');
+ $cache2->save('test2', 'content');
+ $cache3->save('test3', 'content');
+
+ $this->assertTrue($cache1->contains('test1'));
+ $this->assertTrue($cache2->contains('test2'));
+ $this->assertTrue($cache3->contains('test3'));
+
+ Cache::flushAll();
+
+ $this->assertFalse($cache1->contains('test1'));
+ $this->assertFalse($cache2->contains('test2'));
+ $this->assertFalse($cache3->contains('test3'));
+ }
+
+}
diff --git a/tests/PHPUnit/Integration/JsProxyTest.php b/tests/PHPUnit/Integration/JsProxyTest.php
index e968fec50e..e2a68cf4c3 100644
--- a/tests/PHPUnit/Integration/JsProxyTest.php
+++ b/tests/PHPUnit/Integration/JsProxyTest.php
@@ -9,6 +9,7 @@
namespace Piwik\Tests\Integration;
use Piwik\Tests\Framework\Fixture;
+use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
/**
* @group Core
@@ -48,6 +49,9 @@ class JsProxyTest extends \PHPUnit_Framework_TestCase
public function testPiwikPhp()
{
+ if(IntegrationTestCase::isMysqli()) {
+ $this->markTestSkipped('Sometimes fails with 500 error');
+ }
$curlHandle = curl_init();
$url = $this->getStaticSrvUrl() . '/js/?idsite=1';
curl_setopt($curlHandle, CURLOPT_URL, $url);
diff --git a/tests/PHPUnit/Integration/LogTest.php b/tests/PHPUnit/Integration/LogTest.php
index d796d13c73..15c04a9f2a 100644
--- a/tests/PHPUnit/Integration/LogTest.php
+++ b/tests/PHPUnit/Integration/LogTest.php
@@ -57,7 +57,7 @@ class LogTest extends IntegrationTestCase
{
parent::tearDown();
- StaticContainer::reset();
+ StaticContainer::clearContainer();
Log::unsetInstance();
@unlink(self::getLogFileLocation());
diff --git a/tests/PHPUnit/Integration/Plugin/ManagerTest.php b/tests/PHPUnit/Integration/Plugin/ManagerTest.php
index 3b6265b4a5..e9bd4ad801 100644
--- a/tests/PHPUnit/Integration/Plugin/ManagerTest.php
+++ b/tests/PHPUnit/Integration/Plugin/ManagerTest.php
@@ -8,10 +8,10 @@
namespace Piwik\Tests\Integration\Plugin;
-use Piwik\Cache\PersistentCache;
use Piwik\Db;
use Piwik\Plugin;
use Piwik\Settings\Storage;
+use Piwik\Cache as PiwikCache;
use Piwik\Tests\Integration\Settings\IntegrationTestCase;
/**
@@ -20,6 +20,8 @@ use Piwik\Tests\Integration\Settings\IntegrationTestCase;
*/
class ManagerTest extends IntegrationTestCase
{
+ private $trackerCacheId = 'PluginsTracker';
+
/**
* @var Plugin\Manager
*/
@@ -43,18 +45,18 @@ class ManagerTest extends IntegrationTestCase
public function test_loadTrackerPlugins_shouldCacheListOfPlugins()
{
$cache = $this->getCacheForTrackerPlugins();
- $this->assertFalse($cache->has());
+ $this->assertFalse($cache->contains($this->trackerCacheId));
$pluginsToLoad = $this->manager->loadTrackerPlugins();
- $this->assertTrue($cache->has());
- $this->assertEquals($pluginsToLoad, $cache->get());
+ $this->assertTrue($cache->contains($this->trackerCacheId));
+ $this->assertEquals($pluginsToLoad, $cache->fetch($this->trackerCacheId));
}
public function test_loadTrackerPlugins_shouldBeAbleToLoadPluginsCorrectWhenItIsCached()
{
$pluginsToLoad = array('CoreHome', 'UserSettings', 'Login', 'CoreAdminHome');
- $this->getCacheForTrackerPlugins()->set($pluginsToLoad);
+ $this->getCacheForTrackerPlugins()->save($this->trackerCacheId, $pluginsToLoad);
$pluginsToLoad = $this->manager->loadTrackerPlugins();
@@ -65,7 +67,7 @@ class ManagerTest extends IntegrationTestCase
public function test_loadTrackerPlugins_shouldUnloadAllPlugins_IfThereAreNoneToLoad()
{
$pluginsToLoad = array();
- $this->getCacheForTrackerPlugins()->set($pluginsToLoad);
+ $this->getCacheForTrackerPlugins()->save($this->trackerCacheId, $pluginsToLoad);
$pluginsToLoad = $this->manager->loadTrackerPlugins();
@@ -75,7 +77,7 @@ class ManagerTest extends IntegrationTestCase
private function getCacheForTrackerPlugins()
{
- return new PersistentCache('PluginsTracker');
+ return PiwikCache::getEagerCache();
}
private function assertOnlyTrackerPluginsAreLoaded($expectedPluginNamesLoaded)
diff --git a/tests/PHPUnit/Integration/Tracker/SettingsStorageTest.php b/tests/PHPUnit/Integration/Tracker/SettingsStorageTest.php
index 0aa2a49627..dd17e67314 100644
--- a/tests/PHPUnit/Integration/Tracker/SettingsStorageTest.php
+++ b/tests/PHPUnit/Integration/Tracker/SettingsStorageTest.php
@@ -8,8 +8,7 @@
namespace Piwik\Tests\Integration\Tracker;
-use Piwik\Cache\PersistentCache;
-use Piwik\Option;
+use Piwik\Cache as PiwikCache;
use Piwik\Settings\Storage;
use Piwik\Tests\Integration\Settings\StorageTest;
use Piwik\Tracker\Cache;
@@ -43,11 +42,16 @@ class SettingsStorageTest extends StorageTest
{
$this->setSettingValueInCache('my0815RandomName');
- $this->assertTrue($this->getCache()->has());
+ $this->assertTrue($this->hasCache());
SettingsStorage::clearCache();
- $this->assertFalse($this->getCache()->has());
+ $this->assertFalse($this->hasCache());
+ }
+
+ private function hasCache()
+ {
+ return $this->getCache()->contains($this->storage->getOptionKey());
}
public function test_storageShouldNotCastAnyCachedValue()
@@ -62,12 +66,12 @@ class SettingsStorageTest extends StorageTest
$this->storage->setValue($this->setting, 5);
$this->storage->save();
- $this->assertFalse($this->getCache()->has());
+ $this->assertFalse($this->hasCache());
$this->assertNotFalse($this->getValueFromOptionTable()); // make sure saved in db
$storage = $this->buildStorage();
$this->assertEquals(5, $storage->getValue($this->setting));
- $this->assertTrue($this->getCache()->has());
+ $this->assertTrue($this->hasCache());
}
public function test_storageCreateACacheEntryIfNoCacheExistsYet()
@@ -77,7 +81,7 @@ class SettingsStorageTest extends StorageTest
$this->setSettingValueAndMakeSureCacheGetsCreated('myVal');
- $cache = $this->getCache()->get();
+ $cache = $this->getCache()->fetch($this->storage->getOptionKey());
$this->assertEquals(array(
$this->setting->getKey() => 'myVal'
@@ -91,13 +95,13 @@ class SettingsStorageTest extends StorageTest
private function getCache()
{
- return new PersistentCache($this->storage->getOptionKey());
+ return PiwikCache::getEagerCache();
}
private function setSettingValueInCache($value)
{
$cache = $this->getCache();
- $cache->set(array(
+ $cache->save($this->storage->getOptionKey(), array(
$this->setting->getKey() => $value
));
}
diff --git a/tests/PHPUnit/Integration/Tracker/VisitTest.php b/tests/PHPUnit/Integration/Tracker/VisitTest.php
index eb5fd28d78..2764e4a2aa 100644
--- a/tests/PHPUnit/Integration/Tracker/VisitTest.php
+++ b/tests/PHPUnit/Integration/Tracker/VisitTest.php
@@ -9,7 +9,8 @@
namespace Piwik\Tests\Integration\Tracker;
use Piwik\Access;
-use Piwik\Cache\PluginAwareStaticCache;
+use Piwik\Cache;
+use Piwik\CacheId;
use Piwik\Date;
use Piwik\Network\IPUtils;
use Piwik\Plugin\Manager;
@@ -156,8 +157,11 @@ class VisitTest extends IntegrationTestCase
'http://semalt.com' => true,
'http://semalt.com/random/sub/page' => true,
'http://semalt.com/out/of/here?mate' => true,
+ 'http://buttons-for-website.com/out/of/here?mate' => true,
+ 'https://buttons-for-website.com' => true,
'http://valid.domain/' => false,
'http://valid.domain/page' => false,
+ 'https://valid.domain/page' => false,
);
API::getInstance()->setSiteSpecificUserAgentExcludeEnabled(true);
@@ -331,8 +335,8 @@ class VisitTest extends IntegrationTestCase
$dimensions[] = $dim;
}
- $cache = new PluginAwareStaticCache('VisitDimensions');
- $cache->set($dimensions);
+ $cache = Cache::getTransientCache();
+ $cache->save(CacheId::pluginAware('VisitDimensions'), $dimensions);
}
}
diff --git a/tests/PHPUnit/Integration/TrackerTest.php b/tests/PHPUnit/Integration/TrackerTest.php
index 273acbbc5d..9f261074ea 100644
--- a/tests/PHPUnit/Integration/TrackerTest.php
+++ b/tests/PHPUnit/Integration/TrackerTest.php
@@ -9,6 +9,7 @@
namespace Piwik\Tests\Integration;
use Piwik\Common;
+use Piwik\Config;
use Piwik\EventDispatcher;
use Piwik\Piwik;
use Piwik\Plugin;
@@ -66,7 +67,10 @@ class TrackerTest extends IntegrationTestCase
public function tearDown()
{
- $this->tracker->disconnectDatabase();
+ $this->restoreConfigFile();
+ if($this->tracker) {
+ $this->tracker->disconnectDatabase();
+ }
EventDispatcher::getInstance()->clearObservers('Tracker.makeNewVisitObject');
if (array_key_exists('PIWIK_TRACKER_DEBUG', $GLOBALS)) {
unset($GLOBALS['PIWIK_TRACKER_DEBUG']);
@@ -126,13 +130,40 @@ class TrackerTest extends IntegrationTestCase
public function test_loadTrackerEnvironment_shouldEnableTrackerMode()
{
+ $this->assertTrue(!array_key_exists('PIWIK_TRACKER_DEBUG', $GLOBALS));
+
+ $this->assertFalse(SettingsServer::isTrackerApiRequest());
+
+ Tracker::loadTrackerEnvironment();
+
+ $this->assertTrue(SettingsServer::isTrackerApiRequest());
+ }
+
+ public function test_loadTrackerEnvironment_shouldNotThrow_whenConfigNotFound()
+ {
+ $this->assertTrue(!array_key_exists('PIWIK_TRACKER_DEBUG', $GLOBALS));
+
$this->assertFalse(SettingsServer::isTrackerApiRequest());
+ $this->assertTrue(Config::getInstance()->existsLocalConfig());
+
+ $this->removeConfigFile();
+ Config::getInstance()->clear();
+
+ $this->assertFalse(Config::getInstance()->existsLocalConfig());
+
Tracker::loadTrackerEnvironment();
$this->assertTrue(SettingsServer::isTrackerApiRequest());
}
+ protected function restoreConfigFile()
+ {
+ $backupConfig = $this->getLocalConfigPathMoved();
+ $localConfig = $this->getLocalConfigPath();
+ @shell_exec("mv $backupConfig $localConfig 2> /dev/null");
+ }
+
public function test_isDatabaseConnected_shouldReturnFalse_IfNotConnected()
{
$this->tracker->disconnectDatabase();
@@ -318,4 +349,31 @@ class TrackerTest extends IntegrationTestCase
return new Request($params);
}
+ /**
+ * @return string
+ */
+ protected function getLocalConfigPath()
+ {
+ return PIWIK_USER_PATH . "/config/config.ini.php ";
+ }
+
+ /**
+ * @return string
+ */
+ protected function getLocalConfigPathMoved()
+ {
+ return PIWIK_USER_PATH . "/config/tmp-config.ini.php";
+ }
+
+ /**
+ * @return array
+ */
+ protected function removeConfigFile()
+ {
+ $localConfig = $this->getLocalConfigPath();
+ $backupConfig = $this->getLocalConfigPathMoved();
+ shell_exec("mv $localConfig $backupConfig");
+ return array($localConfig, $backupConfig);
+ }
+
} \ No newline at end of file
diff --git a/tests/PHPUnit/System/ImportLogsTest.php b/tests/PHPUnit/System/ImportLogsTest.php
index b13317b68f..5de667fb5c 100755
--- a/tests/PHPUnit/System/ImportLogsTest.php
+++ b/tests/PHPUnit/System/ImportLogsTest.php
@@ -20,6 +20,7 @@ use Piwik\Tests\Fixtures\ManySitesImportedLogs;
*/
class ImportLogsTest extends SystemTestCase
{
+ /** @var ManySitesImportedLogs */
public static $fixture = null; // initialized below class definition
/**
@@ -104,4 +105,6 @@ class ImportLogsTest extends SystemTestCase
ImportLogsTest::$fixture = new ManySitesImportedLogs();
ImportLogsTest::$fixture->includeIisWithCustom = true;
-ImportLogsTest::$fixture->includeNetscaler = true; \ No newline at end of file
+ImportLogsTest::$fixture->includeNetscaler = true;
+ImportLogsTest::$fixture->includeCloudfront = true;
+ImportLogsTest::$fixture->includeCloudfrontRtmp = true; \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt b/tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt
new file mode 100644
index 0000000000..fd9c2996ae
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt
@@ -0,0 +1,59 @@
+
+-------------------------------------------------------
+Using this 'archive.php' script is no longer recommended.
+Please use '/path/to/php /home/travis/build/piwik/piwik/tests/PHPUnit/proxy/../../..//console core:archive --url=http://localhost/tests/PHPUnit/proxy/index.php' instead.
+To get help use '/path/to/php /home/travis/build/piwik/piwik/tests/PHPUnit/proxy/../../..//console core:archive --help'
+See also: http://piwik.org/docs/setup-auto-archiving/
+
+If you cannot use the console because it requires CLI
+try 'php archive.php --url=http://your.piwik/path'
+-------------------------------------------------------
+
+
+INFO CoreConsole[2014-12-15 06:44:17] ---------------------------
+INFO CoreConsole[2014-12-15 06:44:17] INIT
+INFO CoreConsole[2014-12-15 06:44:17] Piwik is installed at: http://localhost/tests/PHPUnit/proxy/index.php
+INFO CoreConsole[2014-12-15 06:44:17] Running Piwik 2.10.0-b7 as Super User
+INFO CoreConsole[2014-12-15 06:44:18] ---------------------------
+INFO CoreConsole[2014-12-15 06:44:18] NOTES
+INFO CoreConsole[2014-12-15 06:44:18] - If you execute this script at least once per hour (or more often) in a crontab, you may disable 'Browser trigger archiving' in Piwik UI > Settings > General Settings.
+INFO CoreConsole[2014-12-15 06:44:18] See the doc at: http://piwik.org/docs/setup-auto-archiving/
+INFO CoreConsole[2014-12-15 06:44:18] - Reports for today will be processed at most every 150 seconds. You can change this value in Piwik UI > Settings > General Settings.
+INFO CoreConsole[2014-12-15 06:44:18] - Reports for the current week/month/year will be refreshed at most every 3600 seconds.
+INFO CoreConsole[2014-12-15 06:44:18] - Will process 0 websites with new visits since 7 days 0 hours
+INFO CoreConsole[2014-12-15 06:44:18] - Will process 2 other websites because some old data reports have been invalidated (eg. using the Log Import script) , IDs: 1, 2
+INFO CoreConsole[2014-12-15 06:44:18] ---------------------------
+INFO CoreConsole[2014-12-15 06:44:18] START
+INFO CoreConsole[2014-12-15 06:44:18] Starting Piwik reports archiving...
+INFO CoreConsole[2014-12-15 06:44:19] Will pre-process the following 1 Segments for this website (id = 1): browserCode==IE
+INFO CoreConsole[2014-12-15 06:44:21] Archived website id = 1, period = day, 0 visits in last last52 days, 0 visits today, Time elapsed: 3.188s
+INFO CoreConsole[2014-12-15 06:44:21] Will pre-process the following 1 Segments for this website (id = 1): browserCode==IE
+INFO CoreConsole[2014-12-15 06:44:37] Archived website id = 1, period = week, 40 visits in last last260 weeks, 0 visits this week, Time elapsed: 16.493s
+INFO CoreConsole[2014-12-15 06:44:37] Will pre-process the following 1 Segments for this website (id = 1): browserCode==IE
+INFO CoreConsole[2014-12-15 06:44:47] Archived website id = 1, period = month, 40 visits in last last52 months, 0 visits this month, Time elapsed: 9.627s
+INFO CoreConsole[2014-12-15 06:44:47] Will pre-process the following 1 Segments for this website (id = 1): browserCode==IE
+INFO CoreConsole[2014-12-15 06:44:49] Archived website id = 1, period = year, 40 visits in last last7 years, 12 visits this year, Time elapsed: 1.944s
+INFO CoreConsole[2014-12-15 06:44:49] Archived website id = 1, 8 API requests, Time elapsed: 31.255s [1/2 done]
+INFO CoreConsole[2014-12-15 06:44:51] Archived website id = 2, period = day, 0 visits in last last52 days, 0 visits today, Time elapsed: 1.553s
+INFO CoreConsole[2014-12-15 06:45:02] Archived website id = 2, period = week, 1 visits in last last260 weeks, 0 visits this week, Time elapsed: 11.828s
+INFO CoreConsole[2014-12-15 06:45:08] Archived website id = 2, period = month, 1 visits in last last52 months, 0 visits this month, Time elapsed: 5.630s
+INFO CoreConsole[2014-12-15 06:45:09] Archived website id = 2, period = year, 1 visits in last last7 years, 0 visits this year, Time elapsed: 1.185s
+INFO CoreConsole[2014-12-15 06:45:09] Archived website id = 2, 4 API requests, Time elapsed: 20.199s [2/2 done]
+INFO CoreConsole[2014-12-15 06:45:09] Done archiving!
+INFO CoreConsole[2014-12-15 06:45:09] ---------------------------
+INFO CoreConsole[2014-12-15 06:45:09] SUMMARY
+INFO CoreConsole[2014-12-15 06:45:09] Total visits for today across archived websites: 0
+INFO CoreConsole[2014-12-15 06:45:09] Archived today's reports for 2 websites
+INFO CoreConsole[2014-12-15 06:45:09] Archived week/month/year for 2 websites
+INFO CoreConsole[2014-12-15 06:45:09] Skipped 0 websites: no new visit since the last script execution
+INFO CoreConsole[2014-12-15 06:45:09] Skipped 0 websites day archiving: existing daily reports are less than 150 seconds old
+INFO CoreConsole[2014-12-15 06:45:09] Skipped 0 websites week/month/year archiving: existing periods reports are less than 3600 seconds old
+INFO CoreConsole[2014-12-15 06:45:09] Total API requests: 12
+INFO CoreConsole[2014-12-15 06:45:09] done: 2/2 100%, 0 vtoday, 2 wtoday, 2 wperiods, 12 req, 51589 ms, no error
+INFO CoreConsole[2014-12-15 06:45:09] Time elapsed: 51.589s
+INFO CoreConsole[2014-12-15 06:45:09] ---------------------------
+INFO CoreConsole[2014-12-15 06:45:09] SCHEDULED TASKS
+INFO CoreConsole[2014-12-15 06:45:09] Starting Scheduled tasks...
+INFO CoreConsole[2014-12-15 06:45:10] No task to run
+INFO CoreConsole[2014-12-15 06:45:10] done
+INFO CoreConsole[2014-12-15 06:45:10] --------------------------- \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml
index 52df0964ab..f6671ef6af 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml
@@ -24,8 +24,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -39,12 +37,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -57,18 +70,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -80,20 +81,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -124,8 +124,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -139,12 +137,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -157,18 +170,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -180,20 +181,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -292,8 +292,6 @@
- <searches>0</searches>
- <actions>6</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -307,12 +305,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>3481</visitDuration>
<visitDurationPretty>58 min 1s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>6</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -325,18 +338,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>6</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -348,20 +349,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -392,8 +392,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -407,12 +405,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -425,18 +438,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -448,20 +449,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -727,8 +727,6 @@
- <searches>0</searches>
- <actions>15</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -742,12 +740,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>3601</visitDuration>
<visitDurationPretty>1 hours 0 min</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>15</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -760,18 +773,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>13</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -783,20 +784,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -827,8 +827,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -842,12 +840,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -860,18 +869,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -883,16 +880,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -923,8 +923,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -938,12 +936,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -956,18 +965,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -979,16 +976,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -1087,8 +1087,6 @@
- <searches>0</searches>
- <actions>6</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1102,12 +1100,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>3481</visitDuration>
<visitDurationPretty>58 min 1s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>6</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -1120,18 +1129,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>6</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -1143,16 +1140,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -1183,8 +1183,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1198,12 +1196,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -1216,18 +1225,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -1239,16 +1236,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -1514,8 +1514,6 @@
- <searches>0</searches>
- <actions>15</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1529,12 +1527,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>3601</visitDuration>
<visitDurationPretty>1 hours 0 min</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>15</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -1547,18 +1556,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>13</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -1570,16 +1567,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml
index 52df0964ab..f6671ef6af 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml
@@ -24,8 +24,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -39,12 +37,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -57,18 +70,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -80,20 +81,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -124,8 +124,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -139,12 +137,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -157,18 +170,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -180,20 +181,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -292,8 +292,6 @@
- <searches>0</searches>
- <actions>6</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -307,12 +305,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>3481</visitDuration>
<visitDurationPretty>58 min 1s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>6</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -325,18 +338,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>6</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -348,20 +349,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -392,8 +392,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -407,12 +405,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -425,18 +438,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -448,20 +449,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -727,8 +727,6 @@
- <searches>0</searches>
- <actions>15</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -742,12 +740,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>3601</visitDuration>
<visitDurationPretty>1 hours 0 min</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>15</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -760,18 +773,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>13</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -783,20 +784,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -827,8 +827,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -842,12 +840,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -860,18 +869,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -883,16 +880,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -923,8 +923,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -938,12 +936,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -956,18 +965,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -979,16 +976,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -1087,8 +1087,6 @@
- <searches>0</searches>
- <actions>6</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1102,12 +1100,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>3481</visitDuration>
<visitDurationPretty>58 min 1s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>6</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -1120,18 +1129,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>6</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -1143,16 +1140,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -1183,8 +1183,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1198,12 +1196,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -1216,18 +1225,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>1</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -1239,16 +1236,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -1514,8 +1514,6 @@
- <searches>0</searches>
- <actions>15</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1529,12 +1527,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>3601</visitDuration>
<visitDurationPretty>1 hours 0 min</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>15</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>director</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Visit Scope Custom var</customVariableName1>
- <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
+ <pluginName>director</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -1547,18 +1556,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>13</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -1570,16 +1567,19 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>director</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/director.gif</pluginIcon>
- <pluginName>director</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Visit Scope Custom var</customVariableName1>
+ <customVariableValue1>should not appear in events report Bis</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_month.xml
index 6ae99318f0..1e6f6a255d 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_month.xml
@@ -1129,4 +1129,66 @@
</row>
</subtable>
</row>
+ <row>
+ <label>view</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>my</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>/file.html</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors>
+ <sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <url>http://piwik.net/view/my/file.html</url>
+ </row>
+ </subtable>
+ </row>
+ </subtable>
+ </row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_range.xml
index cce26eeec7..0b50d71afa 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getEntryPageUrls_range.xml
@@ -1470,4 +1470,66 @@
</row>
</subtable>
</row>
+ <row>
+ <label>view</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>my</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>/file.html</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors>
+ <sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <url>http://piwik.net/view/my/file.html</url>
+ </row>
+ </subtable>
+ </row>
+ </subtable>
+ </row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_month.xml
index f3ebc92964..456545a404 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_month.xml
@@ -1113,4 +1113,66 @@
</row>
</subtable>
</row>
+ <row>
+ <label>view</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>my</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>/file.html</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors>
+ <sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <url>http://piwik.net/view/my/file.html</url>
+ </row>
+ </subtable>
+ </row>
+ </subtable>
+ </row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_range.xml
index 63c3d594e0..0333b89144 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getExitPageUrls_range.xml
@@ -1449,6 +1449,68 @@
</subtable>
</row>
<row>
+ <label>view</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>my</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>/file.html</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors>
+ <sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <url>http://piwik.net/view/my/file.html</url>
+ </row>
+ </subtable>
+ </row>
+ </subtable>
+ </row>
+ <row>
<label>what-is-piwisk</label>
<nb_visits>1</nb_visits>
<nb_hits>1</nb_hits>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_month.xml
index 7ecefada55..0fe5e0f680 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_month.xml
@@ -2,17 +2,17 @@
<result>
<row>
<label>Page Name not defined</label>
- <nb_visits>23</nb_visits>
- <nb_hits>23</nb_hits>
+ <nb_visits>24</nb_visits>
+ <nb_hits>24</nb_hits>
<sum_time_spent>0</sum_time_spent>
- <nb_hits_with_time_generation>2</nb_hits_with_time_generation>
- <min_time_generation>0.109</min_time_generation>
+ <nb_hits_with_time_generation>3</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
<max_time_generation>0.359</max_time_generation>
- <sum_daily_nb_uniq_visitors>23</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_uniq_visitors>24</sum_daily_nb_uniq_visitors>
<avg_time_on_page>0</avg_time_on_page>
<bounce_rate>0%</bounce_rate>
<exit_rate>0%</exit_rate>
- <avg_time_generation>0.234</avg_time_generation>
+ <avg_time_generation>0.156</avg_time_generation>
</row>
<row>
<label>301</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_range.xml
index 690c2e28a0..1a9344607d 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageTitles_range.xml
@@ -2,17 +2,17 @@
<result>
<row>
<label>Page Name not defined</label>
- <nb_visits>24</nb_visits>
- <nb_hits>33</nb_hits>
+ <nb_visits>25</nb_visits>
+ <nb_hits>34</nb_hits>
<sum_time_spent>0</sum_time_spent>
- <nb_hits_with_time_generation>12</nb_hits_with_time_generation>
- <min_time_generation>0.023</min_time_generation>
+ <nb_hits_with_time_generation>13</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
<max_time_generation>1.324</max_time_generation>
- <sum_daily_nb_uniq_visitors>24</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_uniq_visitors>25</sum_daily_nb_uniq_visitors>
<avg_time_on_page>0</avg_time_on_page>
<bounce_rate>0%</bounce_rate>
<exit_rate>0%</exit_rate>
- <avg_time_generation>0.361</avg_time_generation>
+ <avg_time_generation>0.333</avg_time_generation>
</row>
<row>
<label> Liberate Web Analytics - Analytics - Piwik</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_month.xml
index c7ae80a454..cbdc5cc10c 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_month.xml
@@ -1188,4 +1188,66 @@
</row>
</subtable>
</row>
+ <row>
+ <label>view</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>my</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>/file.html</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors>
+ <sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <url>http://piwik.net/view/my/file.html</url>
+ </row>
+ </subtable>
+ </row>
+ </subtable>
+ </row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_range.xml
index 3434158d1f..086a61b4f5 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.getPageUrls_range.xml
@@ -1578,6 +1578,68 @@
</subtable>
</row>
<row>
+ <label>view</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>my</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <subtable>
+ <row>
+ <label>/file.html</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_generation>1</nb_hits_with_time_generation>
+ <min_time_generation>0.001</min_time_generation>
+ <max_time_generation>0.001</max_time_generation>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>1</entry_nb_actions>
+ <entry_sum_visit_length>0</entry_sum_visit_length>
+ <entry_bounce_count>1</entry_bounce_count>
+ <exit_nb_visits>1</exit_nb_visits>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors>
+ <sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.001</avg_time_generation>
+ <url>http://piwik.net/view/my/file.html</url>
+ </row>
+ </subtable>
+ </row>
+ </subtable>
+ </row>
+ <row>
<label>what-is-piwisk</label>
<nb_visits>1</nb_visits>
<nb_hits>1</nb_hits>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_month.xml
index 18b7f289f6..2bfcebff1f 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_month.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
- <nb_pageviews>32</nb_pageviews>
- <nb_uniq_pageviews>32</nb_uniq_pageviews>
+ <nb_pageviews>33</nb_pageviews>
+ <nb_uniq_pageviews>33</nb_uniq_pageviews>
<nb_downloads>4</nb_downloads>
<nb_uniq_downloads>4</nb_uniq_downloads>
<nb_outlinks>0</nb_outlinks>
<nb_uniq_outlinks>0</nb_uniq_outlinks>
<nb_searches>0</nb_searches>
<nb_keywords>0</nb_keywords>
- <avg_time_generation>0.277</avg_time_generation>
+ <avg_time_generation>0.208</avg_time_generation>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_range.xml
index 0fc359540d..a555907e63 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Actions.get_range.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
- <nb_pageviews>56</nb_pageviews>
- <nb_uniq_pageviews>50</nb_uniq_pageviews>
+ <nb_pageviews>57</nb_pageviews>
+ <nb_uniq_pageviews>51</nb_uniq_pageviews>
<nb_downloads>5</nb_downloads>
<nb_uniq_downloads>5</nb_uniq_downloads>
<nb_outlinks>1</nb_outlinks>
<nb_uniq_outlinks>1</nb_uniq_outlinks>
<nb_searches>0</nb_searches>
<nb_keywords>0</nb_keywords>
- <avg_time_generation>0.298</avg_time_generation>
+ <avg_time_generation>0.285</avg_time_generation>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__CustomVariables.getCustomVariables_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__CustomVariables.getCustomVariables_month.xml
index 491523012e..4214925c47 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__CustomVariables.getCustomVariables_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__CustomVariables.getCustomVariables_month.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>HTTP-code</label>
- <nb_actions>35</nb_actions>
+ <nb_actions>38</nb_actions>
<subtable>
<row>
<label>200</label>
- <nb_visits>26</nb_visits>
- <nb_actions>28</nb_actions>
- <sum_daily_nb_uniq_visitors>26</sum_daily_nb_uniq_visitors>
+ <nb_visits>29</nb_visits>
+ <nb_actions>31</nb_actions>
+ <sum_daily_nb_uniq_visitors>29</sum_daily_nb_uniq_visitors>
</row>
<row>
<label>301</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml
index 34fadbbd57..6fd6bdf02b 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>Unknown</label>
- <nb_visits>28</nb_visits>
- <nb_actions>32</nb_actions>
+ <nb_visits>31</nb_visits>
+ <nb_actions>35</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>548</sum_visit_length>
- <bounce_count>25</bounce_count>
- <nb_visits_converted>26</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>27</sum_daily_nb_uniq_visitors>
+ <bounce_count>28</bounce_count>
+ <nb_visits_converted>27</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>30</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>1</sum_daily_nb_users>
<logo>plugins/DevicesDetection/images/brand/Unknown.ico</logo>
</row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserEngines_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserEngines_month.xml
index 147f52ac7c..f57f78606c 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserEngines_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserEngines_month.xml
@@ -23,6 +23,17 @@
<sum_daily_nb_users>0</sum_daily_nb_users>
</row>
<row>
+ <label>Unknown</label>
+ <nb_visits>5</nb_visits>
+ <nb_actions>5</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>5</bounce_count>
+ <nb_visits_converted>2</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ </row>
+ <row>
<label>Blink (Chrome, Opera)</label>
<nb_visits>3</nb_visits>
<nb_actions>4</nb_actions>
@@ -34,17 +45,6 @@
<sum_daily_nb_users>2</sum_daily_nb_users>
</row>
<row>
- <label>Unknown</label>
- <nb_visits>2</nb_visits>
- <nb_actions>2</nb_actions>
- <max_actions>1</max_actions>
- <sum_visit_length>0</sum_visit_length>
- <bounce_count>2</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>0</sum_daily_nb_users>
- </row>
- <row>
<label>Gecko (Firefox)</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml
index 82fd2a7603..d0c894d25c 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml
@@ -49,19 +49,19 @@
<logo>plugins/DevicesDetection/images/browsers/CH.gif</logo>
</row>
<row>
- <label>Android Browser</label>
- <nb_visits>2</nb_visits>
- <nb_actions>2</nb_actions>
+ <label>Unknown</label>
+ <nb_visits>5</nb_visits>
+ <nb_actions>5</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
- <bounce_count>2</bounce_count>
+ <bounce_count>5</bounce_count>
<nb_visits_converted>2</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/AN.gif</logo>
+ <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
</row>
<row>
- <label>Firefox</label>
+ <label>Android Browser</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
<max_actions>1</max_actions>
@@ -70,19 +70,19 @@
<nb_visits_converted>2</nb_visits_converted>
<sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/FF.gif</logo>
+ <logo>plugins/DevicesDetection/images/browsers/AN.gif</logo>
</row>
<row>
- <label>Unknown</label>
+ <label>Firefox</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
<bounce_count>2</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
+ <nb_visits_converted>2</nb_visits_converted>
<sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
+ <logo>plugins/DevicesDetection/images/browsers/FF.gif</logo>
</row>
<row>
<label>Chrome Mobile</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserVersions_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserVersions_month.xml
index 90f330a5e5..bcc37fcec6 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserVersions_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserVersions_month.xml
@@ -37,6 +37,18 @@
<logo>plugins/DevicesDetection/images/browsers/CH.gif</logo>
</row>
<row>
+ <label>Unknown</label>
+ <nb_visits>5</nb_visits>
+ <nb_actions>5</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>5</bounce_count>
+ <nb_visits_converted>2</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
+ </row>
+ <row>
<label>Android Browser</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
@@ -97,18 +109,6 @@
<logo>plugins/DevicesDetection/images/browsers/FF.gif</logo>
</row>
<row>
- <label>Unknown</label>
- <nb_visits>2</nb_visits>
- <nb_actions>2</nb_actions>
- <max_actions>1</max_actions>
- <sum_visit_length>0</sum_visit_length>
- <bounce_count>2</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
- </row>
- <row>
<label>Chrome 11.0</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml
index 82fd2a7603..d0c894d25c 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml
@@ -49,19 +49,19 @@
<logo>plugins/DevicesDetection/images/browsers/CH.gif</logo>
</row>
<row>
- <label>Android Browser</label>
- <nb_visits>2</nb_visits>
- <nb_actions>2</nb_actions>
+ <label>Unknown</label>
+ <nb_visits>5</nb_visits>
+ <nb_actions>5</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
- <bounce_count>2</bounce_count>
+ <bounce_count>5</bounce_count>
<nb_visits_converted>2</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/AN.gif</logo>
+ <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
</row>
<row>
- <label>Firefox</label>
+ <label>Android Browser</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
<max_actions>1</max_actions>
@@ -70,19 +70,19 @@
<nb_visits_converted>2</nb_visits_converted>
<sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/FF.gif</logo>
+ <logo>plugins/DevicesDetection/images/browsers/AN.gif</logo>
</row>
<row>
- <label>Unknown</label>
+ <label>Firefox</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
<bounce_count>2</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
+ <nb_visits_converted>2</nb_visits_converted>
<sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
+ <logo>plugins/DevicesDetection/images/browsers/FF.gif</logo>
</row>
<row>
<label>Chrome Mobile</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getModel_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getModel_month.xml
index d0be913ad2..199e2ae68f 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getModel_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getModel_month.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>Unknown</label>
- <nb_visits>28</nb_visits>
- <nb_actions>32</nb_actions>
+ <nb_visits>31</nb_visits>
+ <nb_actions>35</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>548</sum_visit_length>
- <bounce_count>25</bounce_count>
- <nb_visits_converted>26</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>27</sum_daily_nb_uniq_visitors>
+ <bounce_count>28</bounce_count>
+ <nb_visits_converted>27</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>30</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>1</sum_daily_nb_users>
</row>
<row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml
index cfa8579474..6837e44818 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
+ <label>Mac</label>
+ <nb_visits>9</nb_visits>
+ <nb_actions>12</nb_actions>
+ <max_actions>3</max_actions>
+ <sum_visit_length>306</sum_visit_length>
+ <bounce_count>7</bounce_count>
+ <nb_visits_converted>8</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>8</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>1</sum_daily_nb_users>
+ <logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
+ </row>
+ <row>
<label>GNU/Linux</label>
<nb_visits>8</nb_visits>
<nb_actions>8</nb_actions>
@@ -13,18 +25,6 @@
<logo>plugins/DevicesDetection/images/os/LIN.gif</logo>
</row>
<row>
- <label>Mac</label>
- <nb_visits>8</nb_visits>
- <nb_actions>11</nb_actions>
- <max_actions>3</max_actions>
- <sum_visit_length>306</sum_visit_length>
- <bounce_count>6</bounce_count>
- <nb_visits_converted>7</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>7</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>1</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
- </row>
- <row>
<label>Windows</label>
<nb_visits>10</nb_visits>
<nb_actions>11</nb_actions>
@@ -49,25 +49,25 @@
<logo>plugins/DevicesDetection/images/os/AND.gif</logo>
</row>
<row>
- <label>Bot</label>
- <nb_visits>1</nb_visits>
- <nb_actions>1</nb_actions>
+ <label>Unknown</label>
+ <nb_visits>3</nb_visits>
+ <nb_actions>3</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
- <bounce_count>1</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <bounce_count>3</bounce_count>
+ <nb_visits_converted>0</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>3</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
<logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
</row>
<row>
- <label>Unknown</label>
+ <label>Bot</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
<bounce_count>1</bounce_count>
- <nb_visits_converted>0</nb_visits_converted>
+ <nb_visits_converted>1</nb_visits_converted>
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
<logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsVersions_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsVersions_month.xml
index 636ccfdeb7..06b7964798 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsVersions_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsVersions_month.xml
@@ -37,6 +37,18 @@
<logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
</row>
<row>
+ <label>Unknown</label>
+ <nb_visits>3</nb_visits>
+ <nb_actions>3</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>3</bounce_count>
+ <nb_visits_converted>0</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>3</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ <logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
+ </row>
+ <row>
<label>Android 2.3</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
@@ -97,7 +109,7 @@
<logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
</row>
<row>
- <label>Mac 10.8</label>
+ <label>Mac</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
<max_actions>1</max_actions>
@@ -109,16 +121,16 @@
<logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
</row>
<row>
- <label>Unknown</label>
+ <label>Mac 10.8</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
<bounce_count>1</bounce_count>
- <nb_visits_converted>0</nb_visits_converted>
+ <nb_visits_converted>1</nb_visits_converted>
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
+ <logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
</row>
<row>
<label>Windows</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getType_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getType_month.xml
index e838256d3f..9e7d544aec 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getType_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getType_month.xml
@@ -2,17 +2,29 @@
<result>
<row>
<label>Desktop</label>
- <nb_visits>26</nb_visits>
- <nb_actions>30</nb_actions>
+ <nb_visits>27</nb_visits>
+ <nb_actions>31</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>548</sum_visit_length>
- <bounce_count>23</bounce_count>
- <nb_visits_converted>25</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>25</sum_daily_nb_uniq_visitors>
+ <bounce_count>24</bounce_count>
+ <nb_visits_converted>26</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>26</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>1</sum_daily_nb_users>
<logo>plugins/DevicesDetection/images/screens/normal.gif</logo>
</row>
<row>
+ <label>Unknown</label>
+ <nb_visits>4</nb_visits>
+ <nb_actions>4</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>4</bounce_count>
+ <nb_visits_converted>1</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>4</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ <logo>plugins/DevicesDetection/images/screens/unknown.gif</logo>
+ </row>
+ <row>
<label>Smartphone</label>
<nb_visits>3</nb_visits>
<nb_actions>4</nb_actions>
@@ -25,18 +37,6 @@
<logo>plugins/DevicesDetection/images/screens/smartphone.png</logo>
</row>
<row>
- <label>Unknown</label>
- <nb_visits>2</nb_visits>
- <nb_actions>2</nb_actions>
- <max_actions>1</max_actions>
- <sum_visit_length>0</sum_visit_length>
- <bounce_count>2</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/screens/unknown.gif</logo>
- </row>
- <row>
<label>Tablet</label>
<nb_visits>0</nb_visits>
<logo>plugins/DevicesDetection/images/screens/tablet.png</logo>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Events.getAction_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Events.getAction_month.xml
index c234bed59e..3a93f6652b 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Events.getAction_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Events.getAction_month.xml
@@ -1,2 +1,38 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<result>
+ <row>
+ <label>connect</label>
+ <nb_visits>1</nb_visits>
+ <nb_events>1</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ </row>
+ <row>
+ <label>play</label>
+ <nb_visits>1</nb_visits>
+ <nb_events>1</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ <subtable>
+ <row>
+ <label>myvideo</label>
+ <nb_visits>1</nb_visits>
+ <nb_events>1</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ </row>
+ </subtable>
+ </row>
+</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Events.getCategory_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Events.getCategory_month.xml
index c234bed59e..23e67434b4 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Events.getCategory_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Events.getCategory_month.xml
@@ -1,2 +1,38 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<result>
+ <row>
+ <label>cloudfront_rtmp</label>
+ <nb_visits>2</nb_visits>
+ <nb_events>2</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ <subtable>
+ <row>
+ <label>connect</label>
+ <nb_visits>1</nb_visits>
+ <nb_events>1</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ </row>
+ <row>
+ <label>play</label>
+ <nb_visits>1</nb_visits>
+ <nb_events>1</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ </row>
+ </subtable>
+ </row>
+</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Events.getName_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Events.getName_month.xml
index c234bed59e..8c2883c098 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Events.getName_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Events.getName_month.xml
@@ -1,2 +1,51 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<result>
+ <row>
+ <label>myvideo</label>
+ <nb_visits>1</nb_visits>
+ <nb_events>1</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ <subtable>
+ <row>
+ <label>play</label>
+ <nb_visits>1</nb_visits>
+ <nb_events>1</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ </row>
+ </subtable>
+ </row>
+ <row>
+ <label>Event Name not defined</label>
+ <nb_visits>1</nb_visits>
+ <nb_events>1</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ <subtable>
+ <row>
+ <label>connect</label>
+ <nb_visits>1</nb_visits>
+ <nb_events>1</nb_events>
+ <nb_events_with_value>0</nb_events_with_value>
+ <sum_event_value>0</sum_event_value>
+ <min_event_value>0</min_event_value>
+ <max_event_value>0</max_event_value>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <avg_event_value>0</avg_event_value>
+ </row>
+ </subtable>
+ </row>
+</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Goals.getDaysToConversion_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Goals.getDaysToConversion_month.xml
index 8c1697b221..f79d26674b 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Goals.getDaysToConversion_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Goals.getDaysToConversion_month.xml
@@ -2,7 +2,7 @@
<result>
<row>
<label>0 days</label>
- <nb_conversions>28</nb_conversions>
+ <nb_conversions>29</nb_conversions>
</row>
<row>
<label>1 day</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Goals.getVisitsUntilConversion_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Goals.getVisitsUntilConversion_month.xml
index 970c5a295d..1f6c128fbc 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Goals.getVisitsUntilConversion_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Goals.getVisitsUntilConversion_month.xml
@@ -2,7 +2,7 @@
<result>
<row>
<label>1 visit</label>
- <nb_conversions>29</nb_conversions>
+ <nb_conversions>30</nb_conversions>
</row>
<row>
<label>2 visits</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Goals.get_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Goals.get_month.xml
index 35d78ccc17..93be92ec99 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Goals.get_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Goals.get_month.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
- <nb_conversions>29</nb_conversions>
- <nb_visits_converted>29</nb_visits_converted>
- <revenue>145</revenue>
- <conversion_rate>93.55%</conversion_rate>
+ <nb_conversions>30</nb_conversions>
+ <nb_visits_converted>30</nb_visits_converted>
+ <revenue>150</revenue>
+ <conversion_rate>88.24%</conversion_rate>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml
index ff63b6a32a..149b71426e 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml
@@ -40,8 +40,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -55,12 +53,31 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>website</referrerType>
+ <referrerTypeName>Websites</referrerTypeName>
+ <referrerName>blog.comperiosearch.com</referrerName>
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl>http://blog.comperiosearch.com/blog/2014/02/05/dynamic-search-ranking-using-elasticsearch-neo4j-and-piwik/</referrerUrl>
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>pdf, flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/pdf.gif</pluginIcon>
+ <pluginName>pdf</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
+ </row>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 8.1</operatingSystem>
<operatingSystemCode>W81</operatingSystemCode>
@@ -73,18 +90,6 @@
<browserCode>CH</browserCode>
<browserVersion>33.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>website</referrerType>
- <referrerTypeName>Websites</referrerTypeName>
- <referrerName>blog.comperiosearch.com</referrerName>
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl>http://blog.comperiosearch.com/blog/2014/02/05/dynamic-search-ranking-using-elasticsearch-neo4j-and-piwik/</referrerUrl>
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1366x768</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -96,24 +101,19 @@
<location>Raleigh, North Carolina, United States</location>
<latitude>35.771999</latitude>
<longitude>-78.639000</longitude>
- <plugins>pdf, flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/pdf.gif</pluginIcon>
- <pluginName>pdf</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>20:34:49</visitLocalTime>
<visitLocalHour>20</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1366x768</resolution>
@@ -176,8 +176,6 @@
- <searches>0</searches>
- <actions>2</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -191,12 +189,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>81</visitDuration>
<visitDurationPretty>1 min 21s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
- </row>
- </customVariables>
+ <searches>0</searches>
+ <actions>2</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl>http://piwik.org/what-is-piwik/</referrerUrl>
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 7</operatingSystem>
<operatingSystemCode>WI7</operatingSystemCode>
@@ -209,18 +213,6 @@
<browserCode>IE</browserCode>
<browserVersion>8.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl>http://piwik.org/what-is-piwik/</referrerUrl>
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1536x864</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -232,11 +224,19 @@
<location>Lake Forest, California, United States</location>
<latitude>33.645000</latitude>
<longitude>-117.679001</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>17:33:27</visitLocalTime>
<visitLocalHour>17</visitLocalHour>
<daysSinceLastVisit>181</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1536x864</resolution>
@@ -283,8 +283,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -298,31 +296,8 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
- </row>
- <row>
- <customVariableName2>Demo language</customVariableName2>
- <customVariableValue2>English</customVariableValue2>
- </row>
- </customVariables>
- <deviceType>Desktop</deviceType>
- <operatingSystem>Windows 7</operatingSystem>
- <operatingSystemCode>WI7</operatingSystemCode>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
- <browserFamily>Blink</browserFamily>
- <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
- <browser>Chrome 34.0</browser>
- <browserName>Chrome</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
- <browserCode>CH</browserCode>
- <browserVersion>34.0</browserVersion>
- <events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
+ <searches>0</searches>
+ <actions>1</actions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -331,18 +306,6 @@
<referrerUrl>http://demo.piwik.org/index.php?module=MultiSites&amp;action=index&amp;date=yesterday&amp;period=day&amp;idSite=32</referrerUrl>
<referrerSearchEngineUrl />
<referrerSearchEngineIcon />
- <resolution>1920x1200</resolution>
- <continent>Europe</continent>
- <continentCode>eur</continentCode>
- <country>Germany</country>
- <countryCode>de</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/de.png</countryFlag>
- <region />
- <regionCode />
- <city />
- <location>Germany</location>
- <latitude>51</latitude>
- <longitude>9</longitude>
<plugins>pdf, flash, java, quicktime, silverlight</plugins>
<pluginsIcons>
<row>
@@ -366,9 +329,46 @@
<pluginName>silverlight</pluginName>
</row>
</pluginsIcons>
+ <deviceType>Desktop</deviceType>
+ <operatingSystem>Windows 7</operatingSystem>
+ <operatingSystemCode>WI7</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
+ <browserFamily>Blink</browserFamily>
+ <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
+ <browser>Chrome 34.0</browser>
+ <browserName>Chrome</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
+ <browserCode>CH</browserCode>
+ <browserVersion>34.0</browserVersion>
+ <events>0</events>
+ <continent>Europe</continent>
+ <continentCode>eur</continentCode>
+ <country>Germany</country>
+ <countryCode>de</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/de.png</countryFlag>
+ <region />
+ <regionCode />
+ <city />
+ <location>Germany</location>
+ <latitude>51</latitude>
+ <longitude>9</longitude>
<visitLocalTime>01:34:37</visitLocalTime>
<visitLocalHour>1</visitLocalHour>
<daysSinceLastVisit>4</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ <row>
+ <customVariableName2>Demo language</customVariableName2>
+ <customVariableValue2>English</customVariableValue2>
+ </row>
+ </customVariables>
+ <resolution>1920x1200</resolution>
@@ -431,8 +431,6 @@
- <searches>0</searches>
- <actions>2</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -446,27 +444,8 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>34</visitDuration>
<visitDurationPretty>34s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
- </row>
- </customVariables>
- <deviceType>Desktop</deviceType>
- <operatingSystem>Mac</operatingSystem>
- <operatingSystemCode>MAC</operatingSystemCode>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/MAC.gif</operatingSystemIcon>
- <browserFamily>WebKit</browserFamily>
- <browserFamilyDescription>WebKit (Safari, Chrome)</browserFamilyDescription>
- <browser>Safari 7.0</browser>
- <browserName>Safari</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/SF.gif</browserIcon>
- <browserCode>SF</browserCode>
- <browserVersion>7.0</browserVersion>
- <events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
+ <searches>0</searches>
+ <actions>2</actions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -475,18 +454,6 @@
<referrerUrl>http://piwik.org/faq/general/#faq_144</referrerUrl>
<referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
<referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
- <resolution>2880x1800</resolution>
- <continent>North America</continent>
- <continentCode>amn</continentCode>
- <country>United States</country>
- <countryCode>us</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/us.png</countryFlag>
- <region />
- <regionCode />
- <city />
- <location>United States</location>
- <latitude>38</latitude>
- <longitude>-97</longitude>
<plugins>pdf, flash, java, quicktime</plugins>
<pluginsIcons>
<row>
@@ -506,9 +473,42 @@
<pluginName>quicktime</pluginName>
</row>
</pluginsIcons>
+ <deviceType>Desktop</deviceType>
+ <operatingSystem>Mac</operatingSystem>
+ <operatingSystemCode>MAC</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/MAC.gif</operatingSystemIcon>
+ <browserFamily>WebKit</browserFamily>
+ <browserFamilyDescription>WebKit (Safari, Chrome)</browserFamilyDescription>
+ <browser>Safari 7.0</browser>
+ <browserName>Safari</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/SF.gif</browserIcon>
+ <browserCode>SF</browserCode>
+ <browserVersion>7.0</browserVersion>
+ <events>0</events>
+ <continent>North America</continent>
+ <continentCode>amn</continentCode>
+ <country>United States</country>
+ <countryCode>us</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/us.png</countryFlag>
+ <region />
+ <regionCode />
+ <city />
+ <location>United States</location>
+ <latitude>38</latitude>
+ <longitude>-97</longitude>
<visitLocalTime>19:34:01</visitLocalTime>
<visitLocalHour>19</visitLocalHour>
<daysSinceLastVisit>6</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>2880x1800</resolution>
@@ -544,8 +544,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -559,27 +557,8 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
- </row>
- </customVariables>
- <deviceType>Desktop</deviceType>
- <operatingSystem>Windows 7</operatingSystem>
- <operatingSystemCode>WI7</operatingSystemCode>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
- <browserFamily>Blink</browserFamily>
- <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
- <browser>Chrome 33.0</browser>
- <browserName>Chrome</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
- <browserCode>CH</browserCode>
- <browserVersion>33.0</browserVersion>
- <events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
+ <searches>0</searches>
+ <actions>1</actions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>musicforeveryoneradio.be</referrerName>
@@ -588,18 +567,6 @@
<referrerUrl>http://musicforeveryoneradio.be:2222/CMD_PLUGINS/installatron/index.raw</referrerUrl>
<referrerSearchEngineUrl />
<referrerSearchEngineIcon />
- <resolution>1920x1080</resolution>
- <continent>Europe</continent>
- <continentCode>eur</continentCode>
- <country>Belgium</country>
- <countryCode>be</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/be.png</countryFlag>
- <region>Limburg</region>
- <regionCode>05</regionCode>
- <city>Maaseik</city>
- <location>Maaseik, Limburg, Belgium</location>
- <latitude>51.099998</latitude>
- <longitude>5.800000</longitude>
<plugins>pdf, flash, java, silverlight</plugins>
<pluginsIcons>
<row>
@@ -619,9 +586,42 @@
<pluginName>silverlight</pluginName>
</row>
</pluginsIcons>
+ <deviceType>Desktop</deviceType>
+ <operatingSystem>Windows 7</operatingSystem>
+ <operatingSystemCode>WI7</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
+ <browserFamily>Blink</browserFamily>
+ <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
+ <browser>Chrome 33.0</browser>
+ <browserName>Chrome</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
+ <browserCode>CH</browserCode>
+ <browserVersion>33.0</browserVersion>
+ <events>0</events>
+ <continent>Europe</continent>
+ <continentCode>eur</continentCode>
+ <country>Belgium</country>
+ <countryCode>be</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/be.png</countryFlag>
+ <region>Limburg</region>
+ <regionCode>05</regionCode>
+ <city>Maaseik</city>
+ <location>Maaseik, Limburg, Belgium</location>
+ <latitude>51.099998</latitude>
+ <longitude>5.800000</longitude>
<visitLocalTime>01:34:24</visitLocalTime>
<visitLocalHour>1</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1920x1080</resolution>
@@ -668,8 +668,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -683,27 +681,8 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
- </row>
- </customVariables>
- <deviceType>Desktop</deviceType>
- <operatingSystem>Mac</operatingSystem>
- <operatingSystemCode>MAC</operatingSystemCode>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/MAC.gif</operatingSystemIcon>
- <browserFamily>Blink</browserFamily>
- <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
- <browser>Chrome 33.0</browser>
- <browserName>Chrome</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
- <browserCode>CH</browserCode>
- <browserVersion>33.0</browserVersion>
- <events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
+ <searches>0</searches>
+ <actions>1</actions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -712,18 +691,6 @@
<referrerUrl>http://piwik.org/faq/general/#faq_144</referrerUrl>
<referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
<referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
- <resolution>1360x768</resolution>
- <continent>North America</continent>
- <continentCode>amn</continentCode>
- <country>United States</country>
- <countryCode>us</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/us.png</countryFlag>
- <region>California</region>
- <regionCode>CA</regionCode>
- <city>San Francisco</city>
- <location>San Francisco, California, United States</location>
- <latitude>37.792000</latitude>
- <longitude>-122.408997</longitude>
<plugins>pdf, flash, java, quicktime, windowsmedia, silverlight</plugins>
<pluginsIcons>
<row>
@@ -751,9 +718,42 @@
<pluginName>silverlight</pluginName>
</row>
</pluginsIcons>
+ <deviceType>Desktop</deviceType>
+ <operatingSystem>Mac</operatingSystem>
+ <operatingSystemCode>MAC</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/MAC.gif</operatingSystemIcon>
+ <browserFamily>Blink</browserFamily>
+ <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
+ <browser>Chrome 33.0</browser>
+ <browserName>Chrome</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
+ <browserCode>CH</browserCode>
+ <browserVersion>33.0</browserVersion>
+ <events>0</events>
+ <continent>North America</continent>
+ <continentCode>amn</continentCode>
+ <country>United States</country>
+ <countryCode>us</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/us.png</countryFlag>
+ <region>California</region>
+ <regionCode>CA</regionCode>
+ <city>San Francisco</city>
+ <location>San Francisco, California, United States</location>
+ <latitude>37.792000</latitude>
+ <longitude>-122.408997</longitude>
<visitLocalTime>17:33:58</visitLocalTime>
<visitLocalHour>17</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1360x768</resolution>
@@ -799,8 +799,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -814,12 +812,31 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>search</referrerType>
+ <referrerTypeName>Search Engines</referrerTypeName>
+ <referrerName>Google</referrerName>
+ <referrerKeyword>Keyword not defined</referrerKeyword>
+ <referrerKeywordPosition>2</referrerKeywordPosition>
+ <referrerUrl>http://piwik.org/faq/general/#faq_144</referrerUrl>
+ <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
+ <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
+ <plugins>pdf, java, quicktime</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/pdf.gif</pluginIcon>
+ <pluginName>pdf</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/quicktime.gif</pluginIcon>
+ <pluginName>quicktime</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Mac</operatingSystem>
<operatingSystemCode>MAC</operatingSystemCode>
@@ -832,18 +849,6 @@
<browserCode>SF</browserCode>
<browserVersion>7.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>search</referrerType>
- <referrerTypeName>Search Engines</referrerTypeName>
- <referrerName>Google</referrerName>
- <referrerKeyword>Keyword not defined</referrerKeyword>
- <referrerKeywordPosition>2</referrerKeywordPosition>
- <referrerUrl>http://piwik.org/faq/general/#faq_144</referrerUrl>
- <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
- <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
- <resolution>2560x1440</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -855,24 +860,19 @@
<location>Nihon'odori, Kanagawa, Japan</location>
<latitude>35.450001</latitude>
<longitude>139.649994</longitude>
- <plugins>pdf, java, quicktime</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/pdf.gif</pluginIcon>
- <pluginName>pdf</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/quicktime.gif</pluginIcon>
- <pluginName>quicktime</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>09:33:50</visitLocalTime>
<visitLocalHour>9</visitLocalHour>
<daysSinceLastVisit>1</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>2560x1440</resolution>
@@ -919,8 +919,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -934,12 +932,23 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>website</referrerType>
+ <referrerTypeName>Websites</referrerTypeName>
+ <referrerName>berndjung.com</referrerName>
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl>http://berndjung.com/piwik/index.php?module=CoreHome&amp;action=index&amp;idSite=1&amp;period=day&amp;date=today</referrerUrl>
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Unknown</deviceType>
<operatingSystem>Android</operatingSystem>
<operatingSystemCode>AND</operatingSystemCode>
@@ -952,18 +961,6 @@
<browserCode>FF</browserCode>
<browserVersion>27.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>website</referrerType>
- <referrerTypeName>Websites</referrerTypeName>
- <referrerName>berndjung.com</referrerName>
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl>http://berndjung.com/piwik/index.php?module=CoreHome&amp;action=index&amp;idSite=1&amp;period=day&amp;date=today</referrerUrl>
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>360x640</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>Germany</country>
@@ -975,16 +972,19 @@
<location>Weilerswist, Nordrhein-Westfalen, Germany</location>
<latitude>50.766998</latitude>
<longitude>6.833000</longitude>
- <plugins>flash</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>01:33:31</visitLocalTime>
<visitLocalHour>1</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>360x640</resolution>
@@ -1031,8 +1031,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -1046,27 +1044,8 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
- </row>
- </customVariables>
- <deviceType>Desktop</deviceType>
- <operatingSystem>Windows 7</operatingSystem>
- <operatingSystemCode>WI7</operatingSystemCode>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
- <browserFamily>Gecko</browserFamily>
- <browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 27.0</browser>
- <browserName>Firefox</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
- <browserCode>FF</browserCode>
- <browserVersion>27.0</browserVersion>
- <events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
+ <searches>0</searches>
+ <actions>1</actions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>forum.golem.de</referrerName>
@@ -1075,18 +1054,6 @@
<referrerUrl>http://forum.golem.de/kommentare/security/urteil-zu-tracking-nutzer-muessen-piwik-analyse-widersprechen-koennen/piwik-log-analytics/80715,3669355,3669355,read.html</referrerUrl>
<referrerSearchEngineUrl />
<referrerSearchEngineIcon />
- <resolution>2560x1440</resolution>
- <continent>Europe</continent>
- <continentCode>eur</continentCode>
- <country>Germany</country>
- <countryCode>de</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/de.png</countryFlag>
- <region>Rheinland-Pfalz</region>
- <regionCode>08</regionCode>
- <city>Mainz</city>
- <location>Mainz, Rheinland-Pfalz, Germany</location>
- <latitude>50</latitude>
- <longitude>8.271000</longitude>
<plugins>pdf, flash, java, quicktime, windowsmedia, silverlight</plugins>
<pluginsIcons>
<row>
@@ -1114,9 +1081,42 @@
<pluginName>silverlight</pluginName>
</row>
</pluginsIcons>
+ <deviceType>Desktop</deviceType>
+ <operatingSystem>Windows 7</operatingSystem>
+ <operatingSystemCode>WI7</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
+ <browserFamily>Gecko</browserFamily>
+ <browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
+ <browser>Firefox 27.0</browser>
+ <browserName>Firefox</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
+ <browserCode>FF</browserCode>
+ <browserVersion>27.0</browserVersion>
+ <events>0</events>
+ <continent>Europe</continent>
+ <continentCode>eur</continentCode>
+ <country>Germany</country>
+ <countryCode>de</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/de.png</countryFlag>
+ <region>Rheinland-Pfalz</region>
+ <regionCode>08</regionCode>
+ <city>Mainz</city>
+ <location>Mainz, Rheinland-Pfalz, Germany</location>
+ <latitude>50</latitude>
+ <longitude>8.271000</longitude>
<visitLocalTime>01:33:13</visitLocalTime>
<visitLocalHour>1</visitLocalHour>
<daysSinceLastVisit>3</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>2560x1440</resolution>
@@ -1198,8 +1198,6 @@
- <searches>0</searches>
- <actions>3</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1213,12 +1211,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>10</visitDuration>
<visitDurationPretty>10s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>3</actions>
+ <referrerType>search</referrerType>
+ <referrerTypeName>Search Engines</referrerTypeName>
+ <referrerName>Google</referrerName>
+ <referrerKeyword>Keyword not defined</referrerKeyword>
+ <referrerKeywordPosition>1</referrerKeywordPosition>
+ <referrerUrl>http://piwik.org/faq/general/#faq_144</referrerUrl>
+ <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
+ <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 8</operatingSystem>
<operatingSystemCode>WI8</operatingSystemCode>
@@ -1231,18 +1244,6 @@
<browserCode>FF</browserCode>
<browserVersion>27.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>search</referrerType>
- <referrerTypeName>Search Engines</referrerTypeName>
- <referrerName>Google</referrerName>
- <referrerKeyword>Keyword not defined</referrerKeyword>
- <referrerKeywordPosition>1</referrerKeywordPosition>
- <referrerUrl>http://piwik.org/faq/general/#faq_144</referrerUrl>
- <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
- <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
- <resolution>1920x1080</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>Russian Federation</country>
@@ -1254,20 +1255,19 @@
<location>Moscow, Moscow City, Russian Federation</location>
<latitude>55.751999</latitude>
<longitude>37.616001</longitude>
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>04:28:18</visitLocalTime>
<visitLocalHour>4</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1920x1080</resolution>
@@ -1314,8 +1314,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -1329,27 +1327,8 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
- </row>
- </customVariables>
- <deviceType>Desktop</deviceType>
- <operatingSystem>Windows 7</operatingSystem>
- <operatingSystemCode>WI7</operatingSystemCode>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
- <browserFamily>Blink</browserFamily>
- <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
- <browser>Chrome 33.0</browser>
- <browserName>Chrome</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
- <browserCode>CH</browserCode>
- <browserVersion>33.0</browserVersion>
- <events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
+ <searches>0</searches>
+ <actions>1</actions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1358,18 +1337,6 @@
<referrerUrl>http://piwik.org/docs/installation/</referrerUrl>
<referrerSearchEngineUrl />
<referrerSearchEngineIcon />
- <resolution>1366x768</resolution>
- <continent>Europe</continent>
- <continentCode>eur</continentCode>
- <country>Turkey</country>
- <countryCode>tr</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/tr.png</countryFlag>
- <region>Rize</region>
- <regionCode>53</regionCode>
- <city>Esentepe</city>
- <location>Esentepe, Rize, Turkey</location>
- <latitude>40.979000</latitude>
- <longitude>40.415001</longitude>
<plugins>pdf, flash, java, silverlight</plugins>
<pluginsIcons>
<row>
@@ -1389,9 +1356,42 @@
<pluginName>silverlight</pluginName>
</row>
</pluginsIcons>
+ <deviceType>Desktop</deviceType>
+ <operatingSystem>Windows 7</operatingSystem>
+ <operatingSystemCode>WI7</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
+ <browserFamily>Blink</browserFamily>
+ <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
+ <browser>Chrome 33.0</browser>
+ <browserName>Chrome</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
+ <browserCode>CH</browserCode>
+ <browserVersion>33.0</browserVersion>
+ <events>0</events>
+ <continent>Europe</continent>
+ <continentCode>eur</continentCode>
+ <country>Turkey</country>
+ <countryCode>tr</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/tr.png</countryFlag>
+ <region>Rize</region>
+ <regionCode>53</regionCode>
+ <city>Esentepe</city>
+ <location>Esentepe, Rize, Turkey</location>
+ <latitude>40.979000</latitude>
+ <longitude>40.415001</longitude>
<visitLocalTime>02:32:21</visitLocalTime>
<visitLocalHour>2</visitLocalHour>
<daysSinceLastVisit>8</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1366x768</resolution>
@@ -1438,8 +1438,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1453,27 +1451,8 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Domain landed</customVariableName1>
- <customVariableValue1>piwik.org</customVariableValue1>
- </row>
- </customVariables>
- <deviceType>Desktop</deviceType>
- <operatingSystem>Windows 7</operatingSystem>
- <operatingSystemCode>WI7</operatingSystemCode>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
- <browserFamily>Blink</browserFamily>
- <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
- <browser>Chrome 33.0</browser>
- <browserName>Chrome</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
- <browserCode>CH</browserCode>
- <browserVersion>33.0</browserVersion>
- <events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
+ <searches>0</searches>
+ <actions>1</actions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>musicforeveryoneradio.be</referrerName>
@@ -1482,18 +1461,6 @@
<referrerUrl>http://musicforeveryoneradio.be:2222/CMD_PLUGINS/installatron/index.raw</referrerUrl>
<referrerSearchEngineUrl />
<referrerSearchEngineIcon />
- <resolution>1920x1080</resolution>
- <continent>Europe</continent>
- <continentCode>eur</continentCode>
- <country>Belgium</country>
- <countryCode>be</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/be.png</countryFlag>
- <region>Limburg</region>
- <regionCode>05</regionCode>
- <city>Maaseik</city>
- <location>Maaseik, Limburg, Belgium</location>
- <latitude>51.099998</latitude>
- <longitude>5.800000</longitude>
<plugins>pdf, flash, java, silverlight</plugins>
<pluginsIcons>
<row>
@@ -1513,9 +1480,42 @@
<pluginName>silverlight</pluginName>
</row>
</pluginsIcons>
+ <deviceType>Desktop</deviceType>
+ <operatingSystem>Windows 7</operatingSystem>
+ <operatingSystemCode>WI7</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/WI7.gif</operatingSystemIcon>
+ <browserFamily>Blink</browserFamily>
+ <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
+ <browser>Chrome 33.0</browser>
+ <browserName>Chrome</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
+ <browserCode>CH</browserCode>
+ <browserVersion>33.0</browserVersion>
+ <events>0</events>
+ <continent>Europe</continent>
+ <continentCode>eur</continentCode>
+ <country>Belgium</country>
+ <countryCode>be</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/be.png</countryFlag>
+ <region>Limburg</region>
+ <regionCode>05</regionCode>
+ <city>Maaseik</city>
+ <location>Maaseik, Limburg, Belgium</location>
+ <latitude>51.099998</latitude>
+ <longitude>5.800000</longitude>
<visitLocalTime>01:34:18</visitLocalTime>
<visitLocalHour>1</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Domain landed</customVariableName1>
+ <customVariableValue1>piwik.org</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>1920x1080</resolution>
@@ -1724,8 +1724,6 @@
- <searches>0</searches>
- <actions>10</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1739,8 +1737,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>54</visitDuration>
<visitDurationPretty>54s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>10</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Unknown</deviceType>
<operatingSystem>Unknown</operatingSystem>
<operatingSystemCode>UNK</operatingSystemCode>
@@ -1753,9 +1761,87 @@
<browserCode>UNK</browserCode>
<browserVersion />
<events>0</events>
+ <continent>Asia</continent>
+ <continentCode>asi</continentCode>
+ <country>Japan</country>
+ <countryCode>jp</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/jp.png</countryFlag>
+ <region />
+ <regionCode />
+ <city />
+ <location>Japan</location>
+ <latitude>36</latitude>
+ <longitude>138</longitude>
+ <visitLocalTime>08:10:38</visitLocalTime>
+ <visitLocalHour>8</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
<provider>Unknown</provider>
<providerName>Unknown</providerName>
<providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
+
+
+
+
+
+ </row>
+ <row>
+ <idSite>1</idSite>
+ <idVisit>46</idVisit>
+ <visitIp>192.0.2.10</visitIp>
+
+ <actionDetails>
+ <row>
+ <type>goal</type>
+ <goalName>all</goalName>
+ <goalId>1</goalId>
+ <revenue>5</revenue>
+ <goalPageId>64</goalPageId>
+
+ <url>http://piwik.net/view/my/file.html</url>
+ <icon>plugins/Morpheus/images/goal.png</icon>
+ </row>
+ <row>
+ <type>action</type>
+ <url>http://piwik.net/view/my/file.html</url>
+ <pageTitle />
+ <pageIdAction>64</pageIdAction>
+
+ <pageId>64</pageId>
+ <customVariables>
+ <row>
+ <customVariablePageName1>HTTP-code</customVariablePageName1>
+ <customVariablePageValue1>200</customVariablePageValue1>
+ </row>
+ </customVariables>
+ <generationTime>0.001s</generationTime>
+ <icon />
+ </row>
+ </actionDetails>
+ <goalConversions>1</goalConversions>
+ <siteCurrency>USD</siteCurrency>
+ <siteCurrencySymbol>$</siteCurrencySymbol>
+
+
+
+
+ <userId />
+ <visitorType>new</visitorType>
+ <visitorTypeIcon />
+ <visitConverted>1</visitConverted>
+ <visitConvertedIcon>plugins/Morpheus/images/goal.png</visitConvertedIcon>
+ <visitCount>1</visitCount>
+
+ <visitEcommerceStatus>none</visitEcommerceStatus>
+ <visitEcommerceStatusIcon />
+ <daysSinceFirstVisit>0</daysSinceFirstVisit>
+ <daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
+ <visitDuration>0</visitDuration>
+ <visitDurationPretty>0s</visitDurationPretty>
+ <searches>0</searches>
+ <actions>1</actions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1764,23 +1850,40 @@
<referrerUrl />
<referrerSearchEngineUrl />
<referrerSearchEngineIcon />
- <resolution>unknown</resolution>
- <continent>Asia</continent>
- <continentCode>asi</continentCode>
- <country>Japan</country>
- <countryCode>jp</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/jp.png</countryFlag>
+ <plugins />
+ <pluginsIcons />
+ <deviceType>Desktop</deviceType>
+ <operatingSystem>Mac</operatingSystem>
+ <operatingSystemCode>MAC</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/MAC.gif</operatingSystemIcon>
+ <browserFamily />
+ <browserFamilyDescription>Unknown</browserFamilyDescription>
+ <browser>Unknown</browser>
+ <browserName>Unknown</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/UNK.gif</browserIcon>
+ <browserCode>UNK</browserCode>
+ <browserVersion />
+ <events>0</events>
+ <continent>Unknown</continent>
+ <continentCode>unk</continentCode>
+ <country>Unknown</country>
+ <countryCode>xx</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
- <location>Japan</location>
- <latitude>36</latitude>
- <longitude>138</longitude>
- <plugins />
- <pluginsIcons />
- <visitLocalTime>08:10:38</visitLocalTime>
- <visitLocalHour>8</visitLocalHour>
+ <location>Unknown</location>
+ <latitude />
+ <longitude />
+ <visitLocalTime>01:13:11</visitLocalTime>
+ <visitLocalHour>1</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -1843,8 +1946,6 @@
- <searches>0</searches>
- <actions>2</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1858,8 +1959,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>242</visitDuration>
<visitDurationPretty>4 min 2s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>2</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows</operatingSystem>
<operatingSystemCode>WIN</operatingSystemCode>
@@ -1872,18 +1983,6 @@
<browserCode>IE</browserCode>
<browserVersion>8.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -1895,11 +1994,15 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins />
- <pluginsIcons />
<visitLocalTime>11:55:13</visitLocalTime>
<visitLocalHour>11</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -1946,8 +2049,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId>user2</userId>
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -1961,8 +2062,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>1</visitDuration>
<visitDurationPretty>1s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Mac</operatingSystem>
<operatingSystemCode>MAC</operatingSystemCode>
@@ -1975,18 +2086,6 @@
<browserCode>CH</browserCode>
<browserVersion>37.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -1998,11 +2097,15 @@
<location>United States</location>
<latitude>38</latitude>
<longitude>-97</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>17:30:00</visitLocalTime>
<visitLocalHour>17</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -2066,8 +2169,6 @@
- <searches>0</searches>
- <actions>2</actions>
<userId>user1</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -2081,8 +2182,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>2</visitDuration>
<visitDurationPretty>2s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>2</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Smartphone</deviceType>
<operatingSystem>Android</operatingSystem>
<operatingSystemCode>AND</operatingSystemCode>
@@ -2095,18 +2206,6 @@
<browserCode>CM</browserCode>
<browserVersion>39.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -2118,11 +2217,15 @@
<location>United States</location>
<latitude>38</latitude>
<longitude>-97</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>17:00:00</visitLocalTime>
<visitLocalHour>17</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -2169,8 +2272,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -2184,8 +2285,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Mac</operatingSystem>
<operatingSystemCode>MAC</operatingSystemCode>
@@ -2198,18 +2309,6 @@
<browserCode>CH</browserCode>
<browserVersion>37.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -2221,11 +2320,15 @@
<location>United States</location>
<latitude>38</latitude>
<longitude>-97</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>17:00:00</visitLocalTime>
<visitLocalHour>17</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -2279,8 +2382,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -2294,12 +2395,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>website</referrerType>
+ <referrerTypeName>Websites</referrerTypeName>
+ <referrerName>piwik.org</referrerName>
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl>http://piwik.org/contribute%</referrerUrl>
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName5>VisitorType</customVariableName5>
- <customVariableValue5>NewLoggedOut</customVariableValue5>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
- </customVariables>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -2312,18 +2428,6 @@
<browserCode>IE</browserCode>
<browserVersion>6.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>website</referrerType>
- <referrerTypeName>Websites</referrerTypeName>
- <referrerName>piwik.org</referrerName>
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl>http://piwik.org/contribute%</referrerUrl>
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -2335,20 +2439,19 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName5>VisitorType</customVariableName5>
+ <customVariableValue5>NewLoggedOut</customVariableValue5>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -2394,8 +2497,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -2409,27 +2510,8 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName3>Forum status</customVariableName3>
- <customVariableValue3>Anonymous</customVariableValue3>
- </row>
- </customVariables>
- <deviceType>Desktop</deviceType>
- <operatingSystem>Windows XP</operatingSystem>
- <operatingSystemCode>WXP</operatingSystemCode>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WXP.gif</operatingSystemIcon>
- <browserFamily>WebKit</browserFamily>
- <browserFamilyDescription>WebKit (Safari, Chrome)</browserFamilyDescription>
- <browser>Chrome 11.0</browser>
- <browserName>Chrome</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
- <browserCode>CH</browserCode>
- <browserVersion>11.0</browserVersion>
- <events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
+ <searches>0</searches>
+ <actions>1</actions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>sn110w.snt110.mail.live.com</referrerName>
@@ -2438,18 +2520,6 @@
<referrerUrl>http://sn110w.snt110.mail.live.com/mail/InboxLight.aspx?n=184083971</referrerUrl>
<referrerSearchEngineUrl />
<referrerSearchEngineIcon />
- <resolution>1280x800</resolution>
- <continent>Unknown</continent>
- <continentCode>unk</continentCode>
- <country>Unknown</country>
- <countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
- <region />
- <regionCode />
- <city />
- <location>Unknown</location>
- <latitude />
- <longitude />
<plugins>pdf, flash, java, director, windowsmedia, gears</plugins>
<pluginsIcons>
<row>
@@ -2477,9 +2547,229 @@
<pluginName>gears</pluginName>
</row>
</pluginsIcons>
+ <deviceType>Desktop</deviceType>
+ <operatingSystem>Windows XP</operatingSystem>
+ <operatingSystemCode>WXP</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/WXP.gif</operatingSystemIcon>
+ <browserFamily>WebKit</browserFamily>
+ <browserFamilyDescription>WebKit (Safari, Chrome)</browserFamilyDescription>
+ <browser>Chrome 11.0</browser>
+ <browserName>Chrome</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
+ <browserCode>CH</browserCode>
+ <browserVersion>11.0</browserVersion>
+ <events>0</events>
+ <continent>Unknown</continent>
+ <continentCode>unk</continentCode>
+ <country>Unknown</country>
+ <countryCode>xx</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <region />
+ <regionCode />
+ <city />
+ <location>Unknown</location>
+ <latitude />
+ <longitude />
<visitLocalTime>08:00:47</visitLocalTime>
<visitLocalHour>8</visitLocalHour>
<daysSinceLastVisit>444</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName3>Forum status</customVariableName3>
+ <customVariableValue3>Anonymous</customVariableValue3>
+ </row>
+ </customVariables>
+ <resolution>1280x800</resolution>
+
+
+
+
+
+ </row>
+ <row>
+ <idSite>1</idSite>
+ <idVisit>48</idVisit>
+ <visitIp>192.0.2.222</visitIp>
+
+ <actionDetails>
+ <row>
+ <type>event</type>
+ <url>http://piwik.net/shqshne4jdp4b6.cloudfront.net/cfx/st​?key=value</url>
+ <pageIdAction>65</pageIdAction>
+
+ <pageId>66</pageId>
+ <eventCategory>cloudfront_rtmp</eventCategory>
+ <eventAction>play</eventAction>
+ <customVariables>
+ <row>
+ <customVariablePageName1>HTTP-code</customVariablePageName1>
+ <customVariablePageValue1>200</customVariablePageValue1>
+ </row>
+ </customVariables>
+ <eventName>myvideo</eventName>
+ <icon>plugins/Morpheus/images/event.png</icon>
+ </row>
+ </actionDetails>
+ <goalConversions>0</goalConversions>
+ <siteCurrency>USD</siteCurrency>
+ <siteCurrencySymbol>$</siteCurrencySymbol>
+
+
+
+
+ <userId />
+ <visitorType>new</visitorType>
+ <visitorTypeIcon />
+ <visitConverted>0</visitConverted>
+ <visitConvertedIcon />
+ <visitCount>1</visitCount>
+
+ <visitEcommerceStatus>none</visitEcommerceStatus>
+ <visitEcommerceStatusIcon />
+ <daysSinceFirstVisit>0</daysSinceFirstVisit>
+ <daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
+ <visitDuration>0</visitDuration>
+ <visitDurationPretty>0s</visitDurationPretty>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
+ <deviceType>Unknown</deviceType>
+ <operatingSystem>Unknown</operatingSystem>
+ <operatingSystemCode>UNK</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/UNK.gif</operatingSystemIcon>
+ <browserFamily />
+ <browserFamilyDescription>Unknown</browserFamilyDescription>
+ <browser>Unknown</browser>
+ <browserName>Unknown</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/UNK.gif</browserIcon>
+ <browserCode>UNK</browserCode>
+ <browserVersion />
+ <events>1</events>
+ <continent>Unknown</continent>
+ <continentCode>unk</continentCode>
+ <country>Unknown</country>
+ <countryCode>xx</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <region />
+ <regionCode />
+ <city />
+ <location>Unknown</location>
+ <latitude />
+ <longitude />
+ <visitLocalTime>23:51:21</visitLocalTime>
+ <visitLocalHour>23</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
+
+
+
+
+
+ </row>
+ <row>
+ <idSite>1</idSite>
+ <idVisit>47</idVisit>
+ <visitIp>192.0.2.147</visitIp>
+
+ <actionDetails>
+ <row>
+ <type>event</type>
+ <url>http://piwik.net/shqshne4jdp4b6.cloudfront.net/cfx/st​?key=value</url>
+ <pageIdAction>65</pageIdAction>
+
+ <pageId>65</pageId>
+ <eventCategory>cloudfront_rtmp</eventCategory>
+ <eventAction>connect</eventAction>
+ <customVariables>
+ <row>
+ <customVariablePageName1>HTTP-code</customVariablePageName1>
+ <customVariablePageValue1>200</customVariablePageValue1>
+ </row>
+ </customVariables>
+ <icon>plugins/Morpheus/images/event.png</icon>
+ </row>
+ </actionDetails>
+ <goalConversions>0</goalConversions>
+ <siteCurrency>USD</siteCurrency>
+ <siteCurrencySymbol>$</siteCurrencySymbol>
+
+
+
+
+ <userId />
+ <visitorType>new</visitorType>
+ <visitorTypeIcon />
+ <visitConverted>0</visitConverted>
+ <visitConvertedIcon />
+ <visitCount>1</visitCount>
+
+ <visitEcommerceStatus>none</visitEcommerceStatus>
+ <visitEcommerceStatusIcon />
+ <daysSinceFirstVisit>0</daysSinceFirstVisit>
+ <daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
+ <visitDuration>0</visitDuration>
+ <visitDurationPretty>0s</visitDurationPretty>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
+ <deviceType>Unknown</deviceType>
+ <operatingSystem>Unknown</operatingSystem>
+ <operatingSystemCode>UNK</operatingSystemCode>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/UNK.gif</operatingSystemIcon>
+ <browserFamily />
+ <browserFamilyDescription>Unknown</browserFamilyDescription>
+ <browser>Unknown</browser>
+ <browserName>Unknown</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/UNK.gif</browserIcon>
+ <browserCode>UNK</browserCode>
+ <browserVersion />
+ <events>1</events>
+ <continent>Unknown</continent>
+ <continentCode>unk</continentCode>
+ <country>Unknown</country>
+ <countryCode>xx</countryCode>
+ <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <region />
+ <regionCode />
+ <city />
+ <location>Unknown</location>
+ <latitude />
+ <longitude />
+ <visitLocalTime>23:51:20</visitLocalTime>
+ <visitLocalHour>23</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -2525,8 +2815,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -2540,12 +2828,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Not-Bot</customVariableName1>
- <customVariableValue1>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24</customVariableValue1>
- </row>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Mac</operatingSystem>
<operatingSystemCode>MAC</operatingSystemCode>
@@ -2558,18 +2852,6 @@
<browserCode>RM</browserCode>
<browserVersion>0.9</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -2581,11 +2863,19 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>20:15:41</visitLocalTime>
<visitLocalHour>20</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Not-Bot</customVariableName1>
+ <customVariableValue1>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -2648,8 +2938,6 @@
- <searches>0</searches>
- <actions>2</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -2663,12 +2951,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>182</visitDuration>
<visitDurationPretty>3 min 2s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Not-Bot</customVariableName1>
- <customVariableValue1>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24</customVariableValue1>
- </row>
- </customVariables>
+ <searches>0</searches>
+ <actions>2</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Mac</operatingSystem>
<operatingSystemCode>MAC</operatingSystemCode>
@@ -2681,18 +2975,6 @@
<browserCode>RM</browserCode>
<browserVersion>0.9</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -2704,11 +2986,19 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>19:12:40</visitLocalTime>
<visitLocalHour>19</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Not-Bot</customVariableName1>
+ <customVariableValue1>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -2778,8 +3068,6 @@
- <searches>0</searches>
- <actions>3</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -2793,12 +3081,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>123</visitDuration>
<visitDurationPretty>2 min 3s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Not-Bot</customVariableName1>
- <customVariableValue1>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24</customVariableValue1>
- </row>
- </customVariables>
+ <searches>0</searches>
+ <actions>3</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Mac</operatingSystem>
<operatingSystemCode>MAC</operatingSystemCode>
@@ -2811,18 +3105,6 @@
<browserCode>RM</browserCode>
<browserVersion>0.9</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -2834,11 +3116,19 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>18:10:38</visitLocalTime>
<visitLocalHour>18</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Not-Bot</customVariableName1>
+ <customVariableValue1>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -2884,8 +3174,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -2899,12 +3187,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Bot</customVariableName1>
- <customVariableValue1>Googlebot/2.1 (+http://www.googlebot.com/bot.html)</customVariableValue1>
- </row>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Unknown</deviceType>
<operatingSystem>Bot</operatingSystem>
<operatingSystemCode>BOT</operatingSystemCode>
@@ -2917,18 +3211,6 @@
<browserCode>UNK</browserCode>
<browserVersion />
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -2940,11 +3222,19 @@
<location>Ashburn, Virginia, United States</location>
<latitude>39.043999</latitude>
<longitude>-77.487999</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>17:48:08</visitLocalTime>
<visitLocalHour>17</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Bot</customVariableName1>
+ <customVariableValue1>Googlebot/2.1 (+http://www.googlebot.com/bot.html)</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -2990,8 +3280,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3005,12 +3293,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Not-Bot</customVariableName1>
- <customVariableValue1>Mozilla/5.0 (compatible; MSIE 10.6; Windows NT 6.1; Trident/5.0; InfoPath.2; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727) 3gpp-gba UNTRUSTED/1.0</customVariableValue1>
- </row>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 7</operatingSystem>
<operatingSystemCode>WI7</operatingSystemCode>
@@ -3023,18 +3317,6 @@
<browserCode>IE</browserCode>
<browserVersion>9.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -3046,11 +3328,19 @@
<location>Ashburn, Virginia, United States</location>
<latitude>39.043999</latitude>
<longitude>-77.487999</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>17:48:07</visitLocalTime>
<visitLocalHour>17</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Not-Bot</customVariableName1>
+ <customVariableValue1>Mozilla/5.0 (compatible; MSIE 10.6; Windows NT 6.1; Trident/5.0; InfoPath.2; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727) 3gpp-gba UNTRUSTED/1.0</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -3086,8 +3376,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3101,12 +3389,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Not-Bot</customVariableName1>
- <customVariableValue1>Apache-HttpClient/4.2.1 (java 1.5)</customVariableValue1>
- </row>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Unknown</deviceType>
<operatingSystem>Unknown</operatingSystem>
<operatingSystemCode>UNK</operatingSystemCode>
@@ -3119,18 +3413,6 @@
<browserCode>UNK</browserCode>
<browserVersion />
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Oceania</continent>
<continentCode>oce</continentCode>
<country>Australia</country>
@@ -3142,11 +3424,19 @@
<location>Australia</location>
<latitude>-27</latitude>
<longitude>133</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>17:46:03</visitLocalTime>
<visitLocalHour>17</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Not-Bot</customVariableName1>
+ <customVariableValue1>Apache-HttpClient/4.2.1 (java 1.5)</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -3192,8 +3482,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3207,12 +3495,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Not-Bot</customVariableName1>
- <customVariableValue1>Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; HTC Vision Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</customVariableValue1>
- </row>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Smartphone</deviceType>
<operatingSystem>Android</operatingSystem>
<operatingSystemCode>AND</operatingSystemCode>
@@ -3225,18 +3519,6 @@
<browserCode>AN</browserCode>
<browserVersion />
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -3248,11 +3530,19 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>16:11:30</visitLocalTime>
<visitLocalHour>16</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Not-Bot</customVariableName1>
+ <customVariableValue1>Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; HTC Vision Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -3298,8 +3588,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3313,12 +3601,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>Not-Bot</customVariableName1>
- <customVariableValue1>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24</customVariableValue1>
- </row>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Mac</operatingSystem>
<operatingSystemCode>MAC</operatingSystemCode>
@@ -3331,18 +3625,6 @@
<browserCode>RM</browserCode>
<browserVersion>0.9</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -3354,11 +3636,19 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>16:10:38</visitLocalTime>
<visitLocalHour>16</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ <row>
+ <customVariableName1>Not-Bot</customVariableName1>
+ <customVariableValue1>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24</customVariableValue1>
+ </row>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -3404,8 +3694,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3419,8 +3707,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 7</operatingSystem>
<operatingSystemCode>WI7</operatingSystemCode>
@@ -3433,18 +3731,6 @@
<browserCode>CH</browserCode>
<browserVersion>20.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -3456,11 +3742,15 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins />
- <pluginsIcons />
<visitLocalTime>15:31:05</visitLocalTime>
<visitLocalHour>15</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -3506,8 +3796,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3521,8 +3809,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>GNU/Linux</operatingSystem>
<operatingSystemCode>LIN</operatingSystemCode>
@@ -3535,18 +3833,6 @@
<browserCode>EP</browserCode>
<browserVersion>2.30</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -3558,11 +3844,15 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins />
- <pluginsIcons />
<visitLocalTime>13:49:46</visitLocalTime>
<visitLocalHour>13</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -3608,8 +3898,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3623,8 +3911,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 7</operatingSystem>
<operatingSystemCode>WI7</operatingSystemCode>
@@ -3637,18 +3935,6 @@
<browserCode>CH</browserCode>
<browserVersion>20.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>South America</continent>
<continentCode>ams</continentCode>
<country>Brazil</country>
@@ -3660,11 +3946,15 @@
<location>Brazil</location>
<latitude>-10</latitude>
<longitude>-55</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>20:22:08</visitLocalTime>
<visitLocalHour>20</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -3710,8 +4000,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3725,8 +4013,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>GNU/Linux</operatingSystem>
<operatingSystemCode>LIN</operatingSystemCode>
@@ -3739,18 +4037,6 @@
<browserCode>EP</browserCode>
<browserVersion>2.30</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>South America</continent>
<continentCode>ams</continentCode>
<country>Brazil</country>
@@ -3762,11 +4048,15 @@
<location>Brazil</location>
<latitude>-10</latitude>
<longitude>-55</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>20:21:28</visitLocalTime>
<visitLocalHour>20</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -3812,8 +4102,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3827,8 +4115,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 7</operatingSystem>
<operatingSystemCode>WI7</operatingSystemCode>
@@ -3841,18 +4139,6 @@
<browserCode>IE</browserCode>
<browserVersion>9.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>South America</continent>
<continentCode>ams</continentCode>
<country>Brazil</country>
@@ -3864,11 +4150,15 @@
<location>Brazil</location>
<latitude>-10</latitude>
<longitude>-55</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>20:21:03</visitLocalTime>
<visitLocalHour>20</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -3914,8 +4204,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3929,8 +4217,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>GNU/Linux</operatingSystem>
<operatingSystemCode>LIN</operatingSystemCode>
@@ -3943,18 +4241,6 @@
<browserCode>EP</browserCode>
<browserVersion>2.30</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -3966,11 +4252,15 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>20:01:17</visitLocalTime>
<visitLocalHour>20</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4016,8 +4306,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4031,8 +4319,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 7</operatingSystem>
<operatingSystemCode>WI7</operatingSystemCode>
@@ -4045,18 +4343,6 @@
<browserCode>IE</browserCode>
<browserVersion>9.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -4068,11 +4354,15 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>19:59:50</visitLocalTime>
<visitLocalHour>19</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4118,8 +4408,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4133,8 +4421,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 7</operatingSystem>
<operatingSystemCode>WI7</operatingSystemCode>
@@ -4147,18 +4445,6 @@
<browserCode>IE</browserCode>
<browserVersion>9.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -4170,11 +4456,15 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins />
- <pluginsIcons />
<visitLocalTime>18:03:40</visitLocalTime>
<visitLocalHour>18</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4220,8 +4510,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4235,8 +4523,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Mac</operatingSystem>
<operatingSystemCode>MAC</operatingSystemCode>
@@ -4249,18 +4547,6 @@
<browserCode>CH</browserCode>
<browserVersion>19.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -4272,11 +4558,15 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins />
- <pluginsIcons />
<visitLocalTime>21:00:42</visitLocalTime>
<visitLocalHour>21</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4322,8 +4612,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4337,8 +4625,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>GNU/Linux</operatingSystem>
<operatingSystemCode>LIN</operatingSystemCode>
@@ -4351,18 +4649,6 @@
<browserCode>FF</browserCode>
<browserVersion>6.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -4374,11 +4660,15 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins />
- <pluginsIcons />
<visitLocalTime>20:56:45</visitLocalTime>
<visitLocalHour>20</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4424,8 +4714,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4439,8 +4727,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>GNU/Linux</operatingSystem>
<operatingSystemCode>LIN</operatingSystemCode>
@@ -4453,18 +4751,6 @@
<browserCode>CH</browserCode>
<browserVersion>19.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -4476,11 +4762,15 @@
<location>Ashburn, Virginia, United States</location>
<latitude>39.043999</latitude>
<longitude>-77.487999</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>13:49:48</visitLocalTime>
<visitLocalHour>13</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4526,8 +4816,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4541,8 +4829,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>GNU/Linux</operatingSystem>
<operatingSystemCode>LIN</operatingSystemCode>
@@ -4555,18 +4853,6 @@
<browserCode>EP</browserCode>
<browserVersion>2.30</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -4578,11 +4864,15 @@
<location>Ashburn, Virginia, United States</location>
<latitude>39.043999</latitude>
<longitude>-77.487999</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>13:48:20</visitLocalTime>
<visitLocalHour>13</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4628,8 +4918,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4643,8 +4931,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows 7</operatingSystem>
<operatingSystemCode>WI7</operatingSystemCode>
@@ -4657,18 +4955,6 @@
<browserCode>IE</browserCode>
<browserVersion>9.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>North America</continent>
<continentCode>amn</continentCode>
<country>United States</country>
@@ -4680,11 +4966,15 @@
<location>Ashburn, Virginia, United States</location>
<latitude>39.043999</latitude>
<longitude>-77.487999</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>13:48:07</visitLocalTime>
<visitLocalHour>13</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4730,8 +5020,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4745,8 +5033,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>GNU/Linux</operatingSystem>
<operatingSystemCode>LIN</operatingSystemCode>
@@ -4759,18 +5057,6 @@
<browserCode>FF</browserCode>
<browserVersion>6.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -4782,11 +5068,15 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>08:12:03</visitLocalTime>
<visitLocalHour>8</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4832,8 +5122,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4847,8 +5135,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>GNU/Linux</operatingSystem>
<operatingSystemCode>LIN</operatingSystemCode>
@@ -4861,18 +5159,6 @@
<browserCode>EP</browserCode>
<browserVersion>2.30</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -4884,11 +5170,15 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>08:11:56</visitLocalTime>
<visitLocalHour>8</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -4934,8 +5224,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4949,8 +5237,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Smartphone</deviceType>
<operatingSystem>Android</operatingSystem>
<operatingSystemCode>AND</operatingSystemCode>
@@ -4963,18 +5261,6 @@
<browserCode>AN</browserCode>
<browserVersion />
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -4986,11 +5272,15 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>08:11:30</visitLocalTime>
<visitLocalHour>8</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
@@ -5036,8 +5326,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -5051,8 +5339,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Mac</operatingSystem>
<operatingSystemCode>MAC</operatingSystemCode>
@@ -5065,18 +5363,6 @@
<browserCode>RM</browserCode>
<browserVersion>0.9</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Asia</continent>
<continentCode>asi</continentCode>
<country>Japan</country>
@@ -5088,11 +5374,15 @@
<location>Japan</location>
<latitude>36</latitude>
<longitude>138</longitude>
- <plugins />
- <pluginsIcons />
<visitLocalTime>08:10:38</visitLocalTime>
<visitLocalHour>8</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getAll_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getAll_month.xml
index d2edd33b60..275d1499ce 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getAll_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getAll_month.xml
@@ -2,10 +2,10 @@
<result>
<row>
<label>Piwik test</label>
- <nb_visits>31</nb_visits>
- <nb_actions>36</nb_actions>
- <nb_pageviews>32</nb_pageviews>
- <revenue>145</revenue>
+ <nb_visits>34</nb_visits>
+ <nb_actions>39</nb_actions>
+ <nb_pageviews>33</nb_pageviews>
+ <revenue>150</revenue>
<visits_evolution>100%</visits_evolution>
<actions_evolution>100%</actions_evolution>
<pageviews_evolution>100%</pageviews_evolution>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getOne_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getOne_month.xml
index 79b56ff979..fb7252904e 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getOne_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__MultiSites.getOne_month.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
- <nb_visits>31</nb_visits>
- <nb_actions>36</nb_actions>
+ <nb_visits>34</nb_visits>
+ <nb_actions>39</nb_actions>
<visits_evolution>100%</visits_evolution>
<actions_evolution>100%</actions_evolution>
<pageviews_evolution>100%</pageviews_evolution>
<revenue_evolution>100%</revenue_evolution>
- <nb_pageviews>32</nb_pageviews>
- <revenue>145</revenue>
+ <nb_pageviews>33</nb_pageviews>
+ <revenue>150</revenue>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Provider.getProvider_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Provider.getProvider_month.xml
index f83cd0a71c..76382aadab 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Provider.getProvider_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Provider.getProvider_month.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>Unknown</label>
- <nb_visits>31</nb_visits>
- <nb_actions>36</nb_actions>
+ <nb_visits>34</nb_visits>
+ <nb_actions>39</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>550</sum_visit_length>
- <bounce_count>27</bounce_count>
- <nb_visits_converted>29</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>30</sum_daily_nb_uniq_visitors>
+ <bounce_count>30</bounce_count>
+ <nb_visits_converted>30</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>33</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>2</sum_daily_nb_users>
<url />
</row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Referrers.getReferrerType_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Referrers.getReferrerType_month.xml
index 9b5ba79691..e5e8c8d924 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Referrers.getReferrerType_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Referrers.getReferrerType_month.xml
@@ -2,22 +2,23 @@
<result>
<row>
<label>Direct Entry</label>
- <nb_visits>29</nb_visits>
- <nb_actions>34</nb_actions>
+ <nb_visits>32</nb_visits>
+ <nb_actions>37</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>550</sum_visit_length>
- <bounce_count>25</bounce_count>
+ <bounce_count>28</bounce_count>
<goals>
<row idgoal='1'>
- <nb_conversions>27</nb_conversions>
- <nb_visits_converted>27</nb_visits_converted>
- <revenue>135</revenue>
+ <nb_conversions>28</nb_conversions>
+ <nb_visits_converted>28</nb_visits_converted>
+ <revenue>140</revenue>
</row>
</goals>
- <nb_conversions>27</nb_conversions>
- <revenue>135</revenue>
- <sum_daily_nb_uniq_visitors>28</sum_daily_nb_uniq_visitors>
+ <nb_conversions>28</nb_conversions>
+ <revenue>140</revenue>
+ <sum_daily_nb_uniq_visitors>31</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>2</sum_daily_nb_users>
+ <nb_visits_converted>0</nb_visits_converted>
</row>
<row>
<label>Websites</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getConfiguration_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getConfiguration_month.xml
index 75d278b51b..de82b8409f 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getConfiguration_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getConfiguration_month.xml
@@ -45,6 +45,17 @@
<sum_daily_nb_users>1</sum_daily_nb_users>
</row>
<row>
+ <label>Unknown / Unknown / unknown</label>
+ <nb_visits>3</nb_visits>
+ <nb_actions>3</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>3</bounce_count>
+ <nb_visits_converted>0</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>3</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ </row>
+ <row>
<label>Android / Android Browser / unknown</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
@@ -111,13 +122,13 @@
<sum_daily_nb_users>0</sum_daily_nb_users>
</row>
<row>
- <label>Unknown / Unknown / unknown</label>
+ <label>Mac / Unknown / unknown</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
<bounce_count>1</bounce_count>
- <nb_visits_converted>0</nb_visits_converted>
+ <nb_visits_converted>1</nb_visits_converted>
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
</row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getResolution_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getResolution_month.xml
index 378996fabc..a8dc2aedb4 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getResolution_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Resolution.getResolution_month.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>unknown</label>
- <nb_visits>29</nb_visits>
- <nb_actions>34</nb_actions>
+ <nb_visits>32</nb_visits>
+ <nb_actions>37</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>550</sum_visit_length>
- <bounce_count>25</bounce_count>
- <nb_visits_converted>27</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>28</sum_daily_nb_uniq_visitors>
+ <bounce_count>28</bounce_count>
+ <nb_visits_converted>28</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>31</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>2</sum_daily_nb_users>
</row>
<row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCity_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCity_month.xml
index dc702824f1..eca5acdf70 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCity_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCity_month.xml
@@ -2,22 +2,23 @@
<result>
<row>
<label>Unknown</label>
- <nb_visits>26</nb_visits>
- <nb_actions>31</nb_actions>
+ <nb_visits>29</nb_visits>
+ <nb_actions>34</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>550</sum_visit_length>
- <bounce_count>22</bounce_count>
+ <bounce_count>25</bounce_count>
<goals>
<row idgoal='1'>
- <nb_conversions>24</nb_conversions>
- <nb_visits_converted>24</nb_visits_converted>
- <revenue>120</revenue>
+ <nb_conversions>25</nb_conversions>
+ <nb_visits_converted>25</nb_visits_converted>
+ <revenue>125</revenue>
</row>
</goals>
- <nb_conversions>24</nb_conversions>
- <revenue>120</revenue>
- <sum_daily_nb_uniq_visitors>25</sum_daily_nb_uniq_visitors>
+ <nb_conversions>25</nb_conversions>
+ <revenue>125</revenue>
+ <sum_daily_nb_uniq_visitors>28</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>2</sum_daily_nb_users>
+ <nb_visits_converted>0</nb_visits_converted>
<city_name>Unknown</city_name>
<city>xx</city>
<region>xx</region>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getContinent_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getContinent_month.xml
index 212e81c785..eeb3aa43cf 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getContinent_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getContinent_month.xml
@@ -21,31 +21,32 @@
<code>Asia</code>
</row>
<row>
- <label>North America</label>
- <nb_visits>8</nb_visits>
- <nb_actions>9</nb_actions>
+ <label>Unknown</label>
+ <nb_visits>11</nb_visits>
+ <nb_actions>12</nb_actions>
<max_actions>2</max_actions>
- <sum_visit_length>3</sum_visit_length>
- <bounce_count>7</bounce_count>
+ <sum_visit_length>242</sum_visit_length>
+ <bounce_count>10</bounce_count>
<goals>
<row idgoal='1'>
- <nb_conversions>8</nb_conversions>
- <nb_visits_converted>8</nb_visits_converted>
- <revenue>40</revenue>
+ <nb_conversions>9</nb_conversions>
+ <nb_visits_converted>9</nb_visits_converted>
+ <revenue>45</revenue>
</row>
</goals>
- <nb_conversions>8</nb_conversions>
- <revenue>40</revenue>
- <sum_daily_nb_uniq_visitors>7</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>2</sum_daily_nb_users>
- <code>North America</code>
+ <nb_conversions>9</nb_conversions>
+ <revenue>45</revenue>
+ <sum_daily_nb_uniq_visitors>11</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ <nb_visits_converted>0</nb_visits_converted>
+ <code>Unknown</code>
</row>
<row>
- <label>Unknown</label>
+ <label>North America</label>
<nb_visits>8</nb_visits>
<nb_actions>9</nb_actions>
<max_actions>2</max_actions>
- <sum_visit_length>242</sum_visit_length>
+ <sum_visit_length>3</sum_visit_length>
<bounce_count>7</bounce_count>
<goals>
<row idgoal='1'>
@@ -56,9 +57,9 @@
</goals>
<nb_conversions>8</nb_conversions>
<revenue>40</revenue>
- <sum_daily_nb_uniq_visitors>8</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>0</sum_daily_nb_users>
- <code>Unknown</code>
+ <sum_daily_nb_uniq_visitors>7</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>2</sum_daily_nb_users>
+ <code>North America</code>
</row>
<row>
<label>South America</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml
index 1c82333bf0..b88e3fec30 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml
@@ -24,34 +24,35 @@
<logoHeight>11</logoHeight>
</row>
<row>
- <label>United States</label>
- <nb_visits>8</nb_visits>
- <nb_actions>9</nb_actions>
+ <label>Unknown</label>
+ <nb_visits>11</nb_visits>
+ <nb_actions>12</nb_actions>
<max_actions>2</max_actions>
- <sum_visit_length>3</sum_visit_length>
- <bounce_count>7</bounce_count>
+ <sum_visit_length>242</sum_visit_length>
+ <bounce_count>10</bounce_count>
<goals>
<row idgoal='1'>
- <nb_conversions>8</nb_conversions>
- <nb_visits_converted>8</nb_visits_converted>
- <revenue>40</revenue>
+ <nb_conversions>9</nb_conversions>
+ <nb_visits_converted>9</nb_visits_converted>
+ <revenue>45</revenue>
</row>
</goals>
- <nb_conversions>8</nb_conversions>
- <revenue>40</revenue>
- <sum_daily_nb_uniq_visitors>7</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>2</sum_daily_nb_users>
- <code>us</code>
- <logo>plugins/UserCountry/images/flags/us.png</logo>
+ <nb_conversions>9</nb_conversions>
+ <revenue>45</revenue>
+ <sum_daily_nb_uniq_visitors>11</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ <nb_visits_converted>0</nb_visits_converted>
+ <code>xx</code>
+ <logo>plugins/UserCountry/images/flags/xx.png</logo>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
</row>
<row>
- <label>Unknown</label>
+ <label>United States</label>
<nb_visits>8</nb_visits>
<nb_actions>9</nb_actions>
<max_actions>2</max_actions>
- <sum_visit_length>242</sum_visit_length>
+ <sum_visit_length>3</sum_visit_length>
<bounce_count>7</bounce_count>
<goals>
<row idgoal='1'>
@@ -62,10 +63,10 @@
</goals>
<nb_conversions>8</nb_conversions>
<revenue>40</revenue>
- <sum_daily_nb_uniq_visitors>8</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>0</sum_daily_nb_users>
- <code>xx</code>
- <logo>plugins/UserCountry/images/flags/xx.png</logo>
+ <sum_daily_nb_uniq_visitors>7</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>2</sum_daily_nb_users>
+ <code>us</code>
+ <logo>plugins/UserCountry/images/flags/us.png</logo>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
</row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml
index 1149b705a7..e758c3e8aa 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml
@@ -2,22 +2,23 @@
<result>
<row>
<label>Unknown</label>
- <nb_visits>26</nb_visits>
- <nb_actions>31</nb_actions>
+ <nb_visits>29</nb_visits>
+ <nb_actions>34</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>550</sum_visit_length>
- <bounce_count>22</bounce_count>
+ <bounce_count>25</bounce_count>
<goals>
<row idgoal='1'>
- <nb_conversions>24</nb_conversions>
- <nb_visits_converted>24</nb_visits_converted>
- <revenue>120</revenue>
+ <nb_conversions>25</nb_conversions>
+ <nb_visits_converted>25</nb_visits_converted>
+ <revenue>125</revenue>
</row>
</goals>
- <nb_conversions>24</nb_conversions>
- <revenue>120</revenue>
- <sum_daily_nb_uniq_visitors>25</sum_daily_nb_uniq_visitors>
+ <nb_conversions>25</nb_conversions>
+ <revenue>125</revenue>
+ <sum_daily_nb_uniq_visitors>28</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>2</sum_daily_nb_users>
+ <nb_visits_converted>0</nb_visits_converted>
<region>xx</region>
<country>xx</country>
<country_name>Unknown</country_name>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserType_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserType_month.xml
index 147f52ac7c..f57f78606c 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserType_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserType_month.xml
@@ -23,6 +23,17 @@
<sum_daily_nb_users>0</sum_daily_nb_users>
</row>
<row>
+ <label>Unknown</label>
+ <nb_visits>5</nb_visits>
+ <nb_actions>5</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>5</bounce_count>
+ <nb_visits_converted>2</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ </row>
+ <row>
<label>Blink (Chrome, Opera)</label>
<nb_visits>3</nb_visits>
<nb_actions>4</nb_actions>
@@ -34,17 +45,6 @@
<sum_daily_nb_users>2</sum_daily_nb_users>
</row>
<row>
- <label>Unknown</label>
- <nb_visits>2</nb_visits>
- <nb_actions>2</nb_actions>
- <max_actions>1</max_actions>
- <sum_visit_length>0</sum_visit_length>
- <bounce_count>2</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>0</sum_daily_nb_users>
- </row>
- <row>
<label>Gecko (Firefox)</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserVersion_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserVersion_month.xml
index 90f330a5e5..bcc37fcec6 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserVersion_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowserVersion_month.xml
@@ -37,6 +37,18 @@
<logo>plugins/DevicesDetection/images/browsers/CH.gif</logo>
</row>
<row>
+ <label>Unknown</label>
+ <nb_visits>5</nb_visits>
+ <nb_actions>5</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>5</bounce_count>
+ <nb_visits_converted>2</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
+ </row>
+ <row>
<label>Android Browser</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
@@ -97,18 +109,6 @@
<logo>plugins/DevicesDetection/images/browsers/FF.gif</logo>
</row>
<row>
- <label>Unknown</label>
- <nb_visits>2</nb_visits>
- <nb_actions>2</nb_actions>
- <max_actions>1</max_actions>
- <sum_visit_length>0</sum_visit_length>
- <bounce_count>2</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
- </row>
- <row>
<label>Chrome 11.0</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowser_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowser_month.xml
index 82fd2a7603..d0c894d25c 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowser_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowser_month.xml
@@ -49,19 +49,19 @@
<logo>plugins/DevicesDetection/images/browsers/CH.gif</logo>
</row>
<row>
- <label>Android Browser</label>
- <nb_visits>2</nb_visits>
- <nb_actions>2</nb_actions>
+ <label>Unknown</label>
+ <nb_visits>5</nb_visits>
+ <nb_actions>5</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
- <bounce_count>2</bounce_count>
+ <bounce_count>5</bounce_count>
<nb_visits_converted>2</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/AN.gif</logo>
+ <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
</row>
<row>
- <label>Firefox</label>
+ <label>Android Browser</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
<max_actions>1</max_actions>
@@ -70,19 +70,19 @@
<nb_visits_converted>2</nb_visits_converted>
<sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/FF.gif</logo>
+ <logo>plugins/DevicesDetection/images/browsers/AN.gif</logo>
</row>
<row>
- <label>Unknown</label>
+ <label>Firefox</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
<bounce_count>2</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
+ <nb_visits_converted>2</nb_visits_converted>
<sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/browsers/UNK.gif</logo>
+ <logo>plugins/DevicesDetection/images/browsers/FF.gif</logo>
</row>
<row>
<label>Chrome Mobile</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getConfiguration_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getConfiguration_month.xml
index 75d278b51b..de82b8409f 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getConfiguration_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getConfiguration_month.xml
@@ -45,6 +45,17 @@
<sum_daily_nb_users>1</sum_daily_nb_users>
</row>
<row>
+ <label>Unknown / Unknown / unknown</label>
+ <nb_visits>3</nb_visits>
+ <nb_actions>3</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>3</bounce_count>
+ <nb_visits_converted>0</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>3</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ </row>
+ <row>
<label>Android / Android Browser / unknown</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
@@ -111,13 +122,13 @@
<sum_daily_nb_users>0</sum_daily_nb_users>
</row>
<row>
- <label>Unknown / Unknown / unknown</label>
+ <label>Mac / Unknown / unknown</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
<bounce_count>1</bounce_count>
- <nb_visits_converted>0</nb_visits_converted>
+ <nb_visits_converted>1</nb_visits_converted>
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
</row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguageCode_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguageCode_month.xml
index 8d4b8d074e..3acd2a06f0 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguageCode_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguageCode_month.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>Unknown (xx)</label>
- <nb_visits>31</nb_visits>
- <nb_actions>36</nb_actions>
+ <nb_visits>34</nb_visits>
+ <nb_actions>39</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>550</sum_visit_length>
- <bounce_count>27</bounce_count>
- <nb_visits_converted>29</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>30</sum_daily_nb_uniq_visitors>
+ <bounce_count>30</bounce_count>
+ <nb_visits_converted>30</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>33</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>2</sum_daily_nb_users>
</row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguage_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguage_month.xml
index 3ed6ff7309..6405f7bd2d 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguage_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getLanguage_month.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>Unknown</label>
- <nb_visits>31</nb_visits>
- <nb_actions>36</nb_actions>
+ <nb_visits>34</nb_visits>
+ <nb_actions>39</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>550</sum_visit_length>
- <bounce_count>27</bounce_count>
- <nb_visits_converted>29</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>30</sum_daily_nb_uniq_visitors>
+ <bounce_count>30</bounce_count>
+ <nb_visits_converted>30</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>33</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>2</sum_daily_nb_users>
</row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getMobileVsDesktop_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getMobileVsDesktop_month.xml
index e838256d3f..9e7d544aec 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getMobileVsDesktop_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getMobileVsDesktop_month.xml
@@ -2,17 +2,29 @@
<result>
<row>
<label>Desktop</label>
- <nb_visits>26</nb_visits>
- <nb_actions>30</nb_actions>
+ <nb_visits>27</nb_visits>
+ <nb_actions>31</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>548</sum_visit_length>
- <bounce_count>23</bounce_count>
- <nb_visits_converted>25</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>25</sum_daily_nb_uniq_visitors>
+ <bounce_count>24</bounce_count>
+ <nb_visits_converted>26</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>26</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>1</sum_daily_nb_users>
<logo>plugins/DevicesDetection/images/screens/normal.gif</logo>
</row>
<row>
+ <label>Unknown</label>
+ <nb_visits>4</nb_visits>
+ <nb_actions>4</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>4</bounce_count>
+ <nb_visits_converted>1</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>4</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ <logo>plugins/DevicesDetection/images/screens/unknown.gif</logo>
+ </row>
+ <row>
<label>Smartphone</label>
<nb_visits>3</nb_visits>
<nb_actions>4</nb_actions>
@@ -25,18 +37,6 @@
<logo>plugins/DevicesDetection/images/screens/smartphone.png</logo>
</row>
<row>
- <label>Unknown</label>
- <nb_visits>2</nb_visits>
- <nb_actions>2</nb_actions>
- <max_actions>1</max_actions>
- <sum_visit_length>0</sum_visit_length>
- <bounce_count>2</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/screens/unknown.gif</logo>
- </row>
- <row>
<label>Tablet</label>
<nb_visits>0</nb_visits>
<logo>plugins/DevicesDetection/images/screens/tablet.png</logo>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml
index cfa8579474..6837e44818 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
+ <label>Mac</label>
+ <nb_visits>9</nb_visits>
+ <nb_actions>12</nb_actions>
+ <max_actions>3</max_actions>
+ <sum_visit_length>306</sum_visit_length>
+ <bounce_count>7</bounce_count>
+ <nb_visits_converted>8</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>8</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>1</sum_daily_nb_users>
+ <logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
+ </row>
+ <row>
<label>GNU/Linux</label>
<nb_visits>8</nb_visits>
<nb_actions>8</nb_actions>
@@ -13,18 +25,6 @@
<logo>plugins/DevicesDetection/images/os/LIN.gif</logo>
</row>
<row>
- <label>Mac</label>
- <nb_visits>8</nb_visits>
- <nb_actions>11</nb_actions>
- <max_actions>3</max_actions>
- <sum_visit_length>306</sum_visit_length>
- <bounce_count>6</bounce_count>
- <nb_visits_converted>7</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>7</sum_daily_nb_uniq_visitors>
- <sum_daily_nb_users>1</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
- </row>
- <row>
<label>Windows</label>
<nb_visits>10</nb_visits>
<nb_actions>11</nb_actions>
@@ -49,25 +49,25 @@
<logo>plugins/DevicesDetection/images/os/AND.gif</logo>
</row>
<row>
- <label>Bot</label>
- <nb_visits>1</nb_visits>
- <nb_actions>1</nb_actions>
+ <label>Unknown</label>
+ <nb_visits>3</nb_visits>
+ <nb_actions>3</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
- <bounce_count>1</bounce_count>
- <nb_visits_converted>1</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <bounce_count>3</bounce_count>
+ <nb_visits_converted>0</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>3</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
<logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
</row>
<row>
- <label>Unknown</label>
+ <label>Bot</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
<bounce_count>1</bounce_count>
- <nb_visits_converted>0</nb_visits_converted>
+ <nb_visits_converted>1</nb_visits_converted>
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
<logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOS_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOS_month.xml
index 636ccfdeb7..06b7964798 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOS_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOS_month.xml
@@ -37,6 +37,18 @@
<logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
</row>
<row>
+ <label>Unknown</label>
+ <nb_visits>3</nb_visits>
+ <nb_actions>3</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>3</bounce_count>
+ <nb_visits_converted>0</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>3</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ <logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
+ </row>
+ <row>
<label>Android 2.3</label>
<nb_visits>2</nb_visits>
<nb_actions>2</nb_actions>
@@ -97,7 +109,7 @@
<logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
</row>
<row>
- <label>Mac 10.8</label>
+ <label>Mac</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
<max_actions>1</max_actions>
@@ -109,16 +121,16 @@
<logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
</row>
<row>
- <label>Unknown</label>
+ <label>Mac 10.8</label>
<nb_visits>1</nb_visits>
<nb_actions>1</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
<bounce_count>1</bounce_count>
- <nb_visits_converted>0</nb_visits_converted>
+ <nb_visits_converted>1</nb_visits_converted>
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <logo>plugins/DevicesDetection/images/os/UNK.gif</logo>
+ <logo>plugins/DevicesDetection/images/os/MAC.gif</logo>
</row>
<row>
<label>Windows</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getPlugin_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getPlugin_month.xml
index a96d5feb81..94bb890a25 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getPlugin_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getPlugin_month.xml
@@ -3,19 +3,19 @@
<row>
<label>Cookie</label>
<nb_visits>2</nb_visits>
- <nb_visits_percentage>8%</nb_visits_percentage>
+ <nb_visits_percentage>7%</nb_visits_percentage>
<logo>plugins/UserSettings/images/plugins/cookie.gif</logo>
</row>
<row>
<label>Flash</label>
<nb_visits>2</nb_visits>
- <nb_visits_percentage>8%</nb_visits_percentage>
+ <nb_visits_percentage>7%</nb_visits_percentage>
<logo>plugins/UserSettings/images/plugins/flash.gif</logo>
</row>
<row>
<label>Java</label>
<nb_visits>2</nb_visits>
- <nb_visits_percentage>8%</nb_visits_percentage>
+ <nb_visits_percentage>7%</nb_visits_percentage>
<logo>plugins/UserSettings/images/plugins/java.gif</logo>
</row>
<row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getResolution_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getResolution_month.xml
index 378996fabc..a8dc2aedb4 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getResolution_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getResolution_month.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>unknown</label>
- <nb_visits>29</nb_visits>
- <nb_actions>34</nb_actions>
+ <nb_visits>32</nb_visits>
+ <nb_actions>37</nb_actions>
<max_actions>3</max_actions>
<sum_visit_length>550</sum_visit_length>
- <bounce_count>25</bounce_count>
- <nb_visits_converted>27</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>28</sum_daily_nb_uniq_visitors>
+ <bounce_count>28</bounce_count>
+ <nb_visits_converted>28</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>31</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>2</sum_daily_nb_users>
</row>
<row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getByDayOfWeek_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getByDayOfWeek_month.xml
index 4de7a18047..ff49f519f0 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getByDayOfWeek_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getByDayOfWeek_month.xml
@@ -23,13 +23,13 @@
</row>
<row>
<label>Thursday</label>
- <nb_visits>10</nb_visits>
- <nb_uniq_visitors>10</nb_uniq_visitors>
- <nb_actions>11</nb_actions>
+ <nb_visits>11</nb_visits>
+ <nb_uniq_visitors>11</nb_uniq_visitors>
+ <nb_actions>12</nb_actions>
<nb_users>0</nb_users>
<sum_visit_length>242</sum_visit_length>
- <bounce_count>9</bounce_count>
- <nb_visits_converted>10</nb_visits_converted>
+ <bounce_count>10</bounce_count>
+ <nb_visits_converted>11</nb_visits_converted>
<day_of_week>4</day_of_week>
</row>
<row>
@@ -56,7 +56,13 @@
</row>
<row>
<label>Sunday</label>
- <nb_visits>0</nb_visits>
+ <nb_visits>2</nb_visits>
+ <nb_uniq_visitors>2</nb_uniq_visitors>
+ <nb_actions>2</nb_actions>
+ <nb_users>0</nb_users>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>2</bounce_count>
+ <nb_visits_converted>0</nb_visits_converted>
<day_of_week>7</day_of_week>
</row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerLocalTime_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerLocalTime_month.xml
index dc841363a5..c46f15ceec 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerLocalTime_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerLocalTime_month.xml
@@ -13,13 +13,13 @@
</row>
<row>
<label>1h</label>
- <nb_visits>0</nb_visits>
- <nb_actions>0</nb_actions>
- <max_actions>0</max_actions>
+ <nb_visits>1</nb_visits>
+ <nb_actions>1</nb_actions>
+ <max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
- <bounce_count>0</bounce_count>
- <nb_visits_converted>0</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>0</sum_daily_nb_uniq_visitors>
+ <bounce_count>1</bounce_count>
+ <nb_visits_converted>1</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
</row>
<row>
@@ -255,13 +255,13 @@
</row>
<row>
<label>23h</label>
- <nb_visits>0</nb_visits>
- <nb_actions>0</nb_actions>
- <max_actions>0</max_actions>
+ <nb_visits>2</nb_visits>
+ <nb_actions>2</nb_actions>
+ <max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
- <bounce_count>0</bounce_count>
+ <bounce_count>2</bounce_count>
<nb_visits_converted>0</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>0</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
</row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerServerTime_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerServerTime_month.xml
index 144d6c4221..78e6f4a198 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerServerTime_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitTime.getVisitInformationPerServerTime_month.xml
@@ -13,14 +13,23 @@
</row>
<row>
<label>1h</label>
- <nb_visits>0</nb_visits>
- <nb_actions>0</nb_actions>
- <max_actions>0</max_actions>
+ <nb_visits>1</nb_visits>
+ <nb_actions>1</nb_actions>
+ <max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
- <bounce_count>0</bounce_count>
+ <bounce_count>1</bounce_count>
<nb_visits_converted>0</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>0</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
+ <goals>
+ <row idgoal='1'>
+ <nb_conversions>1</nb_conversions>
+ <nb_visits_converted>1</nb_visits_converted>
+ <revenue>5</revenue>
+ </row>
+ </goals>
+ <nb_conversions>1</nb_conversions>
+ <revenue>5</revenue>
</row>
<row>
<label>2h</label>
@@ -363,13 +372,13 @@
</row>
<row>
<label>23h</label>
- <nb_visits>0</nb_visits>
- <nb_actions>0</nb_actions>
- <max_actions>0</max_actions>
+ <nb_visits>2</nb_visits>
+ <nb_actions>2</nb_actions>
+ <max_actions>1</max_actions>
<sum_visit_length>0</sum_visit_length>
- <bounce_count>0</bounce_count>
+ <bounce_count>2</bounce_count>
<nb_visits_converted>0</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>0</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
</row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_month.xml
index 005a1842ab..08e1ba1474 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_month.xml
@@ -2,7 +2,7 @@
<result>
<row>
<label>New visits</label>
- <nb_visits>29</nb_visits>
+ <nb_visits>32</nb_visits>
</row>
<row>
<label>0 days</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml
index a66c195749..6ed9ca578e 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml
@@ -2,7 +2,7 @@
<result>
<row>
<label>New visits</label>
- <nb_visits>33</nb_visits>
+ <nb_visits>36</nb_visits>
</row>
<row>
<label>0 days</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_month.xml
index dcd45b3a61..e841131a55 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_month.xml
@@ -2,7 +2,7 @@
<result>
<row>
<label>1 visit</label>
- <nb_visits>31</nb_visits>
+ <nb_visits>34</nb_visits>
<nb_visits_percentage>100%</nb_visits_percentage>
</row>
<row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_range.xml
index 768a0961d2..debbd57d3c 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsByVisitCount_range.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>1 visit</label>
- <nb_visits>37</nb_visits>
- <nb_visits_percentage>84%</nb_visits_percentage>
+ <nb_visits>40</nb_visits>
+ <nb_visits_percentage>85%</nb_visits_percentage>
</row>
<row>
<label>2 visits</label>
<nb_visits>2</nb_visits>
- <nb_visits_percentage>5%</nb_visits_percentage>
+ <nb_visits_percentage>4%</nb_visits_percentage>
</row>
<row>
<label>3 visits</label>
@@ -23,7 +23,7 @@
<row>
<label>5 visits</label>
<nb_visits>2</nb_visits>
- <nb_visits_percentage>5%</nb_visits_percentage>
+ <nb_visits_percentage>4%</nb_visits_percentage>
</row>
<row>
<label>6 visits</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_month.xml
index c00b8e2c50..a564cebf19 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_month.xml
@@ -2,7 +2,7 @@
<result>
<row>
<label>1 page</label>
- <nb_visits>27</nb_visits>
+ <nb_visits>30</nb_visits>
</row>
<row>
<label>2 pages</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_range.xml
index 95adfb7f9a..1680ea4edd 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerPage_range.xml
@@ -2,7 +2,7 @@
<result>
<row>
<label>1 page</label>
- <nb_visits>36</nb_visits>
+ <nb_visits>39</nb_visits>
</row>
<row>
<label>2 pages</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml
index 1f6410e079..c6fee8cb76 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml
@@ -2,7 +2,7 @@
<result>
<row>
<label>0-10s</label>
- <nb_visits>28</nb_visits>
+ <nb_visits>31</nb_visits>
</row>
<row>
<label>11-30s</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml
index c53cacde6f..06c5465555 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml
@@ -2,7 +2,7 @@
<result>
<row>
<label>0-10s</label>
- <nb_visits>38</nb_visits>
+ <nb_visits>41</nb_visits>
</row>
<row>
<label>11-30s</label>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getActions_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getActions_month.xml
index 8af80c337f..f24432d1a4 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getActions_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getActions_month.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result>36</result> \ No newline at end of file
+<result>39</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getBounceCount_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getBounceCount_month.xml
index 40bd2e592a..3fb9469667 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getBounceCount_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getBounceCount_month.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result>27</result> \ No newline at end of file
+<result>30</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getUniqueVisitors_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getUniqueVisitors_month.xml
index 3fb9469667..95aa700980 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getUniqueVisitors_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getUniqueVisitors_month.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result>30</result> \ No newline at end of file
+<result>33</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisitsConverted_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisitsConverted_month.xml
index 46af1425a3..3fb9469667 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisitsConverted_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisitsConverted_month.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result>29</result> \ No newline at end of file
+<result>30</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisits_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisits_month.xml
index 51c650b8b2..5c61a82137 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisits_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.getVisits_month.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result>31</result> \ No newline at end of file
+<result>34</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml
index 1772684d5e..dafccfd4dd 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
- <nb_uniq_visitors>30</nb_uniq_visitors>
+ <nb_uniq_visitors>33</nb_uniq_visitors>
<nb_users>2</nb_users>
- <nb_visits>31</nb_visits>
- <nb_actions>36</nb_actions>
- <nb_visits_converted>29</nb_visits_converted>
- <bounce_count>27</bounce_count>
+ <nb_visits>34</nb_visits>
+ <nb_actions>39</nb_actions>
+ <nb_visits_converted>30</nb_visits_converted>
+ <bounce_count>30</bounce_count>
<sum_visit_length>550</sum_visit_length>
<max_actions>3</max_actions>
- <bounce_rate>87%</bounce_rate>
- <nb_actions_per_visit>1.2</nb_actions_per_visit>
- <avg_time_on_site>18</avg_time_on_site>
+ <bounce_rate>88%</bounce_rate>
+ <nb_actions_per_visit>1.1</nb_actions_per_visit>
+ <avg_time_on_site>16</avg_time_on_site>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs_withEnhancedAndLast7__MultiSites.getAll_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs_withEnhancedAndLast7__MultiSites.getAll_month.xml
index bce2027e1c..96ce816d2e 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs_withEnhancedAndLast7__MultiSites.getAll_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs_withEnhancedAndLast7__MultiSites.getAll_month.xml
@@ -3,11 +3,11 @@
<result date="2012-08">
<row>
<label>Piwik test</label>
- <nb_visits>31</nb_visits>
- <nb_actions>36</nb_actions>
- <nb_pageviews>32</nb_pageviews>
- <revenue>145</revenue>
- <nb_conversions>29</nb_conversions>
+ <nb_visits>34</nb_visits>
+ <nb_actions>39</nb_actions>
+ <nb_pageviews>33</nb_pageviews>
+ <revenue>150</revenue>
+ <nb_conversions>30</nb_conversions>
<visits_evolution>100%</visits_evolution>
<actions_evolution>100%</actions_evolution>
<pageviews_evolution>100%</pageviews_evolution>
@@ -42,11 +42,11 @@
<nb_pageviews>10</nb_pageviews>
<revenue>5</revenue>
<nb_conversions>1</nb_conversions>
- <visits_evolution>-96.8%</visits_evolution>
- <actions_evolution>-72.2%</actions_evolution>
- <pageviews_evolution>-68.8%</pageviews_evolution>
- <revenue_evolution>-96.6%</revenue_evolution>
- <nb_conversions_evolution>-96.6%</nb_conversions_evolution>
+ <visits_evolution>-97.1%</visits_evolution>
+ <actions_evolution>-74.4%</actions_evolution>
+ <pageviews_evolution>-69.7%</pageviews_evolution>
+ <revenue_evolution>-96.7%</revenue_evolution>
+ <nb_conversions_evolution>-96.7%</nb_conversions_evolution>
<group />
<main_url>http://piwik.net</main_url>
<idsite>1</idsite>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml
index 664c8bf45f..fd996cde0c 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml
@@ -34,8 +34,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -49,8 +47,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>search</referrerType>
+ <referrerTypeName>Search Engines</referrerTypeName>
+ <referrerName>Yahoo!</referrerName>
+ <referrerKeyword>purchase</referrerKeyword>
+ <referrerKeywordPosition />
+ <referrerUrl>http://search.yahoo.com/search?p=purchase</referrerUrl>
+ <referrerSearchEngineUrl>http://search.yahoo.com</referrerSearchEngineUrl>
+ <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/search.yahoo.com.png</referrerSearchEngineIcon>
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
+ </row>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -63,18 +80,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>search</referrerType>
- <referrerTypeName>Search Engines</referrerTypeName>
- <referrerName>Yahoo!</referrerName>
- <referrerKeyword>purchase</referrerKeyword>
- <referrerKeywordPosition />
- <referrerUrl>http://search.yahoo.com/search?p=purchase</referrerUrl>
- <referrerSearchEngineUrl>http://search.yahoo.com</referrerSearchEngineUrl>
- <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/search.yahoo.com.png</referrerSearchEngineIcon>
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -86,20 +91,15 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -220,8 +220,6 @@
- <searches>1</searches>
- <actions>8</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -235,8 +233,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>1621</visitDuration>
<visitDurationPretty>27 min 1s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>1</searches>
+ <actions>8</actions>
+ <referrerType>website</referrerType>
+ <referrerTypeName>Websites</referrerTypeName>
+ <referrerName>referrer.com</referrerName>
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl>http://referrer.com/page.htm?param=valuewith some spaces</referrerUrl>
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
+ </row>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -249,18 +266,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>website</referrerType>
- <referrerTypeName>Websites</referrerTypeName>
- <referrerName>referrer.com</referrerName>
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl>http://referrer.com/page.htm?param=valuewith some spaces</referrerUrl>
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -272,20 +277,15 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>1024x768</resolution>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml
index 4baa370d70..4f1db44f3d 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml
@@ -23,8 +23,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -38,8 +36,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>search</referrerType>
+ <referrerTypeName>Moteurs de recherche</referrerTypeName>
+ <referrerName>Google</referrerName>
+ <referrerKeyword>&lt;&gt;&amp;\&quot;the pdo extension is required for this adapter but the extension is not loaded</referrerKeyword>
+ <referrerKeywordPosition>4</referrerKeywordPosition>
+ <referrerUrl>http://www.google.com.vn/search?q=%3C%3E%26%5C%22the+pdo+extension+is+required+for+this+adapter+but+the+extension+is+not+loaded</referrerUrl>
+ <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
+ <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
+ </row>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Inconnu</deviceType>
<operatingSystem>Bot</operatingSystem>
<operatingSystemCode>BOT</operatingSystemCode>
@@ -52,18 +69,6 @@
<browserCode>UNK</browserCode>
<browserVersion />
<events>0</events>
- <provider>Inconnu</provider>
- <providerName>Inconnu</providerName>
- <providerUrl />
- <referrerType>search</referrerType>
- <referrerTypeName>Moteurs de recherche</referrerTypeName>
- <referrerName>Google</referrerName>
- <referrerKeyword>&lt;&gt;&amp;\&quot;the pdo extension is required for this adapter but the extension is not loaded</referrerKeyword>
- <referrerKeywordPosition>4</referrerKeywordPosition>
- <referrerUrl>http://www.google.com.vn/search?q=%3C%3E%26%5C%22the+pdo+extension+is+required+for+this+adapter+but+the+extension+is+not+loaded</referrerUrl>
- <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
- <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -75,20 +80,15 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Inconnu</provider>
+ <providerName>Inconnu</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -128,8 +128,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -143,8 +141,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>1084</visitDuration>
<visitDurationPretty>18 min 4s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>search</referrerType>
+ <referrerTypeName>Moteurs de recherche</referrerTypeName>
+ <referrerName>Google</referrerName>
+ <referrerKeyword>Mot-clé indéfini</referrerKeyword>
+ <referrerKeywordPosition>1</referrerKeywordPosition>
+ <referrerUrl>http://piwik.org/faq/general/#faq_144</referrerUrl>
+ <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
+ <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
+ </row>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Inconnu</deviceType>
<operatingSystem>Bot</operatingSystem>
<operatingSystemCode>BOT</operatingSystemCode>
@@ -157,18 +174,6 @@
<browserCode>UNK</browserCode>
<browserVersion />
<events>0</events>
- <provider>Inconnu</provider>
- <providerName>Inconnu</providerName>
- <providerUrl />
- <referrerType>search</referrerType>
- <referrerTypeName>Moteurs de recherche</referrerTypeName>
- <referrerName>Google</referrerName>
- <referrerKeyword>Mot-clé indéfini</referrerKeyword>
- <referrerKeywordPosition>1</referrerKeywordPosition>
- <referrerUrl>http://piwik.org/faq/general/#faq_144</referrerUrl>
- <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
- <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -180,20 +185,15 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Inconnu</provider>
+ <providerName>Inconnu</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>1024x768</resolution>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
index 3953a817fb..3e66d5f8ab 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
@@ -28,8 +28,6 @@
<visitServerHour>10</visitServerHour>
<lastActionTimestamp>1365328800</lastActionTimestamp>
<lastActionDateTime>2013-04-07 10:00:00</lastActionDateTime>
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -43,8 +41,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows Vista</operatingSystem>
<operatingSystemCode>WVI</operatingSystemCode>
@@ -57,18 +65,6 @@
<browserCode>IE</browserCode>
<browserVersion>7.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -80,11 +76,15 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins />
- <pluginsIcons />
<visitLocalTime>10:00:00</visitLocalTime>
<visitLocalHour>10</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
<serverTimestamp>1365328800</serverTimestamp>
<serverTimePretty>10:00:00</serverTimePretty>
<serverDatePretty>Sun 7 Apr</serverDatePretty>
@@ -119,8 +119,6 @@
<visitServerHour>11</visitServerHour>
<lastActionTimestamp>1365246000</lastActionTimestamp>
<lastActionDateTime>2013-04-06 11:00:00</lastActionDateTime>
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -134,8 +132,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows Vista</operatingSystem>
<operatingSystemCode>WVI</operatingSystemCode>
@@ -148,18 +156,6 @@
<browserCode>IE</browserCode>
<browserVersion>7.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -171,11 +167,15 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins />
- <pluginsIcons />
<visitLocalTime>11:00:00</visitLocalTime>
<visitLocalHour>11</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
<serverTimestamp>1365246000</serverTimestamp>
<serverTimePretty>11:00:00</serverTimePretty>
<serverDatePretty>Sat 6 Apr</serverDatePretty>
@@ -210,8 +210,6 @@
<visitServerHour>12</visitServerHour>
<lastActionTimestamp>1365163200</lastActionTimestamp>
<lastActionDateTime>2013-04-05 12:00:00</lastActionDateTime>
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -225,8 +223,18 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins />
+ <pluginsIcons />
<deviceType>Desktop</deviceType>
<operatingSystem>Windows Vista</operatingSystem>
<operatingSystemCode>WVI</operatingSystemCode>
@@ -239,18 +247,6 @@
<browserCode>IE</browserCode>
<browserVersion>7.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>unknown</resolution>
<continent>Unknown</continent>
<continentCode>unk</continentCode>
<country>Unknown</country>
@@ -262,11 +258,15 @@
<location>Unknown</location>
<latitude />
<longitude />
- <plugins />
- <pluginsIcons />
<visitLocalTime>12:00:00</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>unknown</resolution>
<serverTimestamp>1365163200</serverTimestamp>
<serverTimePretty>12:00:00</serverTimePretty>
<serverDatePretty>Fri 5 Apr</serverDatePretty>
diff --git a/tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml
index d37012289b..9569ea3571 100644
--- a/tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml
@@ -23,8 +23,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -38,8 +36,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
- </customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
+ </row>
+ <row>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
+ </row>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -52,18 +69,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -75,20 +80,15 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
- </row>
- <row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
- </row>
- </pluginsIcons>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
+ </customVariables>
+ <resolution>1024x768</resolution>
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions__Live.getLastVisitsDetails_year.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions__Live.getLastVisitsDetails_year.xml
index 631793f274..6f92f55c71 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions__Live.getLastVisitsDetails_year.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions__Live.getLastVisitsDetails_year.xml
@@ -2,82 +2,82 @@
<result>
<row>
<lastActionDateTime>2010-01-12 11:37:33</lastActionDateTime>
- <actions>5</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>5</actions>
<referrerType>campaign</referrerType>
<referrerName>goal-matching-url-parameter</referrerName>
+ <events>0</events>
</row>
<row>
<lastActionDateTime>2010-01-11 11:37:33</lastActionDateTime>
- <actions>5</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>5</actions>
<referrerType>website</referrerType>
<referrerName>referrer.com</referrerName>
+ <events>0</events>
</row>
<row>
<lastActionDateTime>2010-01-10 11:37:33</lastActionDateTime>
- <actions>5</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>5</actions>
<referrerType>website</referrerType>
<referrerName>referrer.com</referrerName>
+ <events>0</events>
</row>
<row>
<lastActionDateTime>2010-01-09 11:37:33</lastActionDateTime>
- <actions>5</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>5</actions>
<referrerType>website</referrerType>
<referrerName>referrer.com</referrerName>
+ <events>0</events>
</row>
<row>
<lastActionDateTime>2010-01-08 11:37:33</lastActionDateTime>
- <actions>5</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>5</actions>
<referrerType>website</referrerType>
<referrerName>referrer.com</referrerName>
+ <events>0</events>
</row>
<row>
<lastActionDateTime>2010-01-07 11:37:33</lastActionDateTime>
- <actions>5</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>5</actions>
<referrerType>campaign</referrerType>
<referrerName>goal-matching-url-parameter</referrerName>
+ <events>0</events>
</row>
<row>
<lastActionDateTime>2010-01-06 11:37:33</lastActionDateTime>
- <actions>5</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>5</actions>
<referrerType>campaign</referrerType>
<referrerName>goal-matching-url-parameter</referrerName>
+ <events>0</events>
</row>
<row>
<lastActionDateTime>2010-01-05 11:37:33</lastActionDateTime>
- <actions>5</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>5</actions>
<referrerType>campaign</referrerType>
<referrerName>goal-matching-url-parameter</referrerName>
+ <events>0</events>
</row>
<row>
<lastActionDateTime>2010-01-04 00:01:00</lastActionDateTime>
- <actions>2</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>2</actions>
<referrerType>website</referrerType>
<referrerName>referrer.com</referrerName>
+ <events>0</events>
</row>
<row>
<lastActionDateTime>2010-01-03 12:22:33</lastActionDateTime>
- <actions>1</actions>
<visitConverted>1</visitConverted>
- <events>0</events>
+ <actions>1</actions>
<referrerType>direct</referrerType>
<referrerName />
+ <events>0</events>
</row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_csv__ScheduledReports.generateReport_month.original.csv b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_csv__ScheduledReports.generateReport_month.original.csv
index 67b84fe8b9..18ea02d6f8 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_csv__ScheduledReports.generateReport_month.original.csv
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_csv__ScheduledReports.generateReport_month.original.csv
@@ -219,13 +219,13 @@ No data available
Country
label,nb_visits,nb_actions,nb_actions_per_visit,avg_time_on_site,bounce_rate,revenue
-Unknown,8,40,5,00:15:01,0%,$ 0
-France,2,3,1.5,00:03:01,50%,$ 0
+Unknown,9,41,4.6,00:13:21,11%,$ 0
+France,1,2,2,00:06:01,0%,$ 0
Continent
label,nb_visits,nb_actions,nb_actions_per_visit,avg_time_on_site,bounce_rate,revenue
-Unknown,8,40,5,00:15:01,0%,$ 0
-Europe,2,3,1.5,00:03:01,50%,$ 0
+Unknown,9,41,4.6,00:13:21,11%,$ 0
+Europe,1,2,2,00:06:01,0%,$ 0
Region
label,nb_visits,nb_actions,nb_actions_per_visit,avg_time_on_site,bounce_rate,revenue
@@ -322,16 +322,16 @@ Device brand
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,10,43,0%,4.3,00:12:37,10%
+Device model
+label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
+Unknown,10,43,0%,4.3,00:12:37,10%
+
Browser version
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,8,40,0%,5,00:15:01,0%
Firefox 3.6,1,2,0%,2,00:06:01,0%
Opera 9.63,1,1,0%,1,00:00:00,100%
-Device model
-label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
-Unknown,10,43,0%,4.3,00:12:37,10%
-
Operating System families
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,8,40,0%,5,00:15:01,0%
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html
index b8846f762c..383d408ca5 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html
@@ -285,13 +285,13 @@
</a>
</li>
<li>
- <a href="#DevicesDetection_getBrowserVersions" style="text-decoration:none; color: rgb(68,68,68);">
- Browser version
+ <a href="#DevicesDetection_getModel" style="text-decoration:none; color: rgb(68,68,68);">
+ Device model
</a>
</li>
<li>
- <a href="#DevicesDetection_getModel" style="text-decoration:none; color: rgb(68,68,68);">
- Device model
+ <a href="#DevicesDetection_getBrowserVersions" style="text-decoration:none; color: rgb(68,68,68);">
+ Browser version
</a>
</li>
<li>
@@ -3488,19 +3488,19 @@
&nbsp;
Unknown </td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 8
+ 9
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 40
+ 41
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 5
+ 4.6
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 00:15:01
+ 00:13:21
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 0%
+ 11%
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
$ 0
@@ -3513,19 +3513,19 @@
&nbsp;
France </td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 2
+ 1
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 3
+ 2
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 1.5
+ 2
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 00:03:01
+ 00:06:01
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 50%
+ 0%
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
$ 0
@@ -3573,19 +3573,19 @@
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
Unknown </td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 8
+ 9
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 40
+ 41
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 5
+ 4.6
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 00:15:01
+ 00:13:21
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 0%
+ 11%
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
$ 0
@@ -3596,19 +3596,19 @@
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
Europe </td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 2
+ 1
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 3
+ 2
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 1.5
+ 2
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 00:03:01
+ 00:06:01
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 50%
+ 0%
</td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
$ 0
@@ -4683,6 +4683,66 @@
<a style="text-decoration:none; color: rgb(126,115,99); font-size: 9pt;" href="#reportTop">
Back to top
</a>
+<h2 id="DevicesDetection_getModel" style="color: rgb(126,115,99); font-size: 11pt;">
+ Device model
+</h2>
+
+
+
+ <table style="border-collapse:collapse; margin-left: 5px;">
+ <thead style="background-color: rgb(228,226,215); color: rgb(37,87,146); font-size: 11pt;">
+ <th style="padding: 6px 0;">
+ &nbsp;Device model&nbsp;&nbsp;
+ </th>
+ <th style="padding: 6px 0;">
+ &nbsp;Visits&nbsp;&nbsp;
+ </th>
+ <th style="padding: 6px 0;">
+ &nbsp;Actions&nbsp;&nbsp;
+ </th>
+ <th style="padding: 6px 0;">
+ &nbsp;Actions per Visit&nbsp;&nbsp;
+ </th>
+ <th style="padding: 6px 0;">
+ &nbsp;Avg. Time on Website&nbsp;&nbsp;
+ </th>
+ <th style="padding: 6px 0;">
+ &nbsp;Bounce Rate&nbsp;&nbsp;
+ </th>
+ <th style="padding: 6px 0;">
+ &nbsp;Conversion Rate&nbsp;&nbsp;
+ </th>
+ </thead>
+ <tbody>
+
+ <tr style="">
+ <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
+ Unknown </td>
+ <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
+ 10
+ </td>
+ <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
+ 43
+ </td>
+ <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
+ 4.3
+ </td>
+ <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
+ 00:12:37
+ </td>
+ <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
+ 10%
+ </td>
+ <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
+ 0%
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <br/>
+ <a style="text-decoration:none; color: rgb(126,115,99); font-size: 9pt;" href="#reportTop">
+ Back to top
+ </a>
<h2 id="DevicesDetection_getBrowserVersions" style="color: rgb(126,115,99); font-size: 11pt;">
Browser version
</h2>
@@ -4795,66 +4855,6 @@
<a style="text-decoration:none; color: rgb(126,115,99); font-size: 9pt;" href="#reportTop">
Back to top
</a>
-<h2 id="DevicesDetection_getModel" style="color: rgb(126,115,99); font-size: 11pt;">
- Device model
-</h2>
-
-
-
- <table style="border-collapse:collapse; margin-left: 5px;">
- <thead style="background-color: rgb(228,226,215); color: rgb(37,87,146); font-size: 11pt;">
- <th style="padding: 6px 0;">
- &nbsp;Device model&nbsp;&nbsp;
- </th>
- <th style="padding: 6px 0;">
- &nbsp;Visits&nbsp;&nbsp;
- </th>
- <th style="padding: 6px 0;">
- &nbsp;Actions&nbsp;&nbsp;
- </th>
- <th style="padding: 6px 0;">
- &nbsp;Actions per Visit&nbsp;&nbsp;
- </th>
- <th style="padding: 6px 0;">
- &nbsp;Avg. Time on Website&nbsp;&nbsp;
- </th>
- <th style="padding: 6px 0;">
- &nbsp;Bounce Rate&nbsp;&nbsp;
- </th>
- <th style="padding: 6px 0;">
- &nbsp;Conversion Rate&nbsp;&nbsp;
- </th>
- </thead>
- <tbody>
-
- <tr style="">
- <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- Unknown </td>
- <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 10
- </td>
- <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 43
- </td>
- <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 4.3
- </td>
- <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 00:12:37
- </td>
- <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 10%
- </td>
- <td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- 0%
- </td>
- </tr>
- </tbody>
- </table>
- <br/>
- <a style="text-decoration:none; color: rgb(126,115,99); font-size: 9pt;" href="#reportTop">
- Back to top
- </a>
<h2 id="DevicesDetection_getOsFamilies" style="color: rgb(126,115,99); font-size: 11pt;">
Operating System families
</h2>
diff --git a/tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml
index 551c6e66c3..dea10c61f1 100644
--- a/tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml
@@ -15,8 +15,8 @@
</row>
</actionDetails>
<lastActionDateTime>2010-03-06 11:22:33</lastActionDateTime>
- <actions>1</actions>
<userId />
+ <actions>1</actions>
</row>
<row>
<idVisit>2</idVisit>
@@ -44,8 +44,8 @@
</row>
</actionDetails>
<lastActionDateTime>2010-03-06 11:28:33</lastActionDateTime>
- <actions>2</actions>
<userId />
+ <actions>2</actions>
</row>
<row>
<idVisit>3</idVisit>
@@ -84,8 +84,8 @@
</row>
</actionDetails>
<lastActionDateTime>2010-03-06 13:28:33</lastActionDateTime>
- <actions>3</actions>
<userId>email@example.com</userId>
+ <actions>3</actions>
</row>
<row>
<idVisit>4</idVisit>
@@ -102,8 +102,8 @@
</row>
</actionDetails>
<lastActionDateTime>2010-03-06 13:34:33</lastActionDateTime>
- <actions>1</actions>
<userId>new-email@example.com</userId>
+ <actions>1</actions>
</row>
<row>
<idVisit>5</idVisit>
@@ -157,8 +157,8 @@
</row>
</actionDetails>
<lastActionDateTime>2010-03-06 16:40:33</lastActionDateTime>
- <actions>2</actions>
<userId>new-email@example.com</userId>
+ <actions>2</actions>
</row>
<row>
<idVisit>6</idVisit>
@@ -175,8 +175,8 @@
</row>
</actionDetails>
<lastActionDateTime>2010-03-06 16:28:33</lastActionDateTime>
- <actions>1</actions>
<userId />
+ <actions>1</actions>
</row>
<row>
<idVisit>7</idVisit>
@@ -193,8 +193,8 @@
</row>
</actionDetails>
<lastActionDateTime>2010-03-14 11:22:33</lastActionDateTime>
- <actions>1</actions>
<userId>email@example.com</userId>
+ <actions>1</actions>
</row>
<row>
<idVisit>8</idVisit>
@@ -211,7 +211,7 @@
</row>
</actionDetails>
<lastActionDateTime>2010-03-14 11:46:33</lastActionDateTime>
- <actions>1</actions>
<userId>new-user-id@one-weeklater</userId>
+ <actions>1</actions>
</row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml
index a878da03dd..d2dc81ff53 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml
@@ -48,15 +48,14 @@
<avg_time_generation>Avg. generation time</avg_time_generation>
<nb_pages_per_search>Search Results pages</nb_pages_per_search>
<nb_hits_following_search>Clicked in search results</nb_hits_following_search>
- <nb_impressions>Impressions</nb_impressions>
- <nb_interactions>Interactions</nb_interactions>
- <interaction_rate>Interaction Rate</interaction_rate>
- <nb_events>Total events</nb_events>
- <sum_event_value>Total value</sum_event_value>
- <min_event_value>Minimum value</min_event_value>
- <max_event_value>Maximum value</max_event_value>
- <avg_event_value>Average value</avg_event_value>
- <nb_events_with_value>Events with a value</nb_events_with_value>
+ <visits_evolution>Visits Evolution</visits_evolution>
+ <actions_evolution>Actions Evolution</actions_evolution>
+ <pageviews_evolution>Pageviews Evolution</pageviews_evolution>
+ <revenue_evolution>Revenue Evolution</revenue_evolution>
+ <nb_conversions_evolution>Conversions Evolution</nb_conversions_evolution>
+ <orders_evolution>Ecommerce Orders Evolution</orders_evolution>
+ <ecommerce_revenue_evolution>Product Revenue Evolution</ecommerce_revenue_evolution>
+ <nb_visits_percentage>% Visits</nb_visits_percentage>
<orders>Ecommerce Orders</orders>
<ecommerce_revenue>Product Revenue</ecommerce_revenue>
<revenue_per_visit>Revenue per Visit</revenue_per_visit>
@@ -68,14 +67,12 @@
<revenue_shipping>Shipping</revenue_shipping>
<revenue_discount>Discount</revenue_discount>
<avg_order_revenue>Average Order Value</avg_order_revenue>
- <visits_evolution>Visits Evolution</visits_evolution>
- <actions_evolution>Actions Evolution</actions_evolution>
- <pageviews_evolution>Pageviews Evolution</pageviews_evolution>
- <revenue_evolution>Revenue Evolution</revenue_evolution>
- <nb_conversions_evolution>Conversions Evolution</nb_conversions_evolution>
- <orders_evolution>Ecommerce Orders Evolution</orders_evolution>
- <ecommerce_revenue_evolution>Product Revenue Evolution</ecommerce_revenue_evolution>
- <nb_visits_percentage>% Visits</nb_visits_percentage>
+ <nb_events>Total events</nb_events>
+ <sum_event_value>Total value</sum_event_value>
+ <min_event_value>Minimum value</min_event_value>
+ <max_event_value>Maximum value</max_event_value>
+ <avg_event_value>Average value</avg_event_value>
+ <nb_events_with_value>Events with a value</nb_events_with_value>
<nb_visits_returning>Returning Visits</nb_visits_returning>
<nb_actions_returning>Actions by Returning Visits</nb_actions_returning>
<avg_time_on_site_returning>Avg. Duration of a Returning Visit (in sec)</avg_time_on_site_returning>
@@ -83,5 +80,8 @@
<nb_actions_per_visit_returning>Avg. Actions per Returning Visit</nb_actions_per_visit_returning>
<nb_uniq_visitors_returning>Unique returning visitors</nb_uniq_visitors_returning>
<nb_users_returning>Returning Users</nb_users_returning>
+ <nb_impressions>Impressions</nb_impressions>
+ <nb_interactions>Interactions</nb_interactions>
+ <interaction_rate>Interaction Rate</interaction_rate>
</row>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
index 525999bee1..af33e3cf08 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
@@ -339,16 +339,16 @@
<nb_conversions>Conversions</nb_conversions>
<nb_visits_converted>Visits with Conversions</nb_visits_converted>
<revenue>Revenue</revenue>
- <nb_visits_returning>Returning Visits</nb_visits_returning>
- <nb_actions_returning>Actions by Returning Visits</nb_actions_returning>
- <nb_uniq_visitors_returning>Unique returning visitors</nb_uniq_visitors_returning>
- <nb_users_returning>Returning Users</nb_users_returning>
- <max_actions_returning>Maximum actions in one returning visit</max_actions_returning>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
<nb_visits>Visits</nb_visits>
<nb_users>Users</nb_users>
<nb_actions>Actions</nb_actions>
<max_actions>Maximum actions in one visit</max_actions>
+ <nb_visits_returning>Returning Visits</nb_visits_returning>
+ <nb_actions_returning>Actions by Returning Visits</nb_actions_returning>
+ <nb_uniq_visitors_returning>Unique returning visitors</nb_uniq_visitors_returning>
+ <nb_users_returning>Returning Users</nb_users_returning>
+ <max_actions_returning>Maximum actions in one returning visit</max_actions_returning>
</metrics>
<metricsDocumentation>
<nb_pageviews>The number of times this page was visited.</nb_pageviews>
@@ -371,12 +371,12 @@
<processedMetrics>
<avg_time_generation>Avg. generation time</avg_time_generation>
<conversion_rate>Conversion Rate</conversion_rate>
- <avg_time_on_site_returning>Avg. Duration of a Returning Visit (in sec)</avg_time_on_site_returning>
- <nb_actions_per_visit_returning>Avg. Actions per Returning Visit</nb_actions_per_visit_returning>
- <bounce_rate_returning>Bounce Rate for Returning Visits</bounce_rate_returning>
<bounce_rate>Bounce Rate</bounce_rate>
<nb_actions_per_visit>Actions per Visit</nb_actions_per_visit>
<avg_time_on_site>Avg. Visit Duration (in seconds)</avg_time_on_site>
+ <avg_time_on_site_returning>Avg. Duration of a Returning Visit (in sec)</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>Avg. Actions per Returning Visit</nb_actions_per_visit_returning>
+ <bounce_rate_returning>Bounce Rate for Returning Visits</bounce_rate_returning>
</processedMetrics>
<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=API&amp;apiAction=get&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphUrl>
<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=API&amp;apiAction=get&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
@@ -1865,10 +1865,10 @@
</row>
<row>
<category>Visitor Devices</category>
- <name>Device model</name>
+ <name>Browser version</name>
<module>DevicesDetection</module>
- <action>getModel</action>
- <dimension>Device model</dimension>
+ <action>getBrowserVersions</action>
+ <dimension>Browser version</dimension>
<metrics>
<nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
@@ -1887,16 +1887,16 @@
<bounce_rate>Bounce Rate</bounce_rate>
<conversion_rate>Conversion Rate</conversion_rate>
</processedMetrics>
- <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getModel&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
- <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getModel&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
- <uniqueId>DevicesDetection_getModel</uniqueId>
+ <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowserVersions&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
+ <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowserVersions&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
+ <uniqueId>DevicesDetection_getBrowserVersions</uniqueId>
</row>
<row>
<category>Visitor Devices</category>
- <name>Browser version</name>
+ <name>Device model</name>
<module>DevicesDetection</module>
- <action>getBrowserVersions</action>
- <dimension>Browser version</dimension>
+ <action>getModel</action>
+ <dimension>Device model</dimension>
<metrics>
<nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
@@ -1915,9 +1915,9 @@
<bounce_rate>Bounce Rate</bounce_rate>
<conversion_rate>Conversion Rate</conversion_rate>
</processedMetrics>
- <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowserVersions&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
- <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowserVersions&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
- <uniqueId>DevicesDetection_getBrowserVersions</uniqueId>
+ <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getModel&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
+ <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getModel&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
+ <uniqueId>DevicesDetection_getModel</uniqueId>
</row>
<row>
<category>Visitor Devices</category>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php b/tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php
index 008dacefe9..1cf48627eb 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php
@@ -1 +1 @@
-a:1:{i:0;a:82:{s:9:"nb_visits";s:6:"Visits";s:16:"nb_uniq_visitors";s:15:"Unique visitors";s:10:"nb_actions";s:7:"Actions";s:8:"nb_users";s:5:"Users";s:20:"nb_actions_per_visit";s:17:"Actions per Visit";s:16:"avg_time_on_site";s:20:"Avg. Time on Website";s:11:"bounce_rate";s:11:"Bounce Rate";s:15:"conversion_rate";s:15:"Conversion Rate";s:5:"label";s:5:"Label";s:4:"date";s:4:"Date";s:16:"avg_time_on_page";s:17:"Avg. time on page";s:14:"sum_time_spent";s:41:"Total time spent by visitors (in seconds)";s:16:"sum_visit_length";s:41:"Total time spent by visitors (in seconds)";s:12:"bounce_count";s:7:"Bounces";s:22:"bounce_count_returning";s:33:"Bounce Count for Returning Visits";s:11:"max_actions";s:28:"Maximum actions in one visit";s:21:"max_actions_returning";s:38:"Maximum actions in one returning visit";s:29:"nb_visits_converted_returning";s:36:"Number of converted returning visits";s:26:"sum_visit_length_returning";s:51:"Total time spent by returning visitors (in seconds)";s:19:"nb_visits_converted";s:23:"Visits with Conversions";s:14:"nb_conversions";s:11:"Conversions";s:7:"revenue";s:7:"Revenue";s:7:"nb_hits";s:9:"Pageviews";s:15:"entry_nb_visits";s:9:"Entrances";s:22:"entry_nb_uniq_visitors";s:16:"Unique entrances";s:14:"exit_nb_visits";s:5:"Exits";s:21:"exit_nb_uniq_visitors";s:12:"Unique exits";s:18:"entry_bounce_count";s:7:"Bounces";s:17:"exit_bounce_count";s:7:"Bounces";s:9:"exit_rate";s:9:"Exit rate";s:26:"sum_daily_nb_uniq_visitors";s:27:"Unique visitors (daily sum)";s:18:"sum_daily_nb_users";s:17:"Users (daily sum)";s:32:"sum_daily_entry_nb_uniq_visitors";s:28:"Unique entrances (daily sum)";s:31:"sum_daily_exit_nb_uniq_visitors";s:24:"Unique exits (daily sum)";s:16:"entry_nb_actions";s:27:"Actions after entering here";s:22:"entry_sum_visit_length";s:61:"Total time spent by visitors (in seconds) after entering here";s:12:"nb_pageviews";s:9:"Pageviews";s:17:"nb_uniq_pageviews";s:16:"Unique Pageviews";s:12:"nb_downloads";s:9:"Downloads";s:17:"nb_uniq_downloads";s:16:"Unique Downloads";s:11:"nb_outlinks";s:8:"Outlinks";s:16:"nb_uniq_outlinks";s:15:"Unique Outlinks";s:11:"nb_searches";s:8:"Searches";s:11:"nb_keywords";s:15:"Unique Keywords";s:19:"avg_time_generation";s:20:"Avg. generation time";s:19:"nb_pages_per_search";s:20:"Search Results pages";s:24:"nb_hits_following_search";s:25:"Clicked in search results";s:14:"nb_impressions";s:11:"Impressions";s:15:"nb_interactions";s:12:"Interactions";s:16:"interaction_rate";s:16:"Interaction Rate";s:9:"nb_events";s:12:"Total events";s:15:"sum_event_value";s:11:"Total value";s:15:"min_event_value";s:13:"Minimum value";s:15:"max_event_value";s:13:"Maximum value";s:15:"avg_event_value";s:13:"Average value";s:20:"nb_events_with_value";s:19:"Events with a value";s:6:"orders";s:16:"Ecommerce Orders";s:17:"ecommerce_revenue";s:15:"Product Revenue";s:17:"revenue_per_visit";s:17:"Revenue per Visit";s:8:"quantity";s:8:"Quantity";s:9:"avg_price";s:13:"Average Price";s:12:"avg_quantity";s:16:"Average Quantity";s:16:"revenue_subtotal";s:8:"Subtotal";s:11:"revenue_tax";s:3:"Tax";s:16:"revenue_shipping";s:8:"Shipping";s:16:"revenue_discount";s:8:"Discount";s:17:"avg_order_revenue";s:19:"Average Order Value";s:16:"visits_evolution";s:16:"Visits Evolution";s:17:"actions_evolution";s:17:"Actions Evolution";s:19:"pageviews_evolution";s:19:"Pageviews Evolution";s:17:"revenue_evolution";s:17:"Revenue Evolution";s:24:"nb_conversions_evolution";s:21:"Conversions Evolution";s:16:"orders_evolution";s:26:"Ecommerce Orders Evolution";s:27:"ecommerce_revenue_evolution";s:25:"Product Revenue Evolution";s:20:"nb_visits_percentage";s:8:"% Visits";s:19:"nb_visits_returning";s:16:"Returning Visits";s:20:"nb_actions_returning";s:27:"Actions by Returning Visits";s:26:"avg_time_on_site_returning";s:43:"Avg. Duration of a Returning Visit (in sec)";s:21:"bounce_rate_returning";s:32:"Bounce Rate for Returning Visits";s:30:"nb_actions_per_visit_returning";s:32:"Avg. Actions per Returning Visit";s:26:"nb_uniq_visitors_returning";s:25:"Unique returning visitors";s:18:"nb_users_returning";s:15:"Returning Users";}} \ No newline at end of file
+a:1:{i:0;a:82:{s:9:"nb_visits";s:6:"Visits";s:16:"nb_uniq_visitors";s:15:"Unique visitors";s:10:"nb_actions";s:7:"Actions";s:8:"nb_users";s:5:"Users";s:20:"nb_actions_per_visit";s:17:"Actions per Visit";s:16:"avg_time_on_site";s:20:"Avg. Time on Website";s:11:"bounce_rate";s:11:"Bounce Rate";s:15:"conversion_rate";s:15:"Conversion Rate";s:5:"label";s:5:"Label";s:4:"date";s:4:"Date";s:16:"avg_time_on_page";s:17:"Avg. time on page";s:14:"sum_time_spent";s:41:"Total time spent by visitors (in seconds)";s:16:"sum_visit_length";s:41:"Total time spent by visitors (in seconds)";s:12:"bounce_count";s:7:"Bounces";s:22:"bounce_count_returning";s:33:"Bounce Count for Returning Visits";s:11:"max_actions";s:28:"Maximum actions in one visit";s:21:"max_actions_returning";s:38:"Maximum actions in one returning visit";s:29:"nb_visits_converted_returning";s:36:"Number of converted returning visits";s:26:"sum_visit_length_returning";s:51:"Total time spent by returning visitors (in seconds)";s:19:"nb_visits_converted";s:23:"Visits with Conversions";s:14:"nb_conversions";s:11:"Conversions";s:7:"revenue";s:7:"Revenue";s:7:"nb_hits";s:9:"Pageviews";s:15:"entry_nb_visits";s:9:"Entrances";s:22:"entry_nb_uniq_visitors";s:16:"Unique entrances";s:14:"exit_nb_visits";s:5:"Exits";s:21:"exit_nb_uniq_visitors";s:12:"Unique exits";s:18:"entry_bounce_count";s:7:"Bounces";s:17:"exit_bounce_count";s:7:"Bounces";s:9:"exit_rate";s:9:"Exit rate";s:26:"sum_daily_nb_uniq_visitors";s:27:"Unique visitors (daily sum)";s:18:"sum_daily_nb_users";s:17:"Users (daily sum)";s:32:"sum_daily_entry_nb_uniq_visitors";s:28:"Unique entrances (daily sum)";s:31:"sum_daily_exit_nb_uniq_visitors";s:24:"Unique exits (daily sum)";s:16:"entry_nb_actions";s:27:"Actions after entering here";s:22:"entry_sum_visit_length";s:61:"Total time spent by visitors (in seconds) after entering here";s:12:"nb_pageviews";s:9:"Pageviews";s:17:"nb_uniq_pageviews";s:16:"Unique Pageviews";s:12:"nb_downloads";s:9:"Downloads";s:17:"nb_uniq_downloads";s:16:"Unique Downloads";s:11:"nb_outlinks";s:8:"Outlinks";s:16:"nb_uniq_outlinks";s:15:"Unique Outlinks";s:11:"nb_searches";s:8:"Searches";s:11:"nb_keywords";s:15:"Unique Keywords";s:19:"avg_time_generation";s:20:"Avg. generation time";s:19:"nb_pages_per_search";s:20:"Search Results pages";s:24:"nb_hits_following_search";s:25:"Clicked in search results";s:16:"visits_evolution";s:16:"Visits Evolution";s:17:"actions_evolution";s:17:"Actions Evolution";s:19:"pageviews_evolution";s:19:"Pageviews Evolution";s:17:"revenue_evolution";s:17:"Revenue Evolution";s:24:"nb_conversions_evolution";s:21:"Conversions Evolution";s:16:"orders_evolution";s:26:"Ecommerce Orders Evolution";s:27:"ecommerce_revenue_evolution";s:25:"Product Revenue Evolution";s:20:"nb_visits_percentage";s:8:"% Visits";s:6:"orders";s:16:"Ecommerce Orders";s:17:"ecommerce_revenue";s:15:"Product Revenue";s:17:"revenue_per_visit";s:17:"Revenue per Visit";s:8:"quantity";s:8:"Quantity";s:9:"avg_price";s:13:"Average Price";s:12:"avg_quantity";s:16:"Average Quantity";s:16:"revenue_subtotal";s:8:"Subtotal";s:11:"revenue_tax";s:3:"Tax";s:16:"revenue_shipping";s:8:"Shipping";s:16:"revenue_discount";s:8:"Discount";s:17:"avg_order_revenue";s:19:"Average Order Value";s:9:"nb_events";s:12:"Total events";s:15:"sum_event_value";s:11:"Total value";s:15:"min_event_value";s:13:"Minimum value";s:15:"max_event_value";s:13:"Maximum value";s:15:"avg_event_value";s:13:"Average value";s:20:"nb_events_with_value";s:19:"Events with a value";s:19:"nb_visits_returning";s:16:"Returning Visits";s:20:"nb_actions_returning";s:27:"Actions by Returning Visits";s:26:"avg_time_on_site_returning";s:43:"Avg. Duration of a Returning Visit (in sec)";s:21:"bounce_rate_returning";s:32:"Bounce Rate for Returning Visits";s:30:"nb_actions_per_visit_returning";s:32:"Avg. Actions per Returning Visit";s:26:"nb_uniq_visitors_returning";s:25:"Unique returning visitors";s:18:"nb_users_returning";s:15:"Returning Users";s:14:"nb_impressions";s:11:"Impressions";s:15:"nb_interactions";s:12:"Interactions";s:16:"interaction_rate";s:16:"Interaction Rate";}} \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv b/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
index 172e23b93d..b578e611b8 100644
--- a/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
+++ b/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
Binary files differ
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml
index 6cdb55181c..69364960c5 100755
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml
@@ -49,8 +49,6 @@
- <searches>0</searches>
- <actions>0</actions>
<userId />
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -64,20 +62,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>363</visitDuration>
<visitDurationPretty>6 min 3s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName3>VisitorName</customVariableName3>
- <customVariableValue3>Great name!</customVariableValue3>
- </row>
+ <searches>0</searches>
+ <actions>0</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName4>ValueIsZero</customVariableName4>
- <customVariableValue4>0</customVariableValue4>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName5>VisitorType</customVariableName5>
- <customVariableValue5>NewLoggedOut</customVariableValue5>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -90,18 +95,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>Poland</country>
@@ -113,20 +106,27 @@
<location>Poland</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName3>VisitorName</customVariableName3>
+ <customVariableValue3>Great name!</customVariableValue3>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName4>ValueIsZero</customVariableName4>
+ <customVariableValue4>0</customVariableValue4>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ <row>
+ <customVariableName5>VisitorType</customVariableName5>
+ <customVariableValue5>NewLoggedOut</customVariableValue5>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -258,8 +258,6 @@
- <searches>0</searches>
- <actions>3</actions>
<userId />
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -273,20 +271,27 @@
<daysSinceLastEcommerceOrder>1</daysSinceLastEcommerceOrder>
<visitDuration>1081</visitDuration>
<visitDurationPretty>18 min 1s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName3>VisitorName</customVariableName3>
- <customVariableValue3>Great name!</customVariableValue3>
- </row>
+ <searches>0</searches>
+ <actions>3</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName4>ValueIsZero</customVariableName4>
- <customVariableValue4>0</customVariableValue4>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName5>VisitorType</customVariableName5>
- <customVariableValue5>NewLoggedOut</customVariableValue5>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -299,18 +304,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>Poland</country>
@@ -322,20 +315,27 @@
<location>Poland</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName3>VisitorName</customVariableName3>
+ <customVariableValue3>Great name!</customVariableValue3>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName4>ValueIsZero</customVariableName4>
+ <customVariableValue4>0</customVariableValue4>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ <row>
+ <customVariableName5>VisitorType</customVariableName5>
+ <customVariableValue5>NewLoggedOut</customVariableValue5>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml
index 57a190c4a2..b1454cde77 100755
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml
@@ -125,8 +125,6 @@
- <searches>0</searches>
- <actions>3</actions>
<userId />
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -140,20 +138,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>721</visitDuration>
<visitDurationPretty>12 min 1s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName3>VisitorName</customVariableName3>
- <customVariableValue3>Great name!</customVariableValue3>
- </row>
+ <searches>0</searches>
+ <actions>3</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName4>ValueIsZero</customVariableName4>
- <customVariableValue4>0</customVariableValue4>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName5>VisitorType</customVariableName5>
- <customVariableValue5>NewLoggedOut</customVariableValue5>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -166,18 +171,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>Poland</country>
@@ -189,20 +182,27 @@
<location>Poland</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName3>VisitorName</customVariableName3>
+ <customVariableValue3>Great name!</customVariableValue3>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName4>ValueIsZero</customVariableName4>
+ <customVariableValue4>0</customVariableValue4>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ <row>
+ <customVariableName5>VisitorType</customVariableName5>
+ <customVariableValue5>NewLoggedOut</customVariableValue5>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -453,8 +453,6 @@
- <searches>0</searches>
- <actions>6</actions>
<userId />
<visitorType>returning</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.gif</visitorTypeIcon>
@@ -468,20 +466,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>3961</visitDuration>
<visitDurationPretty>1 hours 6 min</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName3>VisitorName</customVariableName3>
- <customVariableValue3>Great name!</customVariableValue3>
- </row>
+ <searches>0</searches>
+ <actions>6</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName4>ValueIsZero</customVariableName4>
- <customVariableValue4>0</customVariableValue4>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName5>VisitorType</customVariableName5>
- <customVariableValue5>NewLoggedOut</customVariableValue5>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -494,18 +499,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>Poland</country>
@@ -517,20 +510,27 @@
<location>Poland</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName3>VisitorName</customVariableName3>
+ <customVariableValue3>Great name!</customVariableValue3>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName4>ValueIsZero</customVariableName4>
+ <customVariableValue4>0</customVariableValue4>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ <row>
+ <customVariableName5>VisitorType</customVariableName5>
+ <customVariableValue5>NewLoggedOut</customVariableValue5>
+ </row>
+ </customVariables>
+ <resolution>1024x768</resolution>
@@ -671,8 +671,6 @@
- <searches>0</searches>
- <actions>4</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -686,16 +684,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>721</visitDuration>
<visitDurationPretty>12 min 1s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>4</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName4>ValueIsZero</customVariableName4>
- <customVariableValue4>0</customVariableValue4>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName5>VisitorType</customVariableName5>
- <customVariableValue5>NewLoggedOut</customVariableValue5>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -708,18 +717,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1024x768</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -731,20 +728,23 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName4>ValueIsZero</customVariableName4>
+ <customVariableValue4>0</customVariableValue4>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName5>VisitorType</customVariableName5>
+ <customVariableValue5>NewLoggedOut</customVariableValue5>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ </customVariables>
+ <resolution>1024x768</resolution>
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv
index 4fe00e7866..cc59cc4ac5 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv
+++ b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv
@@ -478,14 +478,14 @@ Device brand
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,5,16,80%,3.2,00:22:49,20%
-Device model
-label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
-Unknown,5,16,80%,3.2,00:22:49,20%
-
Browser version
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Firefox 3.6,5,16,80%,3.2,00:22:49,20%
+Device model
+label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
+Unknown,5,16,80%,3.2,00:22:49,20%
+
Operating System families
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Windows,5,16,80%,3.2,00:22:49,20%
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html
index e4b7038652..63027b9192 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html
+++ b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html
@@ -345,13 +345,13 @@
</a>
</li>
<li>
- <a href="#DevicesDetection_getModel" style="text-decoration:none; color: rgb(68,68,68);">
- Device model
+ <a href="#DevicesDetection_getBrowserVersions" style="text-decoration:none; color: rgb(68,68,68);">
+ Browser version
</a>
</li>
<li>
- <a href="#DevicesDetection_getBrowserVersions" style="text-decoration:none; color: rgb(68,68,68);">
- Browser version
+ <a href="#DevicesDetection_getModel" style="text-decoration:none; color: rgb(68,68,68);">
+ Device model
</a>
</li>
<li>
@@ -6314,8 +6314,8 @@
<a style="text-decoration:none; color: rgb(126,115,99); font-size: 9pt;" href="#reportTop">
Back to top
</a>
-<h2 id="DevicesDetection_getModel" style="color: rgb(126,115,99); font-size: 11pt;">
- Device model
+<h2 id="DevicesDetection_getBrowserVersions" style="color: rgb(126,115,99); font-size: 11pt;">
+ Browser version
</h2>
@@ -6323,7 +6323,7 @@
<table style="border-collapse:collapse; margin-left: 5px;">
<thead style="background-color: rgb(228,226,215); color: rgb(37,87,146); font-size: 11pt;">
<th style="padding: 6px 0;">
- &nbsp;Device model&nbsp;&nbsp;
+ &nbsp;Browser version&nbsp;&nbsp;
</th>
<th style="padding: 6px 0;">
&nbsp;Visits&nbsp;&nbsp;
@@ -6348,7 +6348,9 @@
<tr style="">
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- Unknown </td>
+ <img src='plugins/DevicesDetection/images/browsers/FF.gif'>
+ &nbsp;
+ Firefox 3.6 </td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
5
</td>
@@ -6374,8 +6376,8 @@
<a style="text-decoration:none; color: rgb(126,115,99); font-size: 9pt;" href="#reportTop">
Back to top
</a>
-<h2 id="DevicesDetection_getBrowserVersions" style="color: rgb(126,115,99); font-size: 11pt;">
- Browser version
+<h2 id="DevicesDetection_getModel" style="color: rgb(126,115,99); font-size: 11pt;">
+ Device model
</h2>
@@ -6383,7 +6385,7 @@
<table style="border-collapse:collapse; margin-left: 5px;">
<thead style="background-color: rgb(228,226,215); color: rgb(37,87,146); font-size: 11pt;">
<th style="padding: 6px 0;">
- &nbsp;Browser version&nbsp;&nbsp;
+ &nbsp;Device model&nbsp;&nbsp;
</th>
<th style="padding: 6px 0;">
&nbsp;Visits&nbsp;&nbsp;
@@ -6408,9 +6410,7 @@
<tr style="">
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
- <img src='plugins/DevicesDetection/images/browsers/FF.gif'>
- &nbsp;
- Firefox 3.6 </td>
+ Unknown </td>
<td style="font-size: 11pt; border-bottom: 1px solid rgb(231,231,231); padding: 5px 0 5px 5px;">
5
</td>
diff --git a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml
index d1d3cb310d..e0316013c3 100644
--- a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml
+++ b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml
@@ -23,8 +23,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -38,16 +36,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>VisitorType</customVariableName1>
- <customVariableValue1>LoggedOut</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
- <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -60,18 +69,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1111x222</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -83,20 +80,23 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName1>VisitorType</customVariableName1>
+ <customVariableValue1>LoggedOut</customVariableValue1>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
+ <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ </customVariables>
+ <resolution>1111x222</resolution>
@@ -136,8 +136,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -151,16 +149,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>361</visitDuration>
<visitDurationPretty>6 min 1s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>VisitorType</customVariableName1>
- <customVariableValue1>LoggedOut</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
- <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -173,18 +182,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1111x222</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -196,20 +193,23 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName1>VisitorType</customVariableName1>
+ <customVariableValue1>LoggedOut</customVariableValue1>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
+ <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ </customVariables>
+ <resolution>1111x222</resolution>
@@ -305,8 +305,6 @@
- <searches>0</searches>
- <actions>3</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -320,20 +318,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>364</visitDuration>
<visitDurationPretty>6 min 4s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>VisitorType</customVariableName1>
- <customVariableValue1>LoggedIn</customVariableValue1>
- </row>
+ <searches>0</searches>
+ <actions>3</actions>
+ <referrerType>search</referrerType>
+ <referrerTypeName>Search Engines</referrerTypeName>
+ <referrerName>Google</referrerName>
+ <referrerKeyword>this keyword should be ranked</referrerKeyword>
+ <referrerKeywordPosition>1</referrerKeywordPosition>
+ <referrerUrl>http://www.google.com/search?q=this+keyword+should+be+ranked</referrerUrl>
+ <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
+ <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName2>SET WITH EMPTY VALUE</customVariableName2>
- <customVariableValue2 />
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName3>Value will be VERY long and truncated</customVariableName3>
- <customVariableValue3>abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrst</customVariableValue3>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -346,18 +351,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>search</referrerType>
- <referrerTypeName>Search Engines</referrerTypeName>
- <referrerName>Google</referrerName>
- <referrerKeyword>this keyword should be ranked</referrerKeyword>
- <referrerKeywordPosition>1</referrerKeywordPosition>
- <referrerUrl>http://www.google.com/search?q=this+keyword+should+be+ranked</referrerUrl>
- <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
- <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
- <resolution>1111x222</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -369,20 +362,27 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName1>VisitorType</customVariableName1>
+ <customVariableValue1>LoggedIn</customVariableValue1>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName2>SET WITH EMPTY VALUE</customVariableName2>
+ <customVariableValue2 />
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ <row>
+ <customVariableName3>Value will be VERY long and truncated</customVariableName3>
+ <customVariableValue3>abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrst</customVariableValue3>
+ </row>
+ </customVariables>
+ <resolution>1111x222</resolution>
diff --git a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml
index d1d3cb310d..e0316013c3 100644
--- a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml
+++ b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml
@@ -23,8 +23,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -38,16 +36,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>VisitorType</customVariableName1>
- <customVariableValue1>LoggedOut</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
- <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -60,18 +69,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1111x222</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -83,20 +80,23 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName1>VisitorType</customVariableName1>
+ <customVariableValue1>LoggedOut</customVariableValue1>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
+ <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ </customVariables>
+ <resolution>1111x222</resolution>
@@ -136,8 +136,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -151,16 +149,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>361</visitDuration>
<visitDurationPretty>6 min 1s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>VisitorType</customVariableName1>
- <customVariableValue1>LoggedOut</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
- <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -173,18 +182,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1111x222</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -196,20 +193,23 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName1>VisitorType</customVariableName1>
+ <customVariableValue1>LoggedOut</customVariableValue1>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
+ <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ </customVariables>
+ <resolution>1111x222</resolution>
@@ -305,8 +305,6 @@
- <searches>0</searches>
- <actions>3</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -320,20 +318,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>364</visitDuration>
<visitDurationPretty>6 min 4s</visitDurationPretty>
- <customVariables>
- <row>
- <customVariableName1>VisitorType</customVariableName1>
- <customVariableValue1>LoggedIn</customVariableValue1>
- </row>
+ <searches>0</searches>
+ <actions>3</actions>
+ <referrerType>search</referrerType>
+ <referrerTypeName>Search Engines</referrerTypeName>
+ <referrerName>Google</referrerName>
+ <referrerKeyword>this keyword should be ranked</referrerKeyword>
+ <referrerKeywordPosition>1</referrerKeywordPosition>
+ <referrerUrl>http://www.google.com/search?q=this+keyword+should+be+ranked</referrerUrl>
+ <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
+ <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName2>SET WITH EMPTY VALUE</customVariableName2>
- <customVariableValue2 />
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName3>Value will be VERY long and truncated</customVariableName3>
- <customVariableValue3>abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrst</customVariableValue3>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -346,18 +351,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.6</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>search</referrerType>
- <referrerTypeName>Search Engines</referrerTypeName>
- <referrerName>Google</referrerName>
- <referrerKeyword>this keyword should be ranked</referrerKeyword>
- <referrerKeywordPosition>1</referrerKeywordPosition>
- <referrerUrl>http://www.google.com/search?q=this+keyword+should+be+ranked</referrerUrl>
- <referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
- <referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
- <resolution>1111x222</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -369,20 +362,27 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName1>VisitorType</customVariableName1>
+ <customVariableValue1>LoggedIn</customVariableValue1>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName2>SET WITH EMPTY VALUE</customVariableName2>
+ <customVariableValue2 />
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ <row>
+ <customVariableName3>Value will be VERY long and truncated</customVariableName3>
+ <customVariableValue3>abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrstuvwxyz----abcdefghijklmnopqrst</customVariableValue3>
+ </row>
+ </customVariables>
+ <resolution>1111x222</resolution>
diff --git a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml
index 76c9807789..eb74418d9b 100644
--- a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml
+++ b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml
@@ -69,8 +69,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -84,16 +82,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>VisitorType</customVariableName1>
- <customVariableValue1>LoggedOut</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
- <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -106,18 +115,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1111x222</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -129,20 +126,23 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName1>VisitorType</customVariableName1>
+ <customVariableValue1>LoggedOut</customVariableValue1>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
+ <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ </customVariables>
+ <resolution>1111x222</resolution>
@@ -183,8 +183,6 @@
- <searches>0</searches>
- <actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -198,16 +196,27 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>361</visitDuration>
<visitDurationPretty>6 min 1s</visitDurationPretty>
- <customVariables>
+ <searches>0</searches>
+ <actions>1</actions>
+ <referrerType>direct</referrerType>
+ <referrerTypeName>Direct Entry</referrerTypeName>
+ <referrerName />
+ <referrerKeyword />
+ <referrerKeywordPosition />
+ <referrerUrl />
+ <referrerSearchEngineUrl />
+ <referrerSearchEngineIcon />
+ <plugins>flash, java</plugins>
+ <pluginsIcons>
<row>
- <customVariableName1>VisitorType</customVariableName1>
- <customVariableValue1>LoggedOut</customVariableValue1>
+ <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
+ <pluginName>flash</pluginName>
</row>
<row>
- <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
- <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
+ <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
+ <pluginName>java</pluginName>
</row>
- </customVariables>
+ </pluginsIcons>
<deviceType>Desktop</deviceType>
<operatingSystem>Windows XP</operatingSystem>
<operatingSystemCode>WXP</operatingSystemCode>
@@ -220,18 +229,6 @@
<browserCode>FF</browserCode>
<browserVersion>3.0</browserVersion>
<events>0</events>
- <provider>Unknown</provider>
- <providerName>Unknown</providerName>
- <providerUrl />
- <referrerType>direct</referrerType>
- <referrerTypeName>Direct Entry</referrerTypeName>
- <referrerName />
- <referrerKeyword />
- <referrerKeywordPosition />
- <referrerUrl />
- <referrerSearchEngineUrl />
- <referrerSearchEngineIcon />
- <resolution>1111x222</resolution>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
@@ -243,20 +240,23 @@
<location>France</location>
<latitude />
<longitude />
- <plugins>flash, java</plugins>
- <pluginsIcons>
+ <visitLocalTime>12:34:06</visitLocalTime>
+ <visitLocalHour>12</visitLocalHour>
+ <daysSinceLastVisit>0</daysSinceLastVisit>
+ <provider>Unknown</provider>
+ <providerName>Unknown</providerName>
+ <providerUrl />
+ <customVariables>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/flash.gif</pluginIcon>
- <pluginName>flash</pluginName>
+ <customVariableName1>VisitorType</customVariableName1>
+ <customVariableValue1>LoggedOut</customVariableValue1>
</row>
<row>
- <pluginIcon>plugins/UserSettings/images/plugins/java.gif</pluginIcon>
- <pluginName>java</pluginName>
+ <customVariableName2>Othercustom value which should be truncated abcdefghijklmnopqrstuvwxyz</customVariableName2>
+ <customVariableValue2>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz</customVariableValue2>
</row>
- </pluginsIcons>
- <visitLocalTime>12:34:06</visitLocalTime>
- <visitLocalHour>12</visitLocalHour>
- <daysSinceLastVisit>0</daysSinceLastVisit>
+ </customVariables>
+ <resolution>1111x222</resolution>
diff --git a/tests/PHPUnit/TestingEnvironment.php b/tests/PHPUnit/TestingEnvironment.php
index 3378f99444..9f31dfd0ed 100644
--- a/tests/PHPUnit/TestingEnvironment.php
+++ b/tests/PHPUnit/TestingEnvironment.php
@@ -145,7 +145,7 @@ class Piwik_TestingEnvironment
$testingEnvironment->configFileGlobal, $testingEnvironment->configFileLocal, $testingEnvironment->configFileCommon
));
- \Piwik\CacheFile::$invalidateOpCacheBeforeRead = true;
+ \Piwik\Cache\Backend\File::$invalidateOpCacheBeforeRead = true;
Piwik::addAction('Access.createAccessSingleton', function($access) use ($testingEnvironment) {
if (!$testingEnvironment->testUseRegularAuth) {
diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
-Subproject 0165dcc57e66d0dfdeb2ff6bb2905e125fde722
+Subproject 3c3fe985f1af4f1d897d6c1551057124fd6bffa
diff --git a/tests/resources/access-logs/fake_logs_cloudfront.log b/tests/resources/access-logs/fake_logs_cloudfront.log
new file mode 100644
index 0000000000..9892dc36af
--- /dev/null
+++ b/tests/resources/access-logs/fake_logs_cloudfront.log
@@ -0,0 +1,3 @@
+#Version: 1.0
+#Fields: date time x-edge-location sc-bytes c-ip cs-method cs(Host) cs-uri-stem sc-status cs(Referer) cs(User-Agent) cs-uri-query cs(Cookie) x-edge-result-type x-edge-request-id x-host-header cs-protocol cs-bytes time-taken
+2012-08-23 01:13:11 FRA2 182 192.0.2.10 GET d111111abcdef8.cloudfront.net /view/my/file.html 200 www.displaymyfiles.com Mozilla/4.0%20(compatible;%20MSIE%205.0b1;%20Mac_PowerPC) - zip=98101 RefreshHit MRVMF7KydIvxMWfJIglgwHQwZsbG2IhRJ07sn9AkKUFSHS9EXAMPLE== d111111abcdef8.cloudfront.net http - 0.001
diff --git a/tests/resources/access-logs/fake_logs_cloudfront_rtmp.log b/tests/resources/access-logs/fake_logs_cloudfront_rtmp.log
new file mode 100644
index 0000000000..117d747b40
--- /dev/null
+++ b/tests/resources/access-logs/fake_logs_cloudfront_rtmp.log
@@ -0,0 +1,4 @@
+#Version: 1.0
+#Fields: date time x-edge-location c-ip x-event sc-bytes x-cf-status x-cf-client-id cs-uri-stem cs-uri-query c-referrer x-page-url​ c-user-agent x-sname x-sname-query x-file-ext x-sid
+2012-08-12 23:51:20 SEA4 192.0.2.147 connect 2014 OK bfd8a98bee0840d9b871b7f6ade9908f rtmp://shqshne4jdp4b6.cloudfront.net/cfx/st​ key=value http://player.longtailvideo.com/player.swf http://www.longtailvideo.com/support/jw-player-setup-wizard?example=204 LNX%2010,0,32,18 - - - -
+2012-08-12 23:51:21 SEA4 192.0.2.222 play 3914 OK bfd8a98bee0840d9b871b7f6ade9908f rtmp://shqshne4jdp4b6.cloudfront.net/cfx/st​ key=value http://player.longtailvideo.com/player.swf http://www.longtailvideo.com/support/jw-player-setup-wizard?example=204 LNX%2010,0,32,18 myvideo p=2&q=4 flv 1