Hi, On Tue, May 21, 2013 at 3:36 PM, eberhard speer jr. <[email protected]> wrote: > ...I'm about to 'harvest' the user-agents from the API logs here -- > similar to the zip file I made available earlier. > > Which other fields you think would be useful to have apart from > ua-string ? > Country code [IP-client], DeviceMap device Id if available,....
If the goal is to create a reference data file to validate how User-Agent values are identified by different versions of our code and data, we need enough data to validate our detection modules implementation. I have created [1] earlier, that is used to test that our java code identifies devices as expected. Fleshing that out create a great test case, which we can run against other implementations as well as our own. Having one line per device is not very readable, especially if we add more properties, but much better in terms of checking diffs between revisions of that reference file. -Bertrand [1] https://svn.apache.org/repos/asf/incubator/devicemap/trunk/openddr/test-data/src/main/resources/test-data/ua-to-properties.txt
