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

test_BackwardsCompatibility1XTest_flat__Actions.getPageUrls_range.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ca8949bba4ddb1c4e8a9f3ec4f7a710365811f0 (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
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<label>/</label>
		<nb_visits>1</nb_visits>
		<nb_hits>1</nb_hits>
		<sum_time_spent>180</sum_time_spent>
		
		
		
		<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
		<avg_bandwidth>0</avg_bandwidth>
		
		<avg_time_on_page>180</avg_time_on_page>
		<bounce_rate>0%</bounce_rate>
		<exit_rate>0%</exit_rate>
		
		<url>http://example.org/</url>
		<Actions_PageUrl>/</Actions_PageUrl>
		<segment>pageUrl==http%253A%252F%252Fexample.org%252F</segment>
	</row>
	<row>
		<label>/index.htm</label>
		<nb_visits>1</nb_visits>
		<nb_hits>1</nb_hits>
		<sum_time_spent>0</sum_time_spent>
		
		
		
		<exit_nb_visits>1</exit_nb_visits>
		<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
		<sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors>
		<avg_bandwidth>0</avg_bandwidth>
		
		<avg_time_on_page>0</avg_time_on_page>
		<bounce_rate>0%</bounce_rate>
		<exit_rate>100%</exit_rate>
		
		<url>http://example.org/index.htm</url>
		<Actions_PageUrl>/index.htm</Actions_PageUrl>
		<segment>pageUrl==http%253A%252F%252Fexample.org%252Findex.htm</segment>
	</row>
	<row>
		<label>/index.htm?parameter=Should display</label>
		<nb_visits>1</nb_visits>
		<nb_hits>1</nb_hits>
		<sum_time_spent>180</sum_time_spent>
		
		
		
		<entry_nb_visits>1</entry_nb_visits>
		<entry_nb_actions>7</entry_nb_actions>
		<entry_sum_visit_length>1621</entry_sum_visit_length>
		<entry_bounce_count>0</entry_bounce_count>
		<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
		<sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors>
		<avg_bandwidth>0</avg_bandwidth>
		
		<avg_time_on_page>180</avg_time_on_page>
		<bounce_rate>0%</bounce_rate>
		<exit_rate>0%</exit_rate>
		
		<url>http://example.org/index.htm?parameter=Should display</url>
		<Actions_PageUrl>/index.htm?parameter=Should display</Actions_PageUrl>
		<segment>pageUrl==http%253A%252F%252Fexample.org%252Findex.htm%253Fparameter%253DShould%2Bdisplay</segment>
	</row>
	<row>
		<label>/store/purchase.htm</label>
		<nb_visits>1</nb_visits>
		<nb_hits>1</nb_hits>
		<sum_time_spent>0</sum_time_spent>
		
		
		
		<entry_nb_visits>1</entry_nb_visits>
		<entry_nb_actions>1</entry_nb_actions>
		<entry_sum_visit_length>0</entry_sum_visit_length>
		<entry_bounce_count>1</entry_bounce_count>
		<exit_nb_visits>1</exit_nb_visits>
		<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
		<sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors>
		<sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors>
		<avg_bandwidth>0</avg_bandwidth>
		
		<avg_time_on_page>0</avg_time_on_page>
		<bounce_rate>100%</bounce_rate>
		<exit_rate>100%</exit_rate>
		
		<url>http://example.org/store/purchase.htm</url>
		<Actions_PageUrl>/store/purchase.htm</Actions_PageUrl>
		<segment>pageUrl==http%253A%252F%252Fexample.org%252Fstore%252Fpurchase.htm</segment>
	</row>
</result>