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

test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5aa677c9d2626ec3afc24c64f6c73bb0e2912120 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<website>Site 1 - Site search</website>
	<prettyDate>January 1 – July 31, 2010</prettyDate>
	<metadata>
		<category>Actions</category>
		<subcategory>Site Search</subcategory>
		<name>Page Titles Following a Site Search</name>
		<module>Actions</module>
		<action>getPageTitlesFollowingSiteSearch</action>
		<dimension>Destination Page</dimension>
		<documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.&lt;br/&gt;Use the plus and minus icons on the left to navigate.</documentation>
		<onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
		<metrics>
			<nb_hits_following_search>Clicked in search results</nb_hits_following_search>
			<nb_hits>Pageviews</nb_hits>
		</metrics>
		<metricsDocumentation>
			<nb_hits_following_search>The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.</nb_hits_following_search>
			<nb_hits>The number of times this page was visited.</nb_hits>
		</metricsDocumentation>
		<relatedReports>
			<row>
				<name>Pages Following a Site Search</name>
				<module>Actions</module>
				<action>getPageUrlsFollowingSiteSearch</action>
			</row>
		</relatedReports>
		<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Actions&amp;apiAction=getPageTitlesFollowingSiteSearch&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=getPageTitlesFollowingSiteSearch&amp;period=month&amp;date=2010-01-03,2010-07-03</imageGraphEvolutionUrl>
		<uniqueId>Actions_getPageTitlesFollowingSiteSearch</uniqueId>
	</metadata>
	<columns>
		<label>Destination Page</label>
		<nb_hits_following_search>Clicked in search results</nb_hits_following_search>
		<nb_hits>Pageviews</nb_hits>
	</columns>
	<reportData>
		<result prettyDate="January 2010">
			<row>
				<label> Im just a page</label>
				<nb_hits>1</nb_hits>
				<nb_hits_following_search>1</nb_hits_following_search>
			</row>
			<row>
				<label> This is a pageview, not a Search - IS_FOLLOWING_SEARCH ONCE</label>
				<nb_hits>2</nb_hits>
				<nb_hits_following_search>1</nb_hits_following_search>
			</row>
		</result>
		<result prettyDate="February 2010" />
		<result prettyDate="March 2010" />
		<result prettyDate="April 2010" />
		<result prettyDate="May 2010" />
		<result prettyDate="June 2010" />
		<result prettyDate="July 2010" />
	</reportData>
	<reportMetadata>
		<result prettyDate="January 2010" />
		<result prettyDate="February 2010" />
		<result prettyDate="March 2010" />
		<result prettyDate="April 2010" />
		<result prettyDate="May 2010" />
		<result prettyDate="June 2010" />
		<result prettyDate="July 2010" />
	</reportMetadata>
	<reportTotal>
		<nb_visits>2</nb_visits>
		<nb_hits>3</nb_hits>
		<sum_time_spent>252</sum_time_spent>
		<nb_hits_following_search>2</nb_hits_following_search>
		<sum_bandwidth>0</sum_bandwidth>
		<nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
		<sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
	</reportTotal>
</result>