Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Description

Returns a browser ID for a given user agent string.

Syntax

ExtractUABrowserID(user_agent_string)

Examples

ExtractUABrowserID('chrome/25') returns 325

Notes

The following table lists the BrowserID returned for each User Agent value. If none of the values looked for in the User Agent string is found, -1 is returned.
BrowserIDUser Agent
100msie
106msie 6
107msie 7
108msie 8
108trident/4
109msie 9
109trident/5
110msie 10
110trident/6
111msie 11
112msie 12
113msie 13
114msie 14
115msie 15
116msie 16
117msie 17
118msie 18
119msie 19
120msie 20
200firefox
203firefox/3
204firefox/4
205firefox/5
206firefox/6
207firefox/7
208firefox/8
209firefox/9
210firefox/10
211firefox/11
212firefox/12
213firefox/13
214firefox/14
215firefox/15
216firefox/16
217firefox/17
218firefox/18
219firefox/19
220firefox/20
221firefox/21
222firefox/22
223firefox/23
224firefox/24
225firefox/25
226firefox/26
227firefox/27
228firefox/28
229firefox/29
230firefox/30
231firefox/31
232firefox/32
233firefox/33
234firefox/34
235firefox/35
236firefox/36
237firefox/37
238firefox/38
239firefox/39
240firefox/40
241firefox/41
300chrome
314chrome/14
315chrome/15
316chrome/16
317chrome/17
318chrome/18
319chrome/19
320chrome/20
321chrome/21
322chrome/22
323chrome/23
324chrome/24
325chrome/25
326chrome/26
327chrome/27
328chrome/28
329chrome/29
330chrome/30
331chrome/31
332chrome/32
333chrome/33
334chrome/34
335chrome/35
336chrome/36
337chrome/37
338chrome/38
339chrome/39
340chrome/40
341chrome/41
342chrome/42
343chrome/43
344chrome/44
345chrome/45
346chrome/46
347chrome/47
348chrome/48
349chrome/49
350chrome/50
351chrome/51
400safari
500opera

Return value datatype

Int

Impact of null value

If input is null, returns -1.
Last modified on April 20, 2026