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

test_ManyVisitorsOneWebsiteTest_sortByProcessedMetric__API.getProcessedReport_day.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33eb8d25bff3bb5871c36a65ef123663fa506567 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<website>Site 1</website>
	<prettyDate>Sunday, January 3, 2010</prettyDate>
	<metadata>
		<category>Actions</category>
		<subcategory>Pages</subcategory>
		<name>Page URLs</name>
		<module>Actions</module>
		<action>getPageUrls</action>
		<dimension>Page URL</dimension>
		<documentation>This report contains information about the page URLs that have been visited. &lt;br /&gt; The table is organized hierarchically, the URLs are displayed as a folder structure.&lt;br /&gt;Use the plus and minus icons on the left to navigate.</documentation>
		<metrics>
			<nb_hits>Pageviews</nb_hits>
			<nb_visits>Unique Pageviews</nb_visits>
		</metrics>
		<metricsDocumentation>
			<nb_hits>The number of times this page was visited.</nb_hits>
			<nb_visits>The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.</nb_visits>
			<avg_time_on_page>The average amount of time visitors spent on this page (only the page, not the entire website).</avg_time_on_page>
			<bounce_rate>The percentage of visits that started on this page and left the website straight away.</bounce_rate>
			<exit_rate>The percentage of visits that left the website after viewing this page.</exit_rate>
		</metricsDocumentation>
		<processedMetrics>
			<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>
		</processedMetrics>
		<actionToLoadSubTables>getPageUrls</actionToLoadSubTables>
		<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Actions&amp;apiAction=getPageUrls&amp;period=day&amp;date=2010-01-03</imageGraphUrl>
		<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Actions&amp;apiAction=getPageUrls&amp;period=day&amp;date=2009-12-05,2010-01-03</imageGraphEvolutionUrl>
		<uniqueId>Actions_getPageUrls</uniqueId>
	</metadata>
	<columns>
		<label>Page URL</label>
		<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>
	</columns>
	<reportData>
		<row>
			<label>space</label>
			<nb_visits>4</nb_visits>
			<nb_hits>4</nb_hits>
			<bounce_rate>0%</bounce_rate>
			<avg_time_on_page>00:06:00</avg_time_on_page>
			<exit_rate>0%</exit_rate>
		</row>
		<row>
			<label>grue</label>
			<nb_visits>4</nb_visits>
			<nb_hits>4</nb_hits>
			<bounce_rate>100%</bounce_rate>
			<avg_time_on_page>00:00:00</avg_time_on_page>
			<exit_rate>100%</exit_rate>
		</row>
	</reportData>
	<reportMetadata>
		<row>
			
			<idsubdatatable>2778</idsubdatatable>
		</row>
		<row>
			
			<idsubdatatable>2777</idsubdatatable>
		</row>
	</reportMetadata>
	<reportTotal>
		<nb_visits>8</nb_visits>
		<nb_hits>8</nb_hits>
		<entry_bounce_count>4</entry_bounce_count>
		<entry_nb_visits>8</entry_nb_visits>
		<entry_nb_actions>24</entry_nb_actions>
		<exit_nb_visits>4</exit_nb_visits>
	</reportTotal>
</result>