Description
Returns a browser name for a given user agent string.Syntax
ExtractUABrowserName(user_agent_string)
Examples
ExtractUABrowserName('chrome/25') returns ‘Chrome’
Return the browser name from a user agent string. Use EXTRACTUABROWSERNAME for web analytics and browser usage reporting in ETL data pipelines.
ExtractUABrowserName(user_agent_string)
ExtractUABrowserName('chrome/25') returns ‘Chrome’