When making a Report::getConversions or Report::getStats API call, you might opt to pull the Stat.browser_id field to numerically correlate data based on browsers. The ID codes we use for browsers are:
ID | Browser |
0 | Browser not identified |
1 | Internet Explorer |
2 | Firefox |
3 | Chrome |
4 | Safari |
5 | Opera |
6 | Other desktop browser |
7 | iPhone / iPod |
8 | Android |
9 | BlackBerry |
10 | Opera Mobile |
11 | NetFront Browser |
12 | Partially Web-Capable Devices |
13 | WML-Only Devices |
14 | iPad |
The string values of these are passed in the Browser.display_name field.