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

test_OneVisitorTwoVisits_showColumns___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: f8e3c26999ad769ddc64988c5453e2f2c6c7c939 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<website>new name</website>
	<prettyDate>Saturday 6 March 2010</prettyDate>
	<metadata>
		<category>Actions</category>
		<name>Page titles</name>
		<module>Actions</module>
		<action>getPageTitles</action>
		<dimension>Page Name</dimension>
		<documentation>This report contains information about the titles of the pages that have been visited. &lt;br /&gt; The page title is the HTML &lt;title&gt; Tag that most browsers show in their window title.</documentation>
		<metrics>
			<nb_hits>Pageviews</nb_hits>
		</metrics>
		<metricsDocumentation>
			<nb_hits>The number of times this page was visited.</nb_hits>
			<bounce_rate>The percentage of visits that started on this page and left the website straight away.</bounce_rate>
		</metricsDocumentation>
		<processedMetrics>
			<bounce_rate>Bounce Rate</bounce_rate>
		</processedMetrics>
		<actionToLoadSubTables>getPageTitles</actionToLoadSubTables>
		<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Actions&amp;apiAction=getPageTitles&amp;period=day&amp;date=2010-03-06</imageGraphUrl>
		<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Actions&amp;apiAction=getPageTitles&amp;period=day&amp;date=2010-02-05,2010-03-06</imageGraphEvolutionUrl>
		<uniqueId>Actions_getPageTitles</uniqueId>
	</metadata>
	<columns>
		<label>Page Name</label>
		<nb_hits>Pageviews</nb_hits>
		<bounce_rate>Bounce Rate</bounce_rate>
	</columns>
	<reportData>
		<row>
			<label>Checkout</label>
			<nb_hits>1</nb_hits>
			<bounce_rate>100%</bounce_rate>
		</row>
		<row>
			<label> incredible title!</label>
			<nb_hits>1</nb_hits>
			<bounce_rate>0%</bounce_rate>
		</row>
		<row>
			<label> Looking at homepage (again)...</label>
			<nb_hits>1</nb_hits>
			<bounce_rate>0%</bounce_rate>
		</row>
		<row>
			<label> Second page view - should be registered as URL</label>
			<nb_hits>1</nb_hits>
			<bounce_rate>0%</bounce_rate>
		</row>
	</reportData>
	<reportMetadata>
		<row>
			
			<idsubdatatable>2082</idsubdatatable>
		</row>
	</reportMetadata>
	<reportTotal>
		<nb_hits>4</nb_hits>
		<entry_nb_visits>2</entry_nb_visits>
	</reportTotal>
</result>