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

test_RowEvolution_mobileDesktop__API.getRowEvolution_day.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ccbf5c52efa185ab8c7e411c6618273888a3b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<column>nb_visits</column>
	<reportData>
		<result date="2010-03-01">
			<row>
				<nb_visits_0>0</nb_visits_0>
				<nb_visits_1>0</nb_visits_1>
			</row>
		</result>
		<result date="2010-03-02">
			<row>
				<nb_visits_0>1</nb_visits_0>
				<nb_visits_1>0</nb_visits_1>
			</row>
		</result>
		<result date="2010-03-03">
			<row>
				<nb_visits_0>0</nb_visits_0>
				<nb_visits_1>0</nb_visits_1>
			</row>
		</result>
		<result date="2010-03-04">
			<row>
				<nb_visits_0>1</nb_visits_0>
				<nb_visits_1>0</nb_visits_1>
			</row>
		</result>
		<result date="2010-03-05">
			<row>
				<nb_visits_0>0</nb_visits_0>
				<nb_visits_1>0</nb_visits_1>
			</row>
		</result>
		<result date="2010-03-06">
			<row>
				<nb_visits_0>1</nb_visits_0>
				<nb_visits_1>0</nb_visits_1>
			</row>
		</result>
	</reportData>
	<metadata>
		<metrics>
			<nb_visits_0>
				<name>Desktop (Visits)</name>
				<logo>plugins/DevicesDetection/images/screens/normal.png</logo>
				<min>0</min>
				<max>1</max>
			</nb_visits_0>
			<nb_visits_1>
				<name>Mobile (Visits)</name>
			</nb_visits_1>
		</metrics>
		<dimension>Device type</dimension>
		<columns>
			<nb_visits>Visits</nb_visits>
			<nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
			<nb_actions>Actions</nb_actions>
			<nb_users>Users</nb_users>
			<nb_actions_per_visit>Actions per Visit</nb_actions_per_visit>
			<avg_time_on_site>Avg. Time on Website</avg_time_on_site>
			<bounce_rate>Bounce Rate</bounce_rate>
		</columns>
	</metadata>
</result>