Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show number of unique visitors sending an event action #11556

Open
unhammer opened this issue Mar 29, 2017 · 1 comment
Open

show number of unique visitors sending an event action #11556

unhammer opened this issue Mar 29, 2017 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@unhammer
Copy link

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 mattab added this to the Backlog (Help wanted) milestone May 8, 2017
@mattab mattab added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label May 8, 2017
@mattab
Copy link
Member

mattab commented Nov 22, 2017

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:

  • Create a segment, matching visits that triggered a specific event: https://matomo.org/docs/segmentation/
  • Apply the segment.
  • Open the Visitors > Overview report.
  • Get the "Unique Visitors" metric. This is equivalent to the "Unique Events".

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants