From c6eb52339f3fc496ac43b55c4a0de8d161edbff4 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Fri, 10 May 2019 01:50:56 -0700 Subject: Overwrite direct entry referrer information if campaign referrer is found in later request. (#14273) * Overwrite direct entry referrer information if campaign referrer is found in later request. * Update for non-campaign referrers as well. * test comment tweaks * Add current tracking URL into site urls in case website has no main url. * Fix a couple issues and start adding tests. * More tests and a fix. * Apply review feedback. * Fix couple tests. * Fix referrer tests. * try to fix random failure * Add note to README. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index bb56d2fe45..ea193eb4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)* ## Matomo 3.10.0 +### Breaking Changes +* Website referrer URLs are now detected using domain only instead of domain and path. This means if you have two different websites on the same domain, but different paths, and a visitor visits from one to the other, it won't have a referrer website set. + ### New APIs * A new tracker method `ping` has been added to send a ping request manually instead of using the heart beat timer. * Added new event `ViewDataTable.configure.end`, triggered after view configuration properties have been overwritten by saved settings and query parameters. -- cgit v1.2.3