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

test_OneVisitorTwoVisits__subtable__API.getProcessedReport_week.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d13ec927453e10accf2a59cdf3625eb352881f85 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<website>new name</website>
	<prettyDate>week March 1 – 7, 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>
			<avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation>
		</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=week&amp;date=2010-03-06&amp;idSubtable=1</imageGraphUrl>
		<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Actions&amp;apiAction=getPageUrls&amp;period=week&amp;date=2009-08-10,2010-03-07&amp;idSubtable=1</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>
		<avg_time_generation>Avg. generation time</avg_time_generation>
	</columns>
	<reportData>
		<row>
			<label>/purchase.htm</label>
			<nb_visits>1</nb_visits>
			<nb_hits>1</nb_hits>
			<bounce_rate>100%</bounce_rate>
			<avg_time_on_page>00:00:00</avg_time_on_page>
			<exit_rate>100%</exit_rate>
			<avg_time_generation>0.13s</avg_time_generation>
		</row>
	</reportData>
	<reportMetadata>
		<row>
			<url>http://example.org/store/purchase.htm</url>
			<segment>pageUrl==http%3A%2F%2Fexample.org%2Fstore%2Fpurchase.htm</segment>
		</row>
	</reportMetadata>
	<reportTotal>
		<nb_visits>1</nb_visits>
		<nb_hits>1</nb_hits>
		<entry_bounce_count>1</entry_bounce_count>
		<entry_nb_visits>1</entry_nb_visits>
		<entry_nb_actions>1</entry_nb_actions>
		<exit_nb_visits>1</exit_nb_visits>
	</reportTotal>
</result>