matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.9k stars 2.65k forks source link

All links within Matomo app that link to matomo.org/* should include campaign tracking parameters #10336

Closed mattab closed 1 year ago

mattab commented 8 years ago

The Matomo application user interface often links to Matomo.org webpages to help users, for example by linking to the relevant user guide or FAQs. These links to matomo.org/* have a rel=noreferrer attribute, which results in that the requests from our users to Matomo.org do not have a referrer set. This protects the privacy of our users as we cannot track their Matomo Server URL using the referrer header (this was done in https://github.com/matomo-org/matomo/issues/3147)

Goal

We want to know, whether a given visitor of Matomo.org (or the marketplace, the developer guides, has clicked to our website(s) from a link within the Matomo application.

Proposal

So for example

As a result, team members who have access to the analytics reports will be able to see how many visits are coming from the Matomo App, and how these users behave on the website.

michalkleiner commented 1 year ago

WIP PR — #21375