I have a db table that captures visitor info, including a user agent string. I'm trying to determine the demographics of browsers in order to prioritize web testing on higher incidence browsers/versions.
My question: user agents appear very similar to me; is there any way I can write a query to differentiate the strings into their representative browsers/versions?
Thanks in advance.
Note: my company does not have google analytics configured to track this info, and we need to measure data on file rather than waiting for new visitors.