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

test_RowEvolution_pageTitlesMulti__API.getRowEvolution_week.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1da0cd6ff6d957d923a44cf451093076bdc3d948 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<column>nb_hits</column>
	<reportData>
		<result date="2010-02-01,2010-02-07">
			<row>
				<nb_hits_0>2</nb_hits_0>
				<nb_hits_1>1</nb_hits_1>
			</row>
		</result>
		<result date="2010-02-08,2010-02-14">
			<row>
				<nb_hits_0>2</nb_hits_0>
				<nb_hits_1>3</nb_hits_1>
			</row>
		</result>
		<result date="2010-02-15,2010-02-21">
			<row>
				<nb_hits_0>2</nb_hits_0>
				<nb_hits_1>2</nb_hits_1>
			</row>
		</result>
		<result date="2010-02-22,2010-02-28">
			<row>
				<nb_hits_0>3</nb_hits_0>
				<nb_hits_1>2</nb_hits_1>
			</row>
		</result>
		<result date="2010-03-01,2010-03-07">
			<row>
				<nb_hits_0>2</nb_hits_0>
				<nb_hits_1>2</nb_hits_1>
			</row>
		</result>
	</reportData>
	<metadata>
		<metrics>
			<nb_hits_0>
				<name>incredible title 0 (Pageviews)</name>
				<min>2</min>
				<max>3</max>
				<change>0%</change>
			</nb_hits_0>
			<nb_hits_1>
				<name>incredible title 2 (Pageviews)</name>
				<min>1</min>
				<max>3</max>
				<change>+100%</change>
			</nb_hits_1>
		</metrics>
		<dimension>Page Title</dimension>
		<columns>
			<nb_hits>Pageviews</nb_hits>
			<nb_visits>Unique Pageviews</nb_visits>
			<avg_time_on_page>Avg. time on page</avg_time_on_page>
			<bounce_rate>Bounce Rate</bounce_rate>
			<exit_rate>Exit rate</exit_rate>
			<avg_time_generation>Avg. generation time</avg_time_generation>
		</columns>
	</metadata>
</result>