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:
authordiosmosis <diosmosis@users.noreply.github.com>2019-12-24 16:15:26 +0300
committerGitHub <noreply@github.com>2019-12-24 16:15:26 +0300
commitdedaf6b3e9a184937539e181c64b80c1db04a0c7 (patch)
tree13f8427ef73198714f9de7f995354c7357f3a890 /tests
parent42454eb56e02899d2282e1eb6bf81983e666d933 (diff)
MergeDataTables does not correctly merge if table2 has more data than table1 (#15294)
* update submodules to fix build * Handle DataTable Maps in VisitFrequency API and in DataTable merger, make sure to correctly copy child datatables. * fix some tests * Copy metadata over. * Updated expected test results. * Adding unit tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleDates__VisitFrequency.get_day.xml22
-rw-r--r--tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleOldNew__VisitFrequency.get_month.xml25
-rw-r--r--tests/PHPUnit/System/expected/test_DataComparisonTest_multipleAgainstLongMultiple__VisitFrequency.get_day.xml447
-rw-r--r--tests/PHPUnit/System/expected/test_DataComparisonTest_multipleMultiPeriods__VisitFrequency.get_day.xml2242
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_csv__API.get_month.csvbin3568 -> 4048 bytes
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitFrequency.get_firstSite_lastN__API.getProcessedReport_day.xml139
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_day.xml117
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_month.xml56
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_week.xml69
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_year.xml50
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_day.xml94
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_month.xml33
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_week.xml46
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_year.xml29
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html2
-rw-r--r--tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_day.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_week.xml10
17 files changed, 3374 insertions, 17 deletions
diff --git a/tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleDates__VisitFrequency.get_day.xml b/tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleDates__VisitFrequency.get_day.xml
index c234bed59e..866fe9a5b5 100644
--- a/tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleDates__VisitFrequency.get_day.xml
+++ b/tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleDates__VisitFrequency.get_day.xml
@@ -1,2 +1,22 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2012-03-03" />
+ <result period="2012-03-04" />
+ <result period="2012-03-05" />
+ <result period="2012-03-06">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>1</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ </result>
+ <result period="2012-03-07" />
+ <result period="2012-03-08" />
+ <result period="2012-03-09" />
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleOldNew__VisitFrequency.get_month.xml b/tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleOldNew__VisitFrequency.get_month.xml
index c234bed59e..0868a583a2 100644
--- a/tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleOldNew__VisitFrequency.get_month.xml
+++ b/tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest_multipleOldNew__VisitFrequency.get_month.xml
@@ -1,2 +1,25 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2012-03">
+ <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>1</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ </result>
+ <result period="2012-04" />
+ <result period="2012-05" />
+ <result period="2012-06" />
+ <result period="2012-07" />
+ <result period="2012-08" />
+ <result period="2012-09" />
+ <result period="2012-10" />
+ <result period="2012-11" />
+ <result period="2012-12" />
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_DataComparisonTest_multipleAgainstLongMultiple__VisitFrequency.get_day.xml b/tests/PHPUnit/System/expected/test_DataComparisonTest_multipleAgainstLongMultiple__VisitFrequency.get_day.xml
index c234bed59e..7103db936d 100644
--- a/tests/PHPUnit/System/expected/test_DataComparisonTest_multipleAgainstLongMultiple__VisitFrequency.get_day.xml
+++ b/tests/PHPUnit/System/expected/test_DataComparisonTest_multipleAgainstLongMultiple__VisitFrequency.get_day.xml
@@ -1,2 +1,447 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2012-08-12">
+ <comparisons>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>11</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>11</nb_visits_new>
+ <nb_actions_new>11</nb_actions_new>
+ <nb_visits_converted_new>11</nb_visits_converted_new>
+ <bounce_count_new>11</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>-100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+100%</nb_visits_new_change>
+ <nb_visits_new_change_from>-100%</nb_visits_new_change_from>
+ <nb_actions_new_change>+100%</nb_actions_new_change>
+ <nb_actions_new_change_from>-100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>-100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+100%</bounce_count_new_change>
+ <bounce_count_new_change_from>-100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+100%</max_actions_new_change>
+ <max_actions_new_change_from>-100%</max_actions_new_change_from>
+ <bounce_rate_new_change>+100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>-100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>-100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-09</compareDate>
+ <comparePeriodPretty>Thursday, August 9, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 13 – 14, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-13">
+ <comparisons>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>8</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>8</nb_visits_new>
+ <nb_actions_new>8</nb_actions_new>
+ <nb_visits_converted_new>8</nb_visits_converted_new>
+ <bounce_count_new>8</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>-100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+100%</nb_visits_new_change>
+ <nb_visits_new_change_from>-100%</nb_visits_new_change_from>
+ <nb_actions_new_change>+100%</nb_actions_new_change>
+ <nb_actions_new_change_from>-100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>-100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+100%</bounce_count_new_change>
+ <bounce_count_new_change_from>-100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+100%</max_actions_new_change>
+ <max_actions_new_change_from>-100%</max_actions_new_change_from>
+ <bounce_rate_new_change>+100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>-100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>-100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-10</compareDate>
+ <comparePeriodPretty>Friday, August 10, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 13 – 14, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-14">
+ <comparisons>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>11</nb_uniq_visitors_new>
+ <nb_users_new>1</nb_users_new>
+ <nb_visits_new>11</nb_visits_new>
+ <nb_actions_new>14</nb_actions_new>
+ <nb_visits_converted_new>9</nb_visits_converted_new>
+ <bounce_count_new>9</bounce_count_new>
+ <sum_visit_length_new>305</sum_visit_length_new>
+ <max_actions_new>3</max_actions_new>
+ <bounce_rate_new>82%</bounce_rate_new>
+ <nb_actions_per_visit_new>1.3</nb_actions_per_visit_new>
+ <avg_time_on_site_new>28</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>-100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+100%</nb_users_new_change>
+ <nb_users_new_change_from>-100%</nb_users_new_change_from>
+ <nb_visits_new_change>+100%</nb_visits_new_change>
+ <nb_visits_new_change_from>-100%</nb_visits_new_change_from>
+ <nb_actions_new_change>+100%</nb_actions_new_change>
+ <nb_actions_new_change_from>-100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>-100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+100%</bounce_count_new_change>
+ <bounce_count_new_change_from>-100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+100%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>-100%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+100%</max_actions_new_change>
+ <max_actions_new_change_from>-100%</max_actions_new_change_from>
+ <bounce_rate_new_change>+100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>-100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>-100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+100%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>-100%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-11</compareDate>
+ <comparePeriodPretty>Saturday, August 11, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13,2012-08-14</compareDate>
+ <comparePeriodPretty>August 13 – 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 13 – 14, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-15">
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>1</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <comparisons>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>1</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>0</nb_visits_returning>
+ <nb_actions_returning>0</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>0</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <nb_uniq_visitors_returning_change>-100%</nb_uniq_visitors_returning_change>
+ <nb_uniq_visitors_returning_change_from>+100%</nb_uniq_visitors_returning_change_from>
+ <nb_users_returning_change>+0%</nb_users_returning_change>
+ <nb_users_returning_change_from>+0%</nb_users_returning_change_from>
+ <nb_visits_returning_change>-100%</nb_visits_returning_change>
+ <nb_visits_returning_change_from>+100%</nb_visits_returning_change_from>
+ <nb_actions_returning_change>-100%</nb_actions_returning_change>
+ <nb_actions_returning_change_from>+100%</nb_actions_returning_change_from>
+ <nb_visits_converted_returning_change>-100%</nb_visits_converted_returning_change>
+ <nb_visits_converted_returning_change_from>+100%</nb_visits_converted_returning_change_from>
+ <bounce_count_returning_change>-100%</bounce_count_returning_change>
+ <bounce_count_returning_change_from>+100%</bounce_count_returning_change_from>
+ <sum_visit_length_returning_change>+0%</sum_visit_length_returning_change>
+ <sum_visit_length_returning_change_from>+0%</sum_visit_length_returning_change_from>
+ <max_actions_returning_change>-100%</max_actions_returning_change>
+ <max_actions_returning_change_from>+100%</max_actions_returning_change_from>
+ <bounce_rate_returning_change>-100%</bounce_rate_returning_change>
+ <bounce_rate_returning_change_from>+100%</bounce_rate_returning_change_from>
+ <nb_actions_per_visit_returning_change>-100%</nb_actions_per_visit_returning_change>
+ <nb_actions_per_visit_returning_change_from>+100%</nb_actions_per_visit_returning_change_from>
+ <avg_time_on_site_returning_change>+0%</avg_time_on_site_returning_change>
+ <avg_time_on_site_returning_change_from>+0%</avg_time_on_site_returning_change_from>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>0</nb_visits_returning>
+ <nb_actions_returning>0</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>0</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <nb_uniq_visitors_returning_change>-100%</nb_uniq_visitors_returning_change>
+ <nb_uniq_visitors_returning_change_from>+100%</nb_uniq_visitors_returning_change_from>
+ <nb_users_returning_change>+0%</nb_users_returning_change>
+ <nb_users_returning_change_from>+0%</nb_users_returning_change_from>
+ <nb_visits_returning_change>-100%</nb_visits_returning_change>
+ <nb_visits_returning_change_from>+100%</nb_visits_returning_change_from>
+ <nb_actions_returning_change>-100%</nb_actions_returning_change>
+ <nb_actions_returning_change_from>+100%</nb_actions_returning_change_from>
+ <nb_visits_converted_returning_change>-100%</nb_visits_converted_returning_change>
+ <nb_visits_converted_returning_change_from>+100%</nb_visits_converted_returning_change_from>
+ <bounce_count_returning_change>-100%</bounce_count_returning_change>
+ <bounce_count_returning_change_from>+100%</bounce_count_returning_change_from>
+ <sum_visit_length_returning_change>+0%</sum_visit_length_returning_change>
+ <sum_visit_length_returning_change_from>+0%</sum_visit_length_returning_change_from>
+ <max_actions_returning_change>-100%</max_actions_returning_change>
+ <max_actions_returning_change_from>+100%</max_actions_returning_change_from>
+ <bounce_rate_returning_change>-100%</bounce_rate_returning_change>
+ <bounce_rate_returning_change_from>+100%</bounce_rate_returning_change_from>
+ <nb_actions_per_visit_returning_change>-100%</nb_actions_per_visit_returning_change>
+ <nb_actions_per_visit_returning_change_from>+100%</nb_actions_per_visit_returning_change_from>
+ <avg_time_on_site_returning_change>+0%</avg_time_on_site_returning_change>
+ <avg_time_on_site_returning_change_from>+0%</avg_time_on_site_returning_change_from>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13,2012-08-14</compareDate>
+ <comparePeriodPretty>August 13 – 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 13 – 14, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_DataComparisonTest_multipleMultiPeriods__VisitFrequency.get_day.xml b/tests/PHPUnit/System/expected/test_DataComparisonTest_multipleMultiPeriods__VisitFrequency.get_day.xml
index c234bed59e..89d75609f7 100644
--- a/tests/PHPUnit/System/expected/test_DataComparisonTest_multipleMultiPeriods__VisitFrequency.get_day.xml
+++ b/tests/PHPUnit/System/expected/test_DataComparisonTest_multipleMultiPeriods__VisitFrequency.get_day.xml
@@ -1,2 +1,2242 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2012-08-09">
+ <nb_uniq_visitors_new>11</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>11</nb_visits_new>
+ <nb_actions_new>11</nb_actions_new>
+ <nb_visits_converted_new>11</nb_visits_converted_new>
+ <bounce_count_new>11</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <comparisons>
+ <row>
+ <nb_uniq_visitors_new>11</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>11</nb_visits_new>
+ <nb_actions_new>11</nb_actions_new>
+ <nb_visits_converted_new>11</nb_visits_converted_new>
+ <bounce_count_new>11</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-09</compareDate>
+ <comparePeriodPretty>Thursday, August 9, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>2</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-09</compareDate>
+ <comparePeriodPretty>Thursday, August 9, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-09</compareDate>
+ <comparePeriodPretty>Thursday, August 9, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>11</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>11</nb_visits_new>
+ <nb_actions_new>11</nb_actions_new>
+ <nb_visits_converted_new>11</nb_visits_converted_new>
+ <bounce_count_new>11</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-09</compareDate>
+ <comparePeriodPretty>Thursday, August 9, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>2</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-09</compareDate>
+ <comparePeriodPretty>Thursday, August 9, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-09</compareDate>
+ <comparePeriodPretty>Thursday, August 9, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-10">
+ <nb_uniq_visitors_new>8</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>8</nb_visits_new>
+ <nb_actions_new>8</nb_actions_new>
+ <nb_visits_converted_new>8</nb_visits_converted_new>
+ <bounce_count_new>8</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <comparisons>
+ <row>
+ <nb_uniq_visitors_new>8</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>8</nb_visits_new>
+ <nb_actions_new>8</nb_actions_new>
+ <nb_visits_converted_new>8</nb_visits_converted_new>
+ <bounce_count_new>8</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-10</compareDate>
+ <comparePeriodPretty>Friday, August 10, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-10</compareDate>
+ <comparePeriodPretty>Friday, August 10, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>3</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>3</nb_visits_new>
+ <nb_actions_new>3</nb_actions_new>
+ <nb_visits_converted_new>3</nb_visits_converted_new>
+ <bounce_count_new>3</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-10</compareDate>
+ <comparePeriodPretty>Friday, August 10, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>8</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>8</nb_visits_new>
+ <nb_actions_new>8</nb_actions_new>
+ <nb_visits_converted_new>8</nb_visits_converted_new>
+ <bounce_count_new>8</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-10</compareDate>
+ <comparePeriodPretty>Friday, August 10, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-10</compareDate>
+ <comparePeriodPretty>Friday, August 10, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>3</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>3</nb_visits_new>
+ <nb_actions_new>3</nb_actions_new>
+ <nb_visits_converted_new>3</nb_visits_converted_new>
+ <bounce_count_new>3</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-10</compareDate>
+ <comparePeriodPretty>Friday, August 10, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-11">
+ <nb_uniq_visitors_new>11</nb_uniq_visitors_new>
+ <nb_users_new>1</nb_users_new>
+ <nb_visits_new>11</nb_visits_new>
+ <nb_actions_new>14</nb_actions_new>
+ <nb_visits_converted_new>9</nb_visits_converted_new>
+ <bounce_count_new>9</bounce_count_new>
+ <sum_visit_length_new>305</sum_visit_length_new>
+ <max_actions_new>3</max_actions_new>
+ <bounce_rate_new>82%</bounce_rate_new>
+ <nb_actions_per_visit_new>1.3</nb_actions_per_visit_new>
+ <avg_time_on_site_new>28</avg_time_on_site_new>
+ <comparisons>
+ <row>
+ <nb_uniq_visitors_new>11</nb_uniq_visitors_new>
+ <nb_users_new>1</nb_users_new>
+ <nb_visits_new>11</nb_visits_new>
+ <nb_actions_new>14</nb_actions_new>
+ <nb_visits_converted_new>9</nb_visits_converted_new>
+ <bounce_count_new>9</bounce_count_new>
+ <sum_visit_length_new>305</sum_visit_length_new>
+ <max_actions_new>3</max_actions_new>
+ <bounce_rate_new>82%</bounce_rate_new>
+ <nb_actions_per_visit_new>1.3</nb_actions_per_visit_new>
+ <avg_time_on_site_new>28</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-11</compareDate>
+ <comparePeriodPretty>Saturday, August 11, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-11</compareDate>
+ <comparePeriodPretty>Saturday, August 11, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-11</compareDate>
+ <comparePeriodPretty>Saturday, August 11, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>11</nb_uniq_visitors_new>
+ <nb_users_new>1</nb_users_new>
+ <nb_visits_new>11</nb_visits_new>
+ <nb_actions_new>14</nb_actions_new>
+ <nb_visits_converted_new>9</nb_visits_converted_new>
+ <bounce_count_new>9</bounce_count_new>
+ <sum_visit_length_new>305</sum_visit_length_new>
+ <max_actions_new>3</max_actions_new>
+ <bounce_rate_new>82%</bounce_rate_new>
+ <nb_actions_per_visit_new>1.3</nb_actions_per_visit_new>
+ <avg_time_on_site_new>28</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-11</compareDate>
+ <comparePeriodPretty>Saturday, August 11, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-11</compareDate>
+ <comparePeriodPretty>Saturday, August 11, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-11</compareDate>
+ <comparePeriodPretty>Saturday, August 11, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>-100%</nb_users_new_change>
+ <nb_users_new_change_from>+100%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>-100%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+100%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>-100%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+100%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-12">
+ <comparisons>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12</compareDate>
+ <comparePeriodPretty>Sunday, August 12, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>1</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_uniq_visitors_new_change>+100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>-100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+100%</nb_visits_new_change>
+ <nb_visits_new_change_from>-100%</nb_visits_new_change_from>
+ <nb_actions_new_change>+100%</nb_actions_new_change>
+ <nb_actions_new_change_from>-100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>-100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+100%</bounce_count_new_change>
+ <bounce_count_new_change_from>-100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+100%</max_actions_new_change>
+ <max_actions_new_change_from>-100%</max_actions_new_change_from>
+ <bounce_rate_new_change>+100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>-100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>-100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <nb_uniq_visitors_returning_change>+100%</nb_uniq_visitors_returning_change>
+ <nb_uniq_visitors_returning_change_from>-100%</nb_uniq_visitors_returning_change_from>
+ <nb_users_returning_change>+0%</nb_users_returning_change>
+ <nb_users_returning_change_from>+0%</nb_users_returning_change_from>
+ <nb_visits_returning_change>+100%</nb_visits_returning_change>
+ <nb_visits_returning_change_from>-100%</nb_visits_returning_change_from>
+ <nb_actions_returning_change>+100%</nb_actions_returning_change>
+ <nb_actions_returning_change_from>-100%</nb_actions_returning_change_from>
+ <nb_visits_converted_returning_change>+100%</nb_visits_converted_returning_change>
+ <nb_visits_converted_returning_change_from>-100%</nb_visits_converted_returning_change_from>
+ <bounce_count_returning_change>+100%</bounce_count_returning_change>
+ <bounce_count_returning_change_from>-100%</bounce_count_returning_change_from>
+ <sum_visit_length_returning_change>+0%</sum_visit_length_returning_change>
+ <sum_visit_length_returning_change_from>+0%</sum_visit_length_returning_change_from>
+ <max_actions_returning_change>+100%</max_actions_returning_change>
+ <max_actions_returning_change_from>-100%</max_actions_returning_change_from>
+ <bounce_rate_returning_change>+100%</bounce_rate_returning_change>
+ <bounce_rate_returning_change_from>-100%</bounce_rate_returning_change_from>
+ <nb_actions_per_visit_returning_change>+100%</nb_actions_per_visit_returning_change>
+ <nb_actions_per_visit_returning_change_from>-100%</nb_actions_per_visit_returning_change_from>
+ <avg_time_on_site_returning_change>+0%</avg_time_on_site_returning_change>
+ <avg_time_on_site_returning_change_from>+0%</avg_time_on_site_returning_change_from>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>-100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+100%</nb_visits_new_change>
+ <nb_visits_new_change_from>-100%</nb_visits_new_change_from>
+ <nb_actions_new_change>+100%</nb_actions_new_change>
+ <nb_actions_new_change_from>-100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>-100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+100%</bounce_count_new_change>
+ <bounce_count_new_change_from>-100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+100%</max_actions_new_change>
+ <max_actions_new_change_from>-100%</max_actions_new_change_from>
+ <bounce_rate_new_change>+100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>-100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>-100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-13">
+ <comparisons>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-13</compareDate>
+ <comparePeriodPretty>Monday, August 13, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-14">
+ <comparisons>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-14</compareDate>
+ <comparePeriodPretty>Tuesday, August 14, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-15">
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>1</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <comparisons>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>1</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>0</nb_visits_returning>
+ <nb_actions_returning>0</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>0</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>1</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <nb_uniq_visitors_returning_change>+0%</nb_uniq_visitors_returning_change>
+ <nb_uniq_visitors_returning_change_from>+0%</nb_uniq_visitors_returning_change_from>
+ <nb_users_returning_change>+0%</nb_users_returning_change>
+ <nb_users_returning_change_from>+0%</nb_users_returning_change_from>
+ <nb_visits_returning_change>+0%</nb_visits_returning_change>
+ <nb_visits_returning_change_from>+0%</nb_visits_returning_change_from>
+ <nb_actions_returning_change>+0%</nb_actions_returning_change>
+ <nb_actions_returning_change_from>+0%</nb_actions_returning_change_from>
+ <nb_visits_converted_returning_change>+0%</nb_visits_converted_returning_change>
+ <nb_visits_converted_returning_change_from>+0%</nb_visits_converted_returning_change_from>
+ <bounce_count_returning_change>+0%</bounce_count_returning_change>
+ <bounce_count_returning_change_from>+0%</bounce_count_returning_change_from>
+ <sum_visit_length_returning_change>+0%</sum_visit_length_returning_change>
+ <sum_visit_length_returning_change_from>+0%</sum_visit_length_returning_change_from>
+ <max_actions_returning_change>+0%</max_actions_returning_change>
+ <max_actions_returning_change_from>+0%</max_actions_returning_change_from>
+ <bounce_rate_returning_change>+0%</bounce_rate_returning_change>
+ <bounce_rate_returning_change_from>+0%</bounce_rate_returning_change_from>
+ <nb_actions_per_visit_returning_change>+0%</nb_actions_per_visit_returning_change>
+ <nb_actions_per_visit_returning_change_from>+0%</nb_actions_per_visit_returning_change_from>
+ <avg_time_on_site_returning_change>+0%</avg_time_on_site_returning_change>
+ <avg_time_on_site_returning_change_from>+0%</avg_time_on_site_returning_change_from>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>0</nb_visits_returning>
+ <nb_actions_returning>0</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>0</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <nb_uniq_visitors_returning_change>+0%</nb_uniq_visitors_returning_change>
+ <nb_uniq_visitors_returning_change_from>+0%</nb_uniq_visitors_returning_change_from>
+ <nb_users_returning_change>+0%</nb_users_returning_change>
+ <nb_users_returning_change_from>+0%</nb_users_returning_change_from>
+ <nb_visits_returning_change>+0%</nb_visits_returning_change>
+ <nb_visits_returning_change_from>+0%</nb_visits_returning_change_from>
+ <nb_actions_returning_change>+0%</nb_actions_returning_change>
+ <nb_actions_returning_change_from>+0%</nb_actions_returning_change_from>
+ <nb_visits_converted_returning_change>+0%</nb_visits_converted_returning_change>
+ <nb_visits_converted_returning_change_from>+0%</nb_visits_converted_returning_change_from>
+ <bounce_count_returning_change>+0%</bounce_count_returning_change>
+ <bounce_count_returning_change_from>+0%</bounce_count_returning_change_from>
+ <sum_visit_length_returning_change>+0%</sum_visit_length_returning_change>
+ <sum_visit_length_returning_change_from>+0%</sum_visit_length_returning_change_from>
+ <max_actions_returning_change>+0%</max_actions_returning_change>
+ <max_actions_returning_change_from>+0%</max_actions_returning_change_from>
+ <bounce_rate_returning_change>+0%</bounce_rate_returning_change>
+ <bounce_rate_returning_change_from>+0%</bounce_rate_returning_change_from>
+ <nb_actions_per_visit_returning_change>+0%</nb_actions_per_visit_returning_change>
+ <nb_actions_per_visit_returning_change_from>+0%</nb_actions_per_visit_returning_change_from>
+ <avg_time_on_site_returning_change>+0%</avg_time_on_site_returning_change>
+ <avg_time_on_site_returning_change_from>+0%</avg_time_on_site_returning_change_from>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>1</nb_actions_new>
+ <nb_visits_converted_new>1</nb_visits_converted_new>
+ <bounce_count_new>1</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-15</compareDate>
+ <comparePeriodPretty>Wednesday, August 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>0</nb_visits_returning>
+ <nb_actions_returning>0</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>0</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <nb_uniq_visitors_returning_change>-100%</nb_uniq_visitors_returning_change>
+ <nb_uniq_visitors_returning_change_from>+100%</nb_uniq_visitors_returning_change_from>
+ <nb_users_returning_change>+0%</nb_users_returning_change>
+ <nb_users_returning_change_from>+0%</nb_users_returning_change_from>
+ <nb_visits_returning_change>-100%</nb_visits_returning_change>
+ <nb_visits_returning_change_from>+100%</nb_visits_returning_change_from>
+ <nb_actions_returning_change>-100%</nb_actions_returning_change>
+ <nb_actions_returning_change_from>+100%</nb_actions_returning_change_from>
+ <nb_visits_converted_returning_change>-100%</nb_visits_converted_returning_change>
+ <nb_visits_converted_returning_change_from>+100%</nb_visits_converted_returning_change_from>
+ <bounce_count_returning_change>-100%</bounce_count_returning_change>
+ <bounce_count_returning_change_from>+100%</bounce_count_returning_change_from>
+ <sum_visit_length_returning_change>+0%</sum_visit_length_returning_change>
+ <sum_visit_length_returning_change_from>+0%</sum_visit_length_returning_change_from>
+ <max_actions_returning_change>-100%</max_actions_returning_change>
+ <max_actions_returning_change_from>+100%</max_actions_returning_change_from>
+ <bounce_rate_returning_change>-100%</bounce_rate_returning_change>
+ <bounce_rate_returning_change_from>+100%</bounce_rate_returning_change_from>
+ <nb_actions_per_visit_returning_change>-100%</nb_actions_per_visit_returning_change>
+ <nb_actions_per_visit_returning_change_from>+100%</nb_actions_per_visit_returning_change_from>
+ <avg_time_on_site_returning_change>+0%</avg_time_on_site_returning_change>
+ <avg_time_on_site_returning_change_from>+0%</avg_time_on_site_returning_change_from>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>0</nb_visits_returning>
+ <nb_actions_returning>0</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>0</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_uniq_visitors_new_change>+0%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+0%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>+0%</nb_visits_new_change>
+ <nb_visits_new_change_from>+0%</nb_visits_new_change_from>
+ <nb_actions_new_change>+0%</nb_actions_new_change>
+ <nb_actions_new_change_from>+0%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>+0%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+0%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>+0%</bounce_count_new_change>
+ <bounce_count_new_change_from>+0%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>+0%</max_actions_new_change>
+ <max_actions_new_change_from>+0%</max_actions_new_change_from>
+ <bounce_rate_new_change>+0%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+0%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>+0%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+0%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <nb_uniq_visitors_returning_change>+0%</nb_uniq_visitors_returning_change>
+ <nb_uniq_visitors_returning_change_from>+0%</nb_uniq_visitors_returning_change_from>
+ <nb_users_returning_change>+0%</nb_users_returning_change>
+ <nb_users_returning_change_from>+0%</nb_users_returning_change_from>
+ <nb_visits_returning_change>+0%</nb_visits_returning_change>
+ <nb_visits_returning_change_from>+0%</nb_visits_returning_change_from>
+ <nb_actions_returning_change>+0%</nb_actions_returning_change>
+ <nb_actions_returning_change_from>+0%</nb_actions_returning_change_from>
+ <nb_visits_converted_returning_change>+0%</nb_visits_converted_returning_change>
+ <nb_visits_converted_returning_change_from>+0%</nb_visits_converted_returning_change_from>
+ <bounce_count_returning_change>+0%</bounce_count_returning_change>
+ <bounce_count_returning_change_from>+0%</bounce_count_returning_change_from>
+ <sum_visit_length_returning_change>+0%</sum_visit_length_returning_change>
+ <sum_visit_length_returning_change_from>+0%</sum_visit_length_returning_change_from>
+ <max_actions_returning_change>+0%</max_actions_returning_change>
+ <max_actions_returning_change_from>+0%</max_actions_returning_change_from>
+ <bounce_rate_returning_change>+0%</bounce_rate_returning_change>
+ <bounce_rate_returning_change_from>+0%</bounce_rate_returning_change_from>
+ <nb_actions_per_visit_returning_change>+0%</nb_actions_per_visit_returning_change>
+ <nb_actions_per_visit_returning_change_from>+0%</nb_actions_per_visit_returning_change_from>
+ <avg_time_on_site_returning_change>+0%</avg_time_on_site_returning_change>
+ <avg_time_on_site_returning_change_from>+0%</avg_time_on_site_returning_change_from>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>0</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>0</nb_visits_returning>
+ <nb_actions_returning>0</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>0</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_uniq_visitors_new_change>-100%</nb_uniq_visitors_new_change>
+ <nb_uniq_visitors_new_change_from>+100%</nb_uniq_visitors_new_change_from>
+ <nb_users_new_change>+0%</nb_users_new_change>
+ <nb_users_new_change_from>+0%</nb_users_new_change_from>
+ <nb_visits_new_change>-100%</nb_visits_new_change>
+ <nb_visits_new_change_from>+100%</nb_visits_new_change_from>
+ <nb_actions_new_change>-100%</nb_actions_new_change>
+ <nb_actions_new_change_from>+100%</nb_actions_new_change_from>
+ <nb_visits_converted_new_change>-100%</nb_visits_converted_new_change>
+ <nb_visits_converted_new_change_from>+100%</nb_visits_converted_new_change_from>
+ <bounce_count_new_change>-100%</bounce_count_new_change>
+ <bounce_count_new_change_from>+100%</bounce_count_new_change_from>
+ <sum_visit_length_new_change>+0%</sum_visit_length_new_change>
+ <sum_visit_length_new_change_from>+0%</sum_visit_length_new_change_from>
+ <max_actions_new_change>-100%</max_actions_new_change>
+ <max_actions_new_change_from>+100%</max_actions_new_change_from>
+ <bounce_rate_new_change>-100%</bounce_rate_new_change>
+ <bounce_rate_new_change_from>+100%</bounce_rate_new_change_from>
+ <nb_actions_per_visit_new_change>-100%</nb_actions_per_visit_new_change>
+ <nb_actions_per_visit_new_change_from>+100%</nb_actions_per_visit_new_change_from>
+ <avg_time_on_site_new_change>+0%</avg_time_on_site_new_change>
+ <avg_time_on_site_new_change_from>+0%</avg_time_on_site_new_change_from>
+ <nb_uniq_visitors_returning_change>+0%</nb_uniq_visitors_returning_change>
+ <nb_uniq_visitors_returning_change_from>+0%</nb_uniq_visitors_returning_change_from>
+ <nb_users_returning_change>+0%</nb_users_returning_change>
+ <nb_users_returning_change_from>+0%</nb_users_returning_change_from>
+ <nb_visits_returning_change>+0%</nb_visits_returning_change>
+ <nb_visits_returning_change_from>+0%</nb_visits_returning_change_from>
+ <nb_actions_returning_change>+0%</nb_actions_returning_change>
+ <nb_actions_returning_change_from>+0%</nb_actions_returning_change_from>
+ <nb_visits_converted_returning_change>+0%</nb_visits_converted_returning_change>
+ <nb_visits_converted_returning_change_from>+0%</nb_visits_converted_returning_change_from>
+ <bounce_count_returning_change>+0%</bounce_count_returning_change>
+ <bounce_count_returning_change_from>+0%</bounce_count_returning_change_from>
+ <sum_visit_length_returning_change>+0%</sum_visit_length_returning_change>
+ <sum_visit_length_returning_change_from>+0%</sum_visit_length_returning_change_from>
+ <max_actions_returning_change>+0%</max_actions_returning_change>
+ <max_actions_returning_change_from>+0%</max_actions_returning_change_from>
+ <bounce_rate_returning_change>+0%</bounce_rate_returning_change>
+ <bounce_rate_returning_change_from>+0%</bounce_rate_returning_change_from>
+ <nb_actions_per_visit_returning_change>+0%</nb_actions_per_visit_returning_change>
+ <nb_actions_per_visit_returning_change_from>+0%</nb_actions_per_visit_returning_change_from>
+ <avg_time_on_site_returning_change>+0%</avg_time_on_site_returning_change>
+ <avg_time_on_site_returning_change_from>+0%</avg_time_on_site_returning_change_from>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+ <result period="2012-08-16">
+ <comparisons>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-16</compareDate>
+ <comparePeriodPretty>Thursday, August 16, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-16</compareDate>
+ <comparePeriodPretty>Thursday, August 16, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-16</compareDate>
+ <comparePeriodPretty>Thursday, August 16, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-16</compareDate>
+ <comparePeriodPretty>Thursday, August 16, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-16</compareDate>
+ <comparePeriodPretty>Thursday, August 16, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-16</compareDate>
+ <comparePeriodPretty>Thursday, August 16, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 9 – 16, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment />
+ <compareSegmentPretty>All visits</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (All visits)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Dff</compareSegment>
+ <compareSegmentPretty>browserCode==ff</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ff)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ <row>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <compareSegment>browserCode%3D%3Die</compareSegment>
+ <compareSegmentPretty>browserCode==ie</compareSegmentPretty>
+ <comparePeriod>day</comparePeriod>
+ <compareDate>2012-08-12,2012-08-15</compareDate>
+ <comparePeriodPretty>August 12 – 15, 2012</comparePeriodPretty>
+ <compareSeriesPretty>(August 12 – 15, 2012) (browserCode==ie)</compareSeriesPretty>
+ <idsubdatatable>-1</idsubdatatable>
+ </row>
+ </comparisons>
+ </result>
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_csv__API.get_month.csv b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_csv__API.get_month.csv
index b88579e9dc..4bf360776a 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_csv__API.get_month.csv
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_csv__API.get_month.csv
Binary files differ
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitFrequency.get_firstSite_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitFrequency.get_firstSite_lastN__API.getProcessedReport_day.xml
index 1cbd29b47c..e1323cb324 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitFrequency.get_firstSite_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitFrequency.get_firstSite_lastN__API.getProcessedReport_day.xml
@@ -50,8 +50,143 @@
<nb_actions_per_visit_new>Avg. Actions per New Visit</nb_actions_per_visit_new>
<bounce_rate_new>Bounce Rate for New Visits</bounce_rate_new>
</columns>
- <reportData />
- <reportMetadata />
+ <reportData>
+ <result prettyDate="Sunday, January 3, 2010">
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>00:00:00</avg_time_on_site_new>
+ <nb_visits_returning>0</nb_visits_returning>
+ <nb_actions_returning>0</nb_actions_returning>
+ <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <max_actions_returning>0</max_actions_returning>
+ <avg_time_on_site_returning>00:00:00</avg_time_on_site_returning>
+ <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ </result>
+ <result prettyDate="Monday, January 4, 2010">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>00:00:00</avg_time_on_site_returning>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <max_actions_new>0</max_actions_new>
+ <avg_time_on_site_new>00:00:00</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ </result>
+ <result prettyDate="Tuesday, January 5, 2010">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>00:15:01</avg_time_on_site_returning>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <max_actions_new>0</max_actions_new>
+ <avg_time_on_site_new>00:00:00</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ </result>
+ <result prettyDate="Wednesday, January 6, 2010">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>00:15:01</avg_time_on_site_returning>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <max_actions_new>0</max_actions_new>
+ <avg_time_on_site_new>00:00:00</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ </result>
+ <result prettyDate="Thursday, January 7, 2010">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>00:15:01</avg_time_on_site_returning>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <max_actions_new>0</max_actions_new>
+ <avg_time_on_site_new>00:00:00</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ </result>
+ <result prettyDate="Friday, January 8, 2010">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>00:15:01</avg_time_on_site_returning>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <max_actions_new>0</max_actions_new>
+ <avg_time_on_site_new>00:00:00</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ </result>
+ <result prettyDate="Saturday, January 9, 2010">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>00:15:01</avg_time_on_site_returning>
+ <nb_visits_new>0</nb_visits_new>
+ <nb_actions_new>0</nb_actions_new>
+ <nb_uniq_visitors_new>0</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <max_actions_new>0</max_actions_new>
+ <avg_time_on_site_new>00:00:00</avg_time_on_site_new>
+ <nb_actions_per_visit_new>0</nb_actions_per_visit_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ </result>
+ </reportData>
+ <reportMetadata>
+ <result prettyDate="Sunday, January 3, 2010" />
+ <result prettyDate="Monday, January 4, 2010" />
+ <result prettyDate="Tuesday, January 5, 2010" />
+ <result prettyDate="Wednesday, January 6, 2010" />
+ <result prettyDate="Thursday, January 7, 2010" />
+ <result prettyDate="Friday, January 8, 2010" />
+ <result prettyDate="Saturday, January 9, 2010" />
+ </reportMetadata>
<reportTotal>
</reportTotal>
</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_day.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_day.xml
index c234bed59e..edf9ab6424 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_day.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_day.xml
@@ -1,2 +1,117 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="1">
+ <result date="2010-01-03">
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ </result>
+ <result date="2010-01-04">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ </result>
+ <result date="2010-01-05">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result date="2010-01-06">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result date="2010-01-07">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result date="2010-01-08">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result date="2010-01-09">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ </result>
+ <result period="2">
+ <result date="2010-01-03" />
+ <result date="2010-01-04">
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>3</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>1</sum_visit_length_new>
+ <max_actions_new>3</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>3</nb_actions_per_visit_new>
+ <avg_time_on_site_new>1</avg_time_on_site_new>
+ </result>
+ <result date="2010-01-05" />
+ <result date="2010-01-06" />
+ <result date="2010-01-07" />
+ <result date="2010-01-08" />
+ <result date="2010-01-09" />
+ </result>
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_month.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_month.xml
index c234bed59e..1f47da714e 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_month.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_month.xml
@@ -1,2 +1,56 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="1">
+ <result date="2010-01">
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>2</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>9</nb_visits_returning>
+ <nb_actions_returning>41</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>7208</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>11%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>4.6</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>801</avg_time_on_site_returning>
+ </result>
+ <result date="2010-02" />
+ <result date="2010-03" />
+ <result date="2010-04" />
+ <result date="2010-05" />
+ <result date="2010-06" />
+ <result date="2010-07" />
+ </result>
+ <result period="2">
+ <result date="2010-01">
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>3</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>1</sum_visit_length_new>
+ <max_actions_new>3</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>3</nb_actions_per_visit_new>
+ <avg_time_on_site_new>1</avg_time_on_site_new>
+ </result>
+ <result date="2010-02" />
+ <result date="2010-03" />
+ <result date="2010-04" />
+ <result date="2010-05" />
+ <result date="2010-06" />
+ <result date="2010-07" />
+ </result>
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_week.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_week.xml
index c234bed59e..882222bccc 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_week.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_week.xml
@@ -1,2 +1,69 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="1">
+ <result date="2009-12-28,2010-01-03">
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ </result>
+ <result date="2010-01-04,2010-01-10">
+ <nb_uniq_visitors_returning>2</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>7</nb_visits_returning>
+ <nb_actions_returning>31</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>5406</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>14%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>4.4</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>772</avg_time_on_site_returning>
+ </result>
+ <result date="2010-01-11,2010-01-17">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>2</nb_visits_returning>
+ <nb_actions_returning>10</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>1802</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result date="2010-01-18,2010-01-24" />
+ <result date="2010-01-25,2010-01-31" />
+ <result date="2010-02-01,2010-02-07" />
+ <result date="2010-02-08,2010-02-14" />
+ </result>
+ <result period="2">
+ <result date="2009-12-28,2010-01-03" />
+ <result date="2010-01-04,2010-01-10">
+ <nb_uniq_visitors_new>1</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>3</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>1</sum_visit_length_new>
+ <max_actions_new>3</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>3</nb_actions_per_visit_new>
+ <avg_time_on_site_new>1</avg_time_on_site_new>
+ </result>
+ <result date="2010-01-11,2010-01-17" />
+ <result date="2010-01-18,2010-01-24" />
+ <result date="2010-01-25,2010-01-31" />
+ <result date="2010-02-01,2010-02-07" />
+ <result date="2010-02-08,2010-02-14" />
+ </result>
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_year.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_year.xml
index c234bed59e..c74cbd4a36 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_year.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_year.xml
@@ -1,2 +1,50 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="1">
+ <result date="2010">
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_visits_returning>9</nb_visits_returning>
+ <nb_actions_returning>41</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>7208</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>11%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>4.6</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>801</avg_time_on_site_returning>
+ </result>
+ <result date="2011" />
+ <result date="2012" />
+ <result date="2013" />
+ <result date="2014" />
+ <result date="2015" />
+ <result date="2016" />
+ </result>
+ <result period="2">
+ <result date="2010">
+ <nb_visits_new>1</nb_visits_new>
+ <nb_actions_new>3</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>0</bounce_count_new>
+ <sum_visit_length_new>1</sum_visit_length_new>
+ <max_actions_new>3</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>3</nb_actions_per_visit_new>
+ <avg_time_on_site_new>1</avg_time_on_site_new>
+ </result>
+ <result date="2011" />
+ <result date="2012" />
+ <result date="2013" />
+ <result date="2014" />
+ <result date="2015" />
+ <result date="2016" />
+ </result>
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_day.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_day.xml
index c234bed59e..9265ec61ae 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_day.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_day.xml
@@ -1,2 +1,94 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2010-01-03">
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ </result>
+ <result period="2010-01-04">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>1</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>0</sum_visit_length_returning>
+ <max_actions_returning>1</max_actions_returning>
+ <bounce_rate_returning>100%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>1</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>0</avg_time_on_site_returning>
+ </result>
+ <result period="2010-01-05">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result period="2010-01-06">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result period="2010-01-07">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result period="2010-01-08">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result period="2010-01-09">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>1</nb_visits_returning>
+ <nb_actions_returning>5</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>901</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_month.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_month.xml
index c234bed59e..5dbf1082e6 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_month.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_month.xml
@@ -1,2 +1,33 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2010-01">
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_uniq_visitors_returning>2</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>9</nb_visits_returning>
+ <nb_actions_returning>41</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>7208</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>11%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>4.6</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>801</avg_time_on_site_returning>
+ </result>
+ <result period="2010-02" />
+ <result period="2010-03" />
+ <result period="2010-04" />
+ <result period="2010-05" />
+ <result period="2010-06" />
+ <result period="2010-07" />
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_week.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_week.xml
index c234bed59e..4f0d3baa56 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_week.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_week.xml
@@ -1,2 +1,46 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2009-12-28,2010-01-03">
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ </result>
+ <result period="2010-01-04,2010-01-10">
+ <nb_uniq_visitors_returning>2</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>7</nb_visits_returning>
+ <nb_actions_returning>31</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>5406</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>14%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>4.4</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>772</avg_time_on_site_returning>
+ </result>
+ <result period="2010-01-11,2010-01-17">
+ <nb_uniq_visitors_returning>1</nb_uniq_visitors_returning>
+ <nb_users_returning>0</nb_users_returning>
+ <nb_visits_returning>2</nb_visits_returning>
+ <nb_actions_returning>10</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>0</bounce_count_returning>
+ <sum_visit_length_returning>1802</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>0%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>5</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>901</avg_time_on_site_returning>
+ </result>
+ <result period="2010-01-18,2010-01-24" />
+ <result period="2010-01-25,2010-01-31" />
+ <result period="2010-02-01,2010-02-07" />
+ <result period="2010-02-08,2010-02-14" />
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_year.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_year.xml
index c234bed59e..fb4b769b94 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_year.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_idSiteOne___VisitFrequency.get_year.xml
@@ -1,2 +1,29 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2010">
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>2</nb_actions_new>
+ <nb_visits_converted_new>0</nb_visits_converted_new>
+ <bounce_count_new>2</bounce_count_new>
+ <sum_visit_length_new>0</sum_visit_length_new>
+ <max_actions_new>1</max_actions_new>
+ <bounce_rate_new>100%</bounce_rate_new>
+ <nb_actions_per_visit_new>1</nb_actions_per_visit_new>
+ <avg_time_on_site_new>0</avg_time_on_site_new>
+ <nb_visits_returning>9</nb_visits_returning>
+ <nb_actions_returning>41</nb_actions_returning>
+ <nb_visits_converted_returning>0</nb_visits_converted_returning>
+ <bounce_count_returning>1</bounce_count_returning>
+ <sum_visit_length_returning>7208</sum_visit_length_returning>
+ <max_actions_returning>5</max_actions_returning>
+ <bounce_rate_returning>11%</bounce_rate_returning>
+ <nb_actions_per_visit_returning>4.6</nb_actions_per_visit_returning>
+ <avg_time_on_site_returning>801</avg_time_on_site_returning>
+ </result>
+ <result period="2011" />
+ <result period="2012" />
+ <result period="2013" />
+ <result period="2014" />
+ <result period="2015" />
+ <result period="2016" />
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html
index b17ed4ddde..c39b46a30b 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html
@@ -5068,7 +5068,7 @@
</h2>
<img alt=""
- src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArwAAADICAIAAACF9KXqAAAEfklEQVR4nO3cS1biQABA0ehxJ+x/SayFHtCHTufHE+IHuHckEqoqTuqRCG+n02nYw+FwOB6Pew01DMM9o+24mIebHQC+yPvhcDhv0heTh/f71IDnHfeGTffqLLufFwC8lPefXsD38e4fAO7xMQzD8XhcvKI+fmu+uOMuvne//PL8kvPD8R2HyQHz114Oni/gvM75auezLK4kLmA86WTGxTEXB9yYBQAe0cfaE5ONeXGf3t4jLzcaJkdODhiPOdmeFxew2DfzWcYP136+esrz38/HWRw8zggAD+Tv7YnJ2/rfLG7AO+7T20MtPqsSAHg+/640rN2k+Kxf/g+Jlzy67UwfJa0AYHertyduM7ksf8MB32DjNse237B4APgp/3164uabFM+3g37FGT3fXwmAl7J6pWHxwwtrB4yv+c+3xvGzvUuuLmBjlo3DNj7UsHhGG0uaDFgWCQCP622vb4R8PuX+hU9GAPA6dv6fhkfnsgEArHGlAQBIXuhrpAGAe4gGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBA8gczQRugNvGghAAAAABJRU5ErkJggg=="
+ src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArwAAADICAIAAACF9KXqAAAQJElEQVR4nO3dz28c12EH8GeSIvXD+kFyyaWkWLW0jh3bjVH4B9zYsYOkSY3UKJr4UgTIoQUK5NDmYBSFmwAp1BZoDgngokX/iF5iBPnRBk3dtM6hjRAUEWDXPqwFu5Vt2lJkmSKzXC7JHkZer3e5y9mdWc5w5vM5CG9HM2/fcPfNfHdm3swt29vb4X21Wq1drtfrAQDgfVPtUq1W6wwKXS8BgJKbyLoBAMD+IDQAALFM7TrH5cuXO18uLy8vLS0NmL/RaExMTExPTydtWg5sbm42Go0jR45k3ZB0rK6uHjx4cHJyMuuGpKDZbG5tbR08eDDrhqRjZWXl6NGjWbciHbYAuWULkFv7aAuQ/pGGZrPZarVSrzYTm5ubzWYz61akptlsbm5uZt2KdLRarSJ9NOvr61k3ITW2ALllC5Bb+2gLsPuRhtOnTw942Wt7e3tmZqZSqSRqVz6srq5ubW2dOnUq64ako9FoLCwsFONn05UrV9bX1wvz0aysrBRmXWwBcssWILf20RbANQ0AQCxT0b0Z6vV6vV53nwYAoJ+pznAgKAAA/Tg9AQDEklloqH1YJg0YUyXRxAH1Z7K+AJBQlkca6h1i7kdT3N2O+1zMgPrb/yU9ALCPOD2RSG/c8cwOAIpq9/s0ZKW9M+76XT5giEe0w27/G97fqe84MKR35t4677vvvs76h0oD7fQw4K27VtPoFQDyLKehofP3ervc3se3p8dZfOSXtVrt4sWLy8vL586dG/x2MVek62Xv6njKKAB5lovTE4P3l/GveOhcZMDLwTPv2IbBi7ebt+tS8XOAxABA3mR5pKH3BETvf+13nSdK0poTADKRQmh46unn4s/8nWe/2C73OzIfirXj7LyyIc5xCNEBgHza69MT58+f7504wgmIXInaP/jcRPyRpUONQQWAPZPCkYbvPPvF8+fPnz17Nnp57dq1qampfo8Gv3Rp50o6rwrsukIwxLvCIN29bNSGixcvJqw8/rURrnwEIOfSuaah8/jB5cuXR3swbm9u6Pyvznl6y70vkxvwXqNVEna6QtOQSwDyILrY4B+/9XsHpvqehcjsQsgdd4pxnp41YJ524Bj8Rp2z9fvfSOeQy8EG1DP4LTwwDIDMbW5uRYVfNTYO3DrTb7ZcDLnMp87f/c4dAFBg12+sR4Vj/RNDyO3NnfKg69xBto0BgPF5++pqnNmEhkHin54AgP3r63//Qgjhycd22d85PQEAhBBCZfbw4BmEBgAghBAWhQYAII5q5cjgGYQGACi1jdbN8ZbVOUcaAID+rr33q6hw5PD04DmFBgAotbd/uRZzTqEBAErtL/7hpyGEL3zmo7vOKTQAAKFy4tCu8wgNAEBY2G28ZRAaAIAQwtJu4y2D0AAAZbbebEWFXW8HGYQGACizq+/eHG95aGb3x1EJDQBQXn/yzR+HED77m78WZ2ahAQDKbvbYwTizCQ0AUHZxxlsGoQEAiDPeMggNAEB1fvfxlkFoAIDSWmtsRIV5pycAgAGWr958VNX0gck48wsNAFBSf/rt50MITzxyNub8QgMAlNr88VjjLYPQAAAlNz8b64KGIDQAQMktxhtvGYQGACi56vytMecUGgCgjFZWm1Hh+NGZmIsIDQBQRm9dXY0KB6bihgGhAQDK6JlnfxJCePLxc/EXERoAoLzmj8cdOhGEBgAoszmhAQCIY3E+7njLIDQAQJktxXu+ZURoAIDSufZeIyocPTwdfymhAQBKZ/nqjagwOTlEEhAaAKB0vv53L4QQfvdTdwy1lNAAACVVmY37fMuI0AAAJVU5McTQiSA0AEBpLQ4zdCIIDQBQWkONtwxCAwCUzTvX1qLCoZmpoRYUGgCgXL7yVz+KChMTtwy1oNAAAGX0hU8PN94yCA0AUE7zJ4Z4VFVEaACAMlqcG+4qyCA0AEA5VYd5vmVEaACAEtnc3IoKS5Vbh11WaACAEnnr6mpUmD4wOeyyQgMAlMhXv/njEMLjD3xkhGWFBgAonfnjQw+dCEIDAJTQwuzQV0EGoQEASmjYR1VFhAYAKJ2l4cdbBqEBAMqjubEZFRaGv7NTEBoAoDzefOdGVDgwNUoAEBoAoCye/tbzIYRP3j/KeMsgNABA2SyONHQiCA0AUDaLI10FGYQGACib6khXQQahAQDK5tTC0I+qiggNAFAKN9aaUWHu+MHRahAaAKAU3nh/vOXk5Ih7/6l2qVardf1fvV4frVIAIG/+/G//PYTw6G+cHrmGqc4XUgIAFFt1pKdORJyeAIASObkwemj40JGGzjMUjjoAQPEsVUYcOhE6Q0NXSqjVatGU69evd06/cePGsWPHBtTYbDa3t7dXVlZGblN+NBqNVqtVjHUJIbRarbW1ta2trawbkoJGo7GxsVGkj6Yw62ILkFu2ALm1N1+zra3tqHDsUBj57aZ2neONN97ofHnp0qXeSyY7ra+vT0xMrK6ujtagXGm1Wq1Wq+svsH9F3WxqavcPPf82Nja2traazWbWDUlHs9kszNfMFiC3bAFya2+2ADfWWjcL711ZW7lltEp2//bcfffdA172unz58szMTKVSGa1BubK6urq8vHzu3LmsG5KOV199tVqtHjky+tms/Lhy5cr6+vrp06NfA5wrr7zyyl133ZV1K9JhC5BbtgC5tTdbgKeefi4q3P2xj41cyQcXQg4+fgAA7HePP3BbksU/dE2DCyEBoMCWKokONblPAwCUxelRnzoRcZ8GACiLarIjDUIDABTc5ubNobaONAAAg/zyeiMqHDk8naQeoQEACu4rf/2jVOoRGgCgFJ545PaENQgNAFAKiwmebxkRGgCgFJaEBgAgjpMJnm8ZERoAoMg2WjfHWya8SUMQGgCg2K5cW4sKh2aSPuNUaACAIvvjv/mXEMLD951KXpXQAADFtzh7KHklQgMAFF91LukFDUFoAIAyqFYOJ69EaACA4ltKPN4yCA0AUGDrzVZUWHR6AgAY4EvPfC8qHJhKYY8vNABAwX3qwdtSqUdoAICCW5hN4SrIIDQAQOFVTqRwk4YgNABA4VUTP98yIjQAQMEtJX5UVURoAIBiWmtsRAWnJwCAQb78te9HhcnJdHb3QgMAFNnnPnF7WlUJDQBQZGmdmwhCAwAUW1o3aQhCAwAUW3VeaAAA+tva2o4KqTzfMiI0AEABraw1o8LssYNp1Sk0AEAB/eE3fph6nUIDABTWk4/XUqxNaACAwpo/kdq5iSA0AECBVU6kNnQiCA0AUGBLKT3fMiI0AEDRbG5uRYW0HoodERoAoGiur6xHhaNHplOsVmgAgKL5o7/85xDC4w98JN1qhQYAKKYUb+sUERoAoJjmj6c5dCIIDQBQVAuzqT0UOyI0AEAxpfh8y4jQAACFstG6Od5yMdXxlkFoAICC+f0/+25UOHzwQLo1Cw0AUECfefhM6nUKDQBQQHPHUr4KMggNAFBI88dTvklDEBoAoJAWZlMeOhGEBgAopGol5aETQWgAgCJZb7aiQuWEaxoAgP6+9Mz3osLM9FTqlQsNAFA0v/2J28dRrdAAAEVz4tjMOKoVGgCgaMZxQUMQGgCgeBZm0x86EYQGACiepTGMtwxCAwAUxlpjIyrMHkv/dpBBaACAwvjy174fFaYPTI6jfqEBAArliUfOjqlmoQEACmVuDI+qiggNAFAo43hUVURoAIBCWZgTGgCAGKrzYxlvGYQGACiG926sR4XZo2O5h3QQGgCgGP7gGz+MCpOT49q5Cw0AUByf/+S4xlsGoQEAimTu+FgeVRURGgCgOBbHNnQiCA0AUCRCAwAQy6mFW8dXudAAAPveU08/FxWOHJoe37sIDQBQEA9//OTExC3jq19oAICCmB/n0IkgNABAYSzMCQ0AQAyLs+N66kREaACAgqhWxjjeMoQw1fmiVqu1y/V6faxvDACk62Tl6Fjr/yA01Gq1zqDQ9RIAyKf2eMuZ6cmxvpHTEwBQBA/euzTW8ZZBaACAYliYHe8FDaHrmoZUfPXbP0u9zqz9IusGUAYvZd0A+rEFYA+ksAWozucgNFy4cKHz5csvv3zPPfeMrT0AwChW333r5z9/b6xvsXtoeOihhwa87PVbLze2tifOnK4kadbz//Xax+9cSHhnqx+8UP/sw7cnqeG1N6+99n/XPvfoR5NU8tKrV5obm/ffvZSkkv+8+EblxKE7zswmqeSf/uOV++6qnlw4nqSSH7xQ//SDZ5KcNnvrnRv/+/bKY/fflqQZ//3S5UZz49H7zyapJJW/airf1ef+9X+eeOSOzP+qqXxXf/KzVysnDv36nSeTVJLWFiDhd/X1N9997bItwIfYAnRJ/l3d3Nz87r+98juP3ZmkGY311sLc4ScePXdgarxXHdyyvb0dldIaPXHp0qXDhw9Xq9V0GpiplZWV119//d577826Iel48cUXz5w5c/ToeAfk7I3l5eW1tbWzZxNtMvLjwoULu8bx/cIWILdsAXJrH20BPjjSUK/X3acBAOjnQ6cnBAUAoB9DLgGAWD64pgEAYIC+t5Ee2Y4XRsSc2Dmla+ah3j2t+2Fnuy5DtTP/p5Z2/GjCqH+WJB9Nv4mjNSPzXtNv4rDvnode02/iOOg1qUwcrRl6zY61xWlhtr0mhBC2t7e3t7fPnTvX/jeJrhp2rHbAxMG1xWxAnJpjVtX7ci/XZfv91WmL2dRdq0pr4gjrMnhK/Kp6X6b7ecVvRua9Jvnq5KfXpNIMvaZfVb0v9Zoda4vZgCL1mvj63qeh3wjMrh/QXaEmxYwzcmqLhoH0LrvjwYDOpJbDdUmrGTt+mgknjtCMzqraNbfrbM8T9vCjSVfmvWZkOew1Seg1uf1oeuk1eViX+Ia7jXTvp5t2e8alSM/w7HckqmsL0in/KzugR+13ek0e6DX7i16TW1OhY6365abRJDzBk6QZMVekPduuM2e4LoNr6/oJMo53zMRYP5p6GrckyU+vSWV1Qj56TVrrMrglek1WK5ufXpOWPPSaPZb+A6tCskt10pLWlzLzdYm5DY3fwmw35e2quioZ4ZfEyB9NPn8K5GF1Mu81aa1LHnpNivLQa7o2AjmRh9XJvNfs8UdzMzSk+JbJ/3w52YiHfKzL4BNmwzZmxwrjLDjWvWzXD74RmpSJXPWa/MjDuuSh14x7U773vSaV8wX56TW5Ov2xj9ZlqretO07pXbLfxMy3F21xOu2AkJirdemU8HB65mI2I88fjV6T24+mn0x6TYqb8lz1mtGqym2vSeWnXU56zR50wL6nJzr/Cp0Hx3ondumaWK/Xdzy43e+I95jWebQD7Plcl64WxnmL3G7KIyP8Jkvy0aR4tqVLJr1mb1Ynfs35XJeuFu5xrxlHB9zjXtO5eLrrkuG+pmtKKrLa1wz1dkkkuiNkzndFBbDjX7j3S9P7hRuwSL8Fe79/u04ct0J+wQq5UrmSw16zl594Ib9ghVypfWro0JDJzoMSKtJmQq9hb+g1jJtnTwAAsXjKJQAQi9AAAMQiNAAAsQgNAEAs/w/vStEZzNhbpwAAAABJRU5ErkJggg=="
height="200"
width="700"
margin="0 auto"/>
diff --git a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_day.xml b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_day.xml
index c234bed59e..2cc0e6ed4e 100644
--- a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_day.xml
+++ b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_day.xml
@@ -1,2 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2009-01-04" />
+ <result period="2009-01-05" />
+ <result period="2009-01-06" />
+ <result period="2009-01-07" />
+ <result period="2009-01-08" />
+ <result period="2009-01-09" />
+ <result period="2009-01-10" />
+</results> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_week.xml b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_week.xml
index c234bed59e..e0d8bf88a0 100644
--- a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_week.xml
+++ b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__VisitFrequency.get_week.xml
@@ -1,2 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result /> \ No newline at end of file
+<results>
+ <result period="2008-12-29,2009-01-04" />
+ <result period="2009-01-05,2009-01-11" />
+ <result period="2009-01-12,2009-01-18" />
+ <result period="2009-01-19,2009-01-25" />
+ <result period="2009-01-26,2009-02-01" />
+ <result period="2009-02-02,2009-02-08" />
+ <result period="2009-02-09,2009-02-15" />
+</results> \ No newline at end of file