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

Downloads are not displayed hierarchically #11069

Closed
tfrdidi opened this issue Dec 22, 2016 · 4 comments
Closed

Downloads are not displayed hierarchically #11069

tfrdidi opened this issue Dec 22, 2016 · 4 comments
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@tfrdidi
Copy link

tfrdidi commented Dec 22, 2016

I use Piwik 3.0.0, and had some of the previous versions, too. I use it without JS tracking, just by importing server logs. Now I need information about which file is downloaded the most. The problem with the downloads overview is, that "hierarcical" view only groups the url of the site, not the path of the file.

This it what is grouped hierarchically:

my.site.com/
direcotry/asdfasdf/jklö/download1.pdf
direcotry/asdfasdf/jklö/download2.pdf
direcotry/asdfasdf/jklö/download3.pdf

This is what I would expect (same as for the visited sites):

my.site.com/
  + directory/
     + asdfasdf/
         + jklö/
             download1.pdf
             download2.pdf
             download3.pdf
@mattab
Copy link
Member

mattab commented Dec 26, 2016

Hi @tfrdidi - this works like this by design.

@mattab mattab closed this as completed Dec 26, 2016
@mattab mattab added the wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it. label Dec 26, 2016
@tfrdidi
Copy link
Author

tfrdidi commented Dec 26, 2016

What is the reason to have different behaviours for those similar reports? I have a site with very long download paths. Hence there is no possibility except exporting it to a file, to see which file is listed because I can only see the first part of the URL. Maybe I missed some setting to fix this, but this does not feel like the right behavior for me.

@mattab
Copy link
Member

mattab commented Dec 26, 2016

Do you mind opening a new issue @tfrdidi about the problem that you cannot see the full URL/path names? we can probably solve it separately but likely we will keep the structure as it currently is.

@tfrdidi
Copy link
Author

tfrdidi commented Jan 11, 2017

Would you mind explaining why you want to keep the structure as it is? For me there is technically no difference between downloads and page visits, but you handle it differently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants