Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PHPUnit/Integration/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml')
-rw-r--r--tests/PHPUnit/Integration/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/tests/PHPUnit/Integration/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml b/tests/PHPUnit/Integration/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml
new file mode 100644
index 0000000000..4a066ecf36
--- /dev/null
+++ b/tests/PHPUnit/Integration/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row>
+ <nb_uniq_visitors>1</nb_uniq_visitors>
+ <nb_visits>2</nb_visits>
+ <nb_actions>8</nb_actions>
+ <nb_visits_converted>2</nb_visits_converted>
+ <bounce_count>1</bounce_count>
+ <sum_visit_length>1621</sum_visit_length>
+ <max_actions>7</max_actions>
+ <bounce_rate>50%</bounce_rate>
+ <nb_actions_per_visit>4</nb_actions_per_visit>
+ <avg_time_on_site>811</avg_time_on_site>
+ </row>
+ <row>
+ <row>
+ <label>0-10s</label>
+ <nb_visits>1</nb_visits>
+ </row>
+ <row>
+ <label>11-30s</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>31-60s</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>1-2 min</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>2-4 min</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>4-7 min</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>7-10 min</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>10-15 min</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>15-30 min</label>
+ <nb_visits>1</nb_visits>
+ </row>
+ <row>
+ <label>30+ min</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ </row>
+</result> \ No newline at end of file