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

test_reportLimiting_rankingQuery__CustomVariables.getCustomVariables_day.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ee02592b75d96381959ebe371299dcd61942fc9 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<label>liked</label>
		<nb_actions>20</nb_actions>
		<slots>
			<row>
				<scope>page</scope>
				<index>4</index>
			</row>
		</slots>
		<segment>customVariableName==liked</segment>
		<subtable>
			<row>
				<label>y</label>
				<nb_visits>16</nb_visits>
				<nb_actions>16</nb_actions>
			</row>
			<row>
				<label>Others</label>
				<nb_visits>4</nb_visits>
				<nb_actions>4</nb_actions>
			</row>
		</subtable>
	</row>
	<row>
		<label>name</label>
		<nb_actions>20</nb_actions>
		<slots>
			<row>
				<scope>page</scope>
				<index>1</index>
			</row>
		</slots>
		<segment>customVariableName==name</segment>
		<subtable>
			<row>
				<label>thing0</label>
				<nb_visits>1</nb_visits>
				<nb_actions>1</nb_actions>
			</row>
			<row>
				<label>Others</label>
				<nb_visits>19</nb_visits>
				<nb_actions>19</nb_actions>
			</row>
		</subtable>
	</row>
	<row>
		<label>Others</label>
		<nb_actions>60</nb_actions>
	</row>
</result>