user_agent
Parses user agent strings to extract browser and device information.
Syntax
user_agent(<userAgent>, <param>)
| Parameter | Type | Description |
|---|---|---|
| userAgent | Text | The user agent string to parse. |
| param | Text | The parameter name to extract. |
Return values
Text
Usage
Parses the user agent string to extract browser and device information.
user_agent(orders.user_agent_string)