1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 15:07:44 +00:00
Files
matomo/plugins/SitesManager/tests/System/expected/test_SitesManagerwithLimit__SitesManager.getPatternMatchSites.xml
Stefan Giehl 92896ae6d1 Provide possibility to configure referrer exclusion list (#19302)
* Adds database column to store referrer exclusion

* Adds global setting for referrer exclusion

* Adds measurable setting to configure excluded referrers

* adjust SitesManager tests

* Implement referrer exclusion

* Make referrer exclusion code easier to understand

* fix tests

* Adds validation for referrer exclusion

* fix test

* Implement referrer exclusion in tracker js

* rebuilt tracker js

* Adds some javascript tests

* ensure setIgnoredReferrers is executed before tracking

* adjust wording to excluded referrers (instead of ignored)

* ignore www subdomain in javascript

* Included excluded referrer in tracking code generator

* Don't require protocol for excluded referrers and add better description

* built vue files

* update expected test files

* updates expected UI files

* add changelog

* removes unused variable

* Allow wildcard subdomains

* updates expected test files

* apply review feedback

* Fix typo

Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
Co-authored-by: Ben Burgess <88810029+bx80@users.noreply.github.com>
2022-06-30 11:58:26 +02:00

49 خطوط
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
<idsite>1</idsite>
<name>SiteTest1</name>
<main_url>http://piwik.net</main_url>
<ts_created>2010-01-02 11:22:33</ts_created>
<ecommerce>0</ecommerce>
<sitesearch>1</sitesearch>
<sitesearch_keyword_parameters />
<sitesearch_category_parameters />
<timezone>UTC</timezone>
<currency>USD</currency>
<exclude_unknown_urls>0</exclude_unknown_urls>
<excluded_ips />
<excluded_parameters />
<excluded_user_agents />
<excluded_referrers />
<group />
<type>website</type>
<keep_url_fragment>0</keep_url_fragment>
<creator_login>superUserLogin</creator_login>
<timezone_name>UTC</timezone_name>
<currency_name>US Dollar</currency_name>
</row>
<row>
<idsite>10</idsite>
<name>SiteTest10</name>
<main_url>http://piwik.net</main_url>
<ts_created>2010-01-02 11:22:33</ts_created>
<ecommerce>0</ecommerce>
<sitesearch>1</sitesearch>
<sitesearch_keyword_parameters />
<sitesearch_category_parameters />
<timezone>UTC</timezone>
<currency>USD</currency>
<exclude_unknown_urls>0</exclude_unknown_urls>
<excluded_ips />
<excluded_parameters />
<excluded_user_agents />
<excluded_referrers />
<group />
<type>website</type>
<keep_url_fragment>0</keep_url_fragment>
<creator_login>superUserLogin</creator_login>
<timezone_name>UTC</timezone_name>
<currency_name>US Dollar</currency_name>
</row>
</result>