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:
authormattab <matthieu.aubry@gmail.com>2015-05-25 09:39:24 +0300
committermattab <matthieu.aubry@gmail.com>2015-05-25 09:39:24 +0300
commit5e3f188fb5067871ac5285853d8286b94eae1979 (patch)
treed6dcb74ad869edc6196f0d0d740b17d7a7a46b86 /tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Actions.getOutlinks_day.xml
parentfe3e5ec336669fc8cf95f750c46f4570056179fe (diff)
For Outlinks and Download URLs, do not exclude URL parameters and store URLs untouched
Also adds a missing URL Encoding for action URLs. (when outlink or download urls contained `&` and such characters breaking the URL this possibly corrupted the tracking request). Fixes #6244
Diffstat (limited to 'tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Actions.getOutlinks_day.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Actions.getOutlinks_day.xml32
1 files changed, 20 insertions, 12 deletions
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Actions.getOutlinks_day.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Actions.getOutlinks_day.xml
index 1767641648..01dadf7a92 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Actions.getOutlinks_day.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Actions.getOutlinks_day.xml
@@ -1,34 +1,42 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
- <label>dev.piwik.org</label>
- <nb_visits>1</nb_visits>
+ <label>outlinks.org</label>
+ <nb_visits>2</nb_visits>
<nb_hits>2</nb_hits>
- <sum_time_spent>432</sum_time_spent>
+ <sum_time_spent>468</sum_time_spent>
<subtable>
<row>
- <label>/svn</label>
+ <label>/#!outlink-with-fragment-&lt;script&gt;</label>
<nb_visits>1</nb_visits>
<nb_uniq_visitors>1</nb_uniq_visitors>
- <nb_hits>2</nb_hits>
- <sum_time_spent>432</sum_time_spent>
- <url>http://dev.piwik.org/svn</url>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>360</sum_time_spent>
+ <url>https://outlinks.org/#!outlink-with-fragment-&lt;script&gt;</url>
+ </row>
+ <row>
+ <label>/other_outlink#fragment&amp;pk_campaign=Open partnership</label>
+ <nb_visits>1</nb_visits>
+ <nb_uniq_visitors>1</nb_uniq_visitors>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>108</sum_time_spent>
+ <url>http://outlinks.org/other_outlink#fragment&amp;pk_campaign=Open%20partnership</url>
</row>
</subtable>
</row>
<row>
- <label>outlinks.org</label>
+ <label>dev.piwik.org</label>
<nb_visits>1</nb_visits>
<nb_hits>1</nb_hits>
- <sum_time_spent>108</sum_time_spent>
+ <sum_time_spent>72</sum_time_spent>
<subtable>
<row>
- <label>/other_outlink</label>
+ <label>/svn</label>
<nb_visits>1</nb_visits>
<nb_uniq_visitors>1</nb_uniq_visitors>
<nb_hits>1</nb_hits>
- <sum_time_spent>108</sum_time_spent>
- <url>http://outlinks.org/other_outlink</url>
+ <sum_time_spent>72</sum_time_spent>
+ <url>http://dev.piwik.org/svn</url>
</row>
</subtable>
</row>