File: test___UserCountry.getContinent_day.xml

package info (click to toggle)
matomo 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 95,068 kB
  • sloc: php: 289,425; xml: 127,249; javascript: 112,130; python: 202; sh: 178; makefile: 20; sql: 10
file content (55 lines) | stat: -rw-r--r-- 1,488 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<label>Europe</label>
		<nb_uniq_visitors>3</nb_uniq_visitors>
		<nb_visits>6</nb_visits>
		<nb_actions>18</nb_actions>
		<nb_users>0</nb_users>
		<max_actions>5</max_actions>
		<sum_visit_length>4863</sum_visit_length>
		<bounce_count>3</bounce_count>
		<nb_visits_converted>6</nb_visits_converted>
		<goals>
			<row idgoal='1'>
				<nb_conversions>6</nb_conversions>
				<nb_visits_converted>6</nb_visits_converted>
				<revenue>30</revenue>
			</row>
			<row idgoal='2'>
				<nb_conversions>3</nb_conversions>
				<nb_visits_converted>3</nb_visits_converted>
				<revenue>15</revenue>
			</row>
		</goals>
		<nb_conversions>9</nb_conversions>
		<revenue>45</revenue>
		<code>Europe</code>
	</row>
	<row>
		<label>North America</label>
		<nb_uniq_visitors>1</nb_uniq_visitors>
		<nb_visits>2</nb_visits>
		<nb_actions>6</nb_actions>
		<nb_users>0</nb_users>
		<max_actions>5</max_actions>
		<sum_visit_length>1621</sum_visit_length>
		<bounce_count>1</bounce_count>
		<nb_visits_converted>2</nb_visits_converted>
		<goals>
			<row idgoal='1'>
				<nb_conversions>2</nb_conversions>
				<nb_visits_converted>2</nb_visits_converted>
				<revenue>10</revenue>
			</row>
			<row idgoal='2'>
				<nb_conversions>1</nb_conversions>
				<nb_visits_converted>1</nb_visits_converted>
				<revenue>5</revenue>
			</row>
		</goals>
		<nb_conversions>3</nb_conversions>
		<revenue>15</revenue>
		<code>North America</code>
	</row>
</result>