Ticket #395 (closed Bug: fixed)

Opened 17 months ago

Last modified 7 months ago

Detect more mobile phones, mobile devices, consoles

Reported by: matt Owned by:
Priority: major Milestone: 5 - Piwik 1.0 - Stable release
Component: Core Keywords:
Cc: Sensitive:

Description

We can detect more mobile phones, consoles, etc. in Piwik We can build a simple plugin that lists all the user agent flagged as "unknown" in the logs. We can then use this tool to add new Operating Systems / Browsers in the related files ( http://dev.piwik.org/trac/browser/trunk/core/DataFiles)

Change History

Changed 15 months ago by vipsoft

Here's the UserAgent string from an iPhone:

Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_2 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5G77 Safari/525.20

Changed 14 months ago by glueball

Maybe some integration with  URFL could provide an extension of the browser header functionality

Changed 13 months ago by matt

see also  http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/ for lists.

one idea from this page: we could execute the code on a list of 100s of user agents and check for the accuracy of algorithm.

Changed 13 months ago by matt

I added iphone detection; http://piwik.org/demo/libs/UserAgentParser/test.php what other widely used phone or system can we add?

Changed 13 months ago by vipsoft

I'd add "BlackBerry" to the list.

Changed 13 months ago by matt

  • status changed from new to closed
  • resolution set to fixed

added support for: windows 7, IE8, palmOS, iPod, blackberry, Android see [907]

Changed 7 months ago by spomoni

Note: See TracTickets for help on using tickets.