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

test_ImportLogs__UserCountry.getContinent_month.xml « expected « Integration « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb4a48d22d4909b86e4b6126840b98fc6e1e3d28 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<label>Asia</label>
		<nb_visits>11</nb_visits>
		<nb_actions>14</nb_actions>
		<max_actions>3</max_actions>
		<sum_visit_length>305</sum_visit_length>
		<bounce_count>9</bounce_count>
		<goals>
			<row idgoal='1'>
				<nb_conversions>10</nb_conversions>
				<nb_visits_converted>10</nb_visits_converted>
				<revenue>50</revenue>
			</row>
		</goals>
		<nb_conversions>10</nb_conversions>
		<revenue>50</revenue>
		<sum_daily_nb_uniq_visitors>11</sum_daily_nb_uniq_visitors>
		<code>Asia</code>
	</row>
	<row>
		<label>Unknown</label>
		<nb_visits>7</nb_visits>
		<nb_actions>7</nb_actions>
		<max_actions>1</max_actions>
		<sum_visit_length>0</sum_visit_length>
		<bounce_count>7</bounce_count>
		<goals>
			<row idgoal='1'>
				<nb_conversions>7</nb_conversions>
				<nb_visits_converted>7</nb_visits_converted>
				<revenue>35</revenue>
			</row>
		</goals>
		<nb_conversions>7</nb_conversions>
		<revenue>35</revenue>
		<sum_daily_nb_uniq_visitors>7</sum_daily_nb_uniq_visitors>
		<code>Unknown</code>
	</row>
	<row>
		<label>North America</label>
		<nb_visits>5</nb_visits>
		<nb_actions>5</nb_actions>
		<max_actions>1</max_actions>
		<sum_visit_length>0</sum_visit_length>
		<bounce_count>5</bounce_count>
		<goals>
			<row idgoal='1'>
				<nb_conversions>5</nb_conversions>
				<nb_visits_converted>5</nb_visits_converted>
				<revenue>25</revenue>
			</row>
		</goals>
		<nb_conversions>5</nb_conversions>
		<revenue>25</revenue>
		<sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
		<code>North America</code>
	</row>
	<row>
		<label>South America</label>
		<nb_visits>3</nb_visits>
		<nb_actions>3</nb_actions>
		<max_actions>1</max_actions>
		<sum_visit_length>0</sum_visit_length>
		<bounce_count>3</bounce_count>
		<goals>
			<row idgoal='1'>
				<nb_conversions>3</nb_conversions>
				<nb_visits_converted>3</nb_visits_converted>
				<revenue>15</revenue>
			</row>
		</goals>
		<nb_conversions>3</nb_conversions>
		<revenue>15</revenue>
		<sum_daily_nb_uniq_visitors>3</sum_daily_nb_uniq_visitors>
		<code>South America</code>
	</row>
	<row>
		<label>Oceania</label>
		<nb_visits>1</nb_visits>
		<nb_actions>1</nb_actions>
		<max_actions>1</max_actions>
		<sum_visit_length>0</sum_visit_length>
		<bounce_count>1</bounce_count>
		<nb_visits_converted>0</nb_visits_converted>
		<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
		<code>Oceania</code>
	</row>
</result>