umami-software / umami

Umami is a simple, fast, privacy-focused alternative to Google Analytics.
https://umami.is
MIT License
21.96k stars 4.09k forks source link

Track articles by author (od tag, kategory) #2933

Open SvetZitrka opened 2 weeks ago

SvetZitrka commented 2 weeks ago

Describe the feature or enhancement

We use WordPress and have several authors writing articles. Umami is a great insight into analytics if we talk about individual URLs.

However, I haven't currently found a way to see traffic (analytics data) relative to multiple articles by a single author. Is this possible? Is this planned?

Similarly, one could look at articles in terms of tags or article categories. This would be extremely beneficial for us and we have used this functionality frequently in Google Analytic.

mikecao commented 2 weeks ago

You can send custom event properties along with your events. So if someone was reading a particular article you could send a property with the author's name. See https://umami.is/docs/track-events

SvetZitrka commented 2 weeks ago

But to make it more concrete I will give an example:

The closest I could do would be a filter to add all three URLs. But entering multiple URLs into a filter is not currently possible.

Even if it were possible, it would mean that I would have to know all of Adam's URLs, which is very inconvenient.

So it would be better if, if I could filter the Umami data directly by Author. In this case, Adam.

Is there any way to add this functionality?

image

lynt-smitka commented 2 weeks ago

I think it could be related to this PR https://github.com/umami-software/umami/pull/2436

SvetZitrka commented 1 week ago

Are there plans to include this functionality in production?