User Agent Type (uatype)
Parses the User Agent to extract its type.
How does it work in the search window?
Select Create column in the search window toolbar, then select the User Agent Type operation. You need to specify one argument:
Argument | Data type |
---|---|
User Agent mandatory | string |
The data type of the values in the new column is string.
This is the list of possible types:
application
bot
browser
analyser
assistant
billboard
content-fetcher
crawler
download-helper
in-app-browser
media-player
proxy
security-analyser
site-monitor
software-library
tool
web-browser
How does it work in LINQ?
Use the operator select
... as
... and add the operation syntax to create the new column. This is the syntax for the User Agent Type operation:
uatype(ua_string)