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:
authorKate Butler <kate@innocraft.com>2019-12-17 00:15:11 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-12-17 00:15:11 +0300
commit72eece3fbbb9df81f941a4cdbe83a928679daa18 (patch)
tree7d6e7c0cc0f81512891de2ab691a5c07cfdab45b /plugins/ExamplePlugin
parent76102d2c9b21cd7317ed9d4e6ea7879f83b01474 (diff)
Show 'new' metrics on visitor engagement report/sparklines (#15128)
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml b/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml
index 47964dea53..75b331173f 100644
--- a/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml
+++ b/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml
@@ -7,6 +7,14 @@
<max_actions>2</max_actions>
<bounce_count>0</bounce_count>
<sum_visit_length>1264</sum_visit_length>
+ <nb_visits_new>2</nb_visits_new>
+ <nb_actions_new>4</nb_actions_new>
+ <nb_uniq_visitors_new>2</nb_uniq_visitors_new>
+ <nb_users_new>0</nb_users_new>
+ <max_actions_new>2</max_actions_new>
+ <bounce_rate_new>0%</bounce_rate_new>
+ <nb_actions_per_visit_new>2</nb_actions_per_visit_new>
+ <avg_time_on_site_new>632</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>