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

Need a way to get visits per day by hour #7498

Closed
piwiktester opened this issue Mar 20, 2015 · 10 comments
Closed

Need a way to get visits per day by hour #7498

piwiktester opened this issue Mar 20, 2015 · 10 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@piwiktester
Copy link

It seems we can see visits per day or visits per hour.

We need a way to see the visits per hour for every day and a way to download this data.

@quba
Copy link
Contributor

quba commented Mar 21, 2015

@piwiktester
Copy link
Author

We need to see the level of detail of both the day and the hour.

For example:
Day|Hour|Visits
2015-03-23|00:00:00|86
2015-03-23|01:00:00|27
2015-03-23|02:00:00|79
2015-03-23|03:00:00|43
2015-03-23|04:00:00|83
2015-03-23|05:00:00|79
2015-03-23|06:00:00|60
2015-03-23|07:00:00|82
2015-03-23|08:00:00|51
2015-03-23|09:00:00|84
2015-03-23|10:00:00|64
2015-03-23|11:00:00|70
2015-03-23|12:00:00|68
2015-03-23|13:00:00|84
2015-03-23|14:00:00|52
2015-03-23|15:00:00|79
2015-03-23|16:00:00|56
2015-03-23|17:00:00|6
2015-03-23|18:00:00|1
2015-03-23|19:00:00|77
2015-03-23|20:00:00|5
2015-03-23|21:00:00|71
2015-03-23|22:00:00|6
2015-03-23|23:00:00|2
2015-03-24|00:00:00|8
2015-03-24|01:00:00|28
2015-03-24|02:00:00|47
2015-03-24|03:00:00|67
2015-03-24|04:00:00|55
2015-03-24|05:00:00|6
2015-03-24|06:00:00|28
2015-03-24|07:00:00|75
2015-03-24|08:00:00|33
2015-03-24|09:00:00|50
2015-03-24|10:00:00|74
2015-03-24|11:00:00|55
2015-03-24|12:00:00|60
2015-03-24|13:00:00|62
2015-03-24|14:00:00|76
2015-03-24|15:00:00|48
2015-03-24|16:00:00|67
2015-03-24|17:00:00|58
2015-03-24|18:00:00|38
2015-03-24|19:00:00|91
2015-03-24|20:00:00|60
2015-03-24|21:00:00|36
2015-03-24|22:00:00|18
2015-03-24|23:00:00|60

@quba
Copy link
Contributor

quba commented Mar 23, 2015

Did you take a look at the link I pasted in the previous comment?

@piwiktester
Copy link
Author

Yes, I did. The link shows an hourly bar chart. From that bar chart I can compare hours, but I can't tell which days. We need to be able to show how the visits are changing from hour to hour for everyday, this will enable us to see trends and spikes or dips.

@mattab
Copy link
Member

mattab commented Apr 8, 2015

Thanks for the suggestion. The data is already available as @quba pointed out but you need to change the days in the calendar manually... This will become a bit easier when we implement the "selector" to view hours when a day period is selected in #955

@mattab mattab closed this as completed Apr 8, 2015
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Apr 8, 2015
@tkz79
Copy link

tkz79 commented Feb 20, 2018

+1 for having the option to view data without the normalization of visit times. I think it's a neat option to have it the way it is, but am 10x more interested in a report that does not account for different time zones.

@tsteur
Copy link
Member

tsteur commented Feb 20, 2018

FYI: The CustomReports plugin lets you view anything by hour and with next Matomo update you can even view quarterly reports, per weekday, per ....

for example visits per day per hour, visits per quarter, page views per hour, downloads per hour, downloads per weekday, downloads per ...

@tkz79
Copy link

tkz79 commented Feb 20, 2018

I appreciate the response.... but $200+/yr seems quite expensive for a small site to get one already present report in a rawer state. I appreciate that it does more... but not looking for any of those extra features yet.

Perhaps an opportunity for me to make a little plugin and contribute :).

@jitka
Copy link

jitka commented Jun 4, 2020

Hi, the link from the second commed is broken now. Can you find new one? Or some dscription how I get to this view in my matomo?

@tsteur
Copy link
Member

tsteur commented Jun 4, 2020

@jitka the Custom Reports plugin can do that. In core itself we won't be adding this in the next few years simply because it would impact performance a lot (report generation would basically take 24 times longer), storage (24 times more storage for the reports), and would also make the UI more complicated. It would also take several months to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

6 participants