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.87k stars 2.65k forks source link

show number of unique visitors sending an event action #11556

Open unhammer opened 7 years ago

unhammer commented 7 years ago

Say I have an event action "foo", that shows up as having 10 hits one day, but if I open the segmented visitor log I count 6 unique users. It'd be nice if there were a simple way to get that number "6" out without opening the visitor log and counting manually.

(originally asked at https://forum.piwik.org/t/how-can-i-show-number-of-unique-visitors-sending-an-event-action/23040 )

mattab commented 6 years ago

Fyi: this can be achieved with the new Custom Reports (a premium feature): https://piwik.org/docs/custom-reports/ from the marketplace: https://plugins.piwik.org/CustomReports

An alternative workaround you can do to get unique events metric in Matomo is:

Downside is that you need to create a segment for each event you want the "unique events" metrics for.