-
Notifications
You must be signed in to change notification settings - Fork 7
The output to expect
Stefano Balzarotti edited this page Aug 18, 2019
·
1 revision
Here an user agent as example:
Mozilla/5.0 (Linux; Android 7.0; Nexus 6 Build/NBD90Z) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36
is converted into this set of fields:
Field name | Value |
---|---|
DeviceClass | 'Phone' |
DeviceName | 'Google Nexus 6' |
DeviceBrand | 'Google' |
OperatingSystemClass | 'Mobile' |
OperatingSystemName | 'Android' |
OperatingSystemVersion | '7.0' |
OperatingSystemNameVersion | 'Android 7.0' |
OperatingSystemVersionBuild | 'NBD90Z' |
LayoutEngineClass | 'Browser' |
LayoutEngineName | 'Blink' |
LayoutEngineVersion | '53.0' |
LayoutEngineVersionMajor | '53' |
LayoutEngineNameVersion | 'Blink 53.0' |
LayoutEngineNameVersionMajor | 'Blink 53' |
AgentClass | 'Browser' |
AgentName | 'Chrome' |
AgentVersion | '53.0.2785.124' |
AgentVersionMajor | '53' |
AgentNameVersion | 'Chrome 53.0.2785.124' |
AgentNameVersionMajor | 'Chrome 53' |