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

Log Analytics: new parameter --download-extensions to override list of files tracked as downloads #6214

Closed
mattab opened this issue Sep 15, 2014 · 2 comments
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Sep 15, 2014

By default log analytics is importing logs and when detecting a known file downloads it will record the action as a Download, accessible in Actions > Download.

The goal of this issue is to let a Piwik user specify which file extensions should be tracked as downloads. Other files will be discarded.

The current list of extensions tracked as download is:

    '7z aac arc arj asf asx avi bin csv deb dmg doc exe flv gz gzip hqx '
    'jar mpg mp2 mp3 mp4 mpeg mov movie msi msp odb odf odg odp '
    'ods odt ogg ogv pdf phps ppt qt qtm ra ram rar rpm sea sit tar tbz '
    'bz2 tbz tgz torrent txt wav wma wmv wpd xls xml xsd z zip '
    'azw3 epub mobi'

One solid use case is "Track only PDF and doc files and ignore all the rest", which this new parameter will provide via --download-extensions=pdf,doc

@mattab mattab added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. c: Log Analytics (import_logs.py) Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement. labels Sep 15, 2014
@mattab mattab added this to the Piwik 2.7.0 milestone Sep 15, 2014
@mattab mattab added the Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. label Sep 15, 2014
@postalservice14
Copy link
Contributor

Looks like you can close this issue right?

@mattab
Copy link
Member Author

mattab commented Sep 18, 2014

Kuddos @postalservice14 !

@mattab mattab closed this as completed Sep 18, 2014
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Sep 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants