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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-05 15:05:47 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-05 15:05:47 +0400
commit5a1eab97f54b44f57356b4276b9c9df2a8eef51b (patch)
tree83864ece2806ccf6e6bb49abf3fd65de92c13ad8 /tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml
parent19bcd2d262343eae9d553378e4c66ce7e033b4d8 (diff)
refs #5940 put tests in correct folders, better testsuite names, some tests still fail and I cannot figure out why
Diffstat (limited to 'tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml
new file mode 100644
index 0000000000..ddbfc27323
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <website>Site 1 - Site search</website>
+ <prettyDate>1 Jan 10 - 31 Jul 10</prettyDate>
+ <metadata>
+ <category>Site Search</category>
+ <name>Pages Following a Site Search</name>
+ <module>Actions</module>
+ <action>getPageUrlsFollowingSiteSearch</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>
+ <metrics>
+ <nb_hits_following_search>Clicked in search results</nb_hits_following_search>
+ <nb_hits>Total 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>
+ <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Actions&amp;apiAction=getPageUrlsFollowingSiteSearch&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=getPageUrlsFollowingSiteSearch&amp;period=month&amp;date=2010-01-03,2010-07-03</imageGraphEvolutionUrl>
+ <uniqueId>Actions_getPageUrlsFollowingSiteSearch</uniqueId>
+ </metadata>
+ <columns>
+ <label>Destination Page</label>
+ <nb_hits_following_search>Clicked in search results</nb_hits_following_search>
+ <nb_hits>Total Pageviews</nb_hits>
+ </columns>
+ <reportData>
+ <result prettyDate="2010, January">
+ <row>
+ <label>/index.htm</label>
+ <nb_hits>1</nb_hits>
+ <nb_hits_following_search>1</nb_hits_following_search>
+ </row>
+ <row>
+ <label>/index.htm?random=PAGEVIEW, NOT SEARCH&amp;mykwd=&amp;IS_FOLLOWING_SEARCH ONCE</label>
+ <nb_hits>2</nb_hits>
+ <nb_hits_following_search>1</nb_hits_following_search>
+ </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">
+ <row>
+ <url>http://example.org/index.htm</url>
+ </row>
+ <row>
+ <url>http://example.org/index.htm?random=PAGEVIEW, NOT SEARCH&amp;mykwd=&amp;IS_FOLLOWING_SEARCH ONCE</url>
+ </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" />
+ </reportMetadata>
+ <reportTotal>
+ <nb_visits>2</nb_visits>
+ <nb_hits>3</nb_hits>
+ </reportTotal>
+</result> \ No newline at end of file