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

test_ImportLogs__UserCountry.getCity_month.xml « expected « Integration « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9567fc2f237aa665391d54e083af2f1511cab3a2 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<label>Unknown</label>
		<nb_visits>22</nb_visits>
		<nb_actions>25</nb_actions>
		<max_actions>3</max_actions>
		<sum_visit_length>305</sum_visit_length>
		<bounce_count>20</bounce_count>
		<goals>
			<row idgoal='1'>
				<nb_conversions>20</nb_conversions>
				<nb_visits_converted>20</nb_visits_converted>
				<revenue>100</revenue>
			</row>
		</goals>
		<nb_conversions>20</nb_conversions>
		<revenue>100</revenue>
		<sum_daily_nb_uniq_visitors>22</sum_daily_nb_uniq_visitors>
		<sum_daily_nb_users>9</sum_daily_nb_users>
		<city_name>Unknown</city_name>
		<city>xx</city>
		<region>xx</region>
		<country>xx</country>
		<country_name>Unknown</country_name>
		<region_name>Unknown</region_name>
		<logo>plugins/UserCountry/images/flags/xx.png</logo>
	</row>
	<row>
		<label>Ashburn, Virginia, United States</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>
		<sum_daily_nb_users>2</sum_daily_nb_users>
		<lat>39.044</lat>
		<long>-77.488</long>
		<city_name>Ashburn</city_name>
		<region>VA</region>
		<country>us</country>
		<country_name>United States</country_name>
		<region_name>Virginia</region_name>
		<logo>plugins/UserCountry/images/flags/us.png</logo>
	</row>
</result>