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

test_reportLimiting__Referrers.getWebsites_day.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb46ea8f5fc0a820f1983fab02cfd48582a83b19 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<label>whatever0.com</label>
		<nb_uniq_visitors>3</nb_uniq_visitors>
		<nb_visits>4</nb_visits>
		<nb_actions>4</nb_actions>
		<nb_users>0</nb_users>
		<max_actions>1</max_actions>
		<sum_visit_length>0</sum_visit_length>
		<bounce_count>4</bounce_count>
		<nb_visits_converted>0</nb_visits_converted>
		<segment>referrerName==whatever0.com</segment>
		<subtable>
			<row>
				<label>http://whatever0.com/0</label>
				<nb_uniq_visitors>1</nb_uniq_visitors>
				<nb_visits>2</nb_visits>
				<nb_actions>2</nb_actions>
				<nb_users>0</nb_users>
				<max_actions>1</max_actions>
				<sum_visit_length>0</sum_visit_length>
				<bounce_count>2</bounce_count>
				<nb_visits_converted>0</nb_visits_converted>
			</row>
			<row>
				<label>Others</label>
				<nb_uniq_visitors>2</nb_uniq_visitors>
				<nb_visits>2</nb_visits>
				<nb_actions>2</nb_actions>
				<nb_users>0</nb_users>
				<max_actions>1</max_actions>
				<sum_visit_length>0</sum_visit_length>
				<bounce_count>2</bounce_count>
				<nb_visits_converted>0</nb_visits_converted>
			</row>
		</subtable>
	</row>
	<row>
		<label>whatever1.com</label>
		<nb_uniq_visitors>2</nb_uniq_visitors>
		<nb_visits>2</nb_visits>
		<nb_actions>2</nb_actions>
		<nb_users>0</nb_users>
		<max_actions>1</max_actions>
		<sum_visit_length>0</sum_visit_length>
		<bounce_count>2</bounce_count>
		<nb_visits_converted>0</nb_visits_converted>
		<segment>referrerName==whatever1.com</segment>
		<subtable>
			<row>
				<label>http://whatever1.com/0</label>
				<nb_uniq_visitors>1</nb_uniq_visitors>
				<nb_visits>1</nb_visits>
				<nb_actions>1</nb_actions>
				<nb_users>0</nb_users>
				<max_actions>1</max_actions>
				<sum_visit_length>0</sum_visit_length>
				<bounce_count>1</bounce_count>
				<nb_visits_converted>0</nb_visits_converted>
			</row>
			<row>
				<label>http://whatever1.com/2</label>
				<nb_uniq_visitors>1</nb_uniq_visitors>
				<nb_visits>1</nb_visits>
				<nb_actions>1</nb_actions>
				<nb_users>0</nb_users>
				<max_actions>1</max_actions>
				<sum_visit_length>0</sum_visit_length>
				<bounce_count>1</bounce_count>
				<nb_visits_converted>0</nb_visits_converted>
			</row>
		</subtable>
	</row>
	<row>
		<label>Others</label>
		<nb_uniq_visitors>2</nb_uniq_visitors>
		<nb_visits>2</nb_visits>
		<nb_actions>2</nb_actions>
		<nb_users>0</nb_users>
		<max_actions>1</max_actions>
		<sum_visit_length>0</sum_visit_length>
		<bounce_count>2</bounce_count>
		<nb_visits_converted>0</nb_visits_converted>
	</row>
</result>