You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: Our website lists events and publishes the events as calendar (iCalendar) and as RSS/Atom feed. We import the webserver logs using the import_logs.py script into Piwik. As user agents of PIM clients (Thunderbird, Out-look) and feed readers are currently not supported the 'browser' and 'browser family' report has a large number of 'unknown'.
My proposed patch adds new user agent expressions to detect some PIM clients and feed readers. Additionally it adds two new browser families (PIM client and Feed reader). I know that this a bit hackish because those clients are not browsers, a more clear approach would be to introduce a new report 'Clients' and 'Client families'.
The text was updated successfully, but these errors were encountered:
Attachment: Patch that adds user agents expressions and browser families. I needed to replace the blacklisted work 'out-look' in the patch, please remote the dash before committing. 3651.patch
Could you please post a screenshot of what the reports look like with this patch applied? eg. "browsers" "browser versions" etc. all reports affected. Cheers
@seelmann: Could you send me a list of useragents or an apache log file containing those to stefan[at]piwik.org ? I've started to implement feed reader detection to DeviceDetector. Would be good to have a list of common UAs to build up good detections.
(Note: Implementation in Piwik may follow later, maybe within a new plugin)
Background: Our website lists events and publishes the events as calendar (iCalendar) and as RSS/Atom feed. We import the webserver logs using the import_logs.py script into Piwik. As user agents of PIM clients (Thunderbird, Out-look) and feed readers are currently not supported the 'browser' and 'browser family' report has a large number of 'unknown'.
My proposed patch adds new user agent expressions to detect some PIM clients and feed readers. Additionally it adds two new browser families (PIM client and Feed reader). I know that this a bit hackish because those clients are not browsers, a more clear approach would be to introduce a new report 'Clients' and 'Client families'.
The text was updated successfully, but these errors were encountered: