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

test_SiteSearch_Actions.getPageTitles_firstSite_lastN__API.getProcessedReport_month.xml « expected « Integration « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43e02d1d41ae5547466741d21dc666d893bf2e8b (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
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<website>Site 1 - Site search</website>
	<prettyDate>1 Jan 10 - 31 Jul 10</prettyDate>
	<metadata>
		<category>Actions</category>
		<name>Page titles</name>
		<module>Actions</module>
		<action>getPageTitles</action>
		<dimension>Page Name</dimension>
		<metrics>
			<nb_hits>Pageviews</nb_hits>
			<nb_visits>Unique Pageviews</nb_visits>
			<bounce_rate>Bounce Rate</bounce_rate>
			<avg_time_on_page>Avg. time on page</avg_time_on_page>
			<exit_rate>Exit rate</exit_rate>
			<avg_time_generation>Avg. generation time</avg_time_generation>
		</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>
			<bounce_rate>The percentage of visits that started on this page and left the website straight away.</bounce_rate>
			<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>
			<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>
		<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>
		<actionToLoadSubTables>getPageTitles</actionToLoadSubTables>
		<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Actions&amp;apiAction=getPageTitles&amp;period=range&amp;date=2010-01-03,2010-07-03</imageGraphUrl>
		<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Actions&amp;apiAction=getPageTitles&amp;period=month&amp;date=2010-01-03,2010-07-03</imageGraphEvolutionUrl>
		<uniqueId>Actions_getPageTitles</uniqueId>
	</metadata>
	<columns>
		<label>Page Name</label>
		<nb_hits>Pageviews</nb_hits>
		<nb_visits>Unique Pageviews</nb_visits>
		<bounce_rate>Bounce Rate</bounce_rate>
		<avg_time_on_page>Avg. time on page</avg_time_on_page>
		<exit_rate>Exit rate</exit_rate>
		<avg_time_generation>Avg. generation time</avg_time_generation>
	</columns>
	<reportData>
		<result prettyDate="2010, January">
			<row>
				<label> Im just a page</label>
				<nb_visits>1</nb_visits>
				<nb_hits>1</nb_hits>
				<avg_time_on_page>00:00:36</avg_time_on_page>
				<bounce_rate>0%</bounce_rate>
				<exit_rate>0%</exit_rate>
				<avg_time_generation>00:00:00</avg_time_generation>
			</row>
			<row>
				<label> Pageview, not search</label>
				<nb_visits>1</nb_visits>
				<nb_hits>1</nb_hits>
				<avg_time_on_page>00:00:00</avg_time_on_page>
				<bounce_rate>0%</bounce_rate>
				<exit_rate>100%</exit_rate>
				<avg_time_generation>00:00:00</avg_time_generation>
			</row>
			<row>
				<label> This is a pageview, not a Search - IS_FOLLOWING_SEARCH ONCE</label>
				<nb_visits>1</nb_visits>
				<nb_hits>2</nb_hits>
				<avg_time_on_page>00:04:12</avg_time_on_page>
				<bounce_rate>0%</bounce_rate>
				<exit_rate>0%</exit_rate>
				<avg_time_generation>00:00:00</avg_time_generation>
			</row>
		</result>
		<result prettyDate="2010, February" />
		<result prettyDate="2010, March" />
		<result prettyDate="2010, April" />
		<result prettyDate="2010, May" />
		<result prettyDate="2010, June" />
		<result prettyDate="2010, July" />
	</reportData>
	<reportMetadata>
		<result prettyDate="2010, January" />
		<result prettyDate="2010, February" />
		<result prettyDate="2010, March" />
		<result prettyDate="2010, April" />
		<result prettyDate="2010, May" />
		<result prettyDate="2010, June" />
		<result prettyDate="2010, July" />
	</reportMetadata>
</result>