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.72k stars 2.63k forks source link

Device Overlap report: how many users connect on several devices #4954

Open mattab opened 10 years ago

mattab commented 10 years ago

Piwik community has built a great library that detects which devices users use.

https://github.com/piwik/device-detector

The Universal Device Detection library, that parses User Agents and detects browsers, operating systems, devices (desktop, tablet, mobile, tv, cars, console, etc.), brands and models.

Piwik tracks the devices people use, and also track people / users / visitors.

We would like to use this interesting cross-devices data to build a report showing how many users browse the website, or app, using multiple devices.

see screenshot for the Google Analytics equivalent report.

cross-device-reports

Follows up: #3490

mattab commented 8 years ago

requirement before solving this issue: solve #9834 (Device and other visitor information gets lost when using userId feature as two visits from two different visits get merged)