Open
Description
Hi,
We use the device_parsers from regexes.yaml for identifying the device family from a user agent. An unusually large number of Windows/PC user agents are not identified by any of the device definitions defined in device_parsers
.
I was wondering what would be a better way of handling this:
- Add a generic Windows PC as a device in
device_parsers
- When there is no match in
device_parsers
, identify the OS withos_parsers
and if Windows, classify it asWindows PC
- Use another project like https://github.com/nielsbasjes/yauaa that has some heuristics to identify devices.
Are there any other approaches that might work here?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels