Firefox OS/Metrics: Difference between revisions

Line 69: Line 69:
| <code>locale</code> || Platform localization.
| <code>locale</code> || Platform localization.
|-
|-
| <code>network</code> || Country and network information retrieved from the carrier. May be different from the SIM information if, eg.,  device is activated while roaming on another network.  
| <code>network</code> || Country and network information retrieved from the voice network connection at the time the ping is sent. Values should be null if no voice network is available. May be different from the SIM information if, eg.,  device is activated while roaming on another network.  
|-
|-
| <code>icc</code> || Country and network information retrieved from the SIM card. Values should be null if device is activated without a SIM.  
| <code>icc</code> || Country and network information retrieved from the SIM card at the time the ping is sent. Values should be null if no SIM is present.  
|-
|-
| <code>mcc</code> || Mobile country code.  
| <code>mcc</code> || Mobile country code.  
Line 83: Line 83:
| <code>info</code> || Fields added server-side, read from submission URL.
| <code>info</code> || Fields added server-side, read from submission URL.
|-
|-
| <code>appUpdateChannel</code> || Update channel.  
| <code>appUpdateChannel</code> || Read from <code>deviceinfo.update_channel</code>.
|-
|-
| <code>appVersion</code> || Version number.  
| <code>appVersion</code> || Read from <code>deviceinfo.platform_version</code>.
|-
|-
| <code>appName</code> ||  
| <code>appName</code> || Name of platform generating ping (<code>FirefoxOS</code>).
|-
|-
| <code>appBuildID</code> || Build ID. Generated from a timestamp - first 8 digits give date.  
| <code>appBuildID</code> || Read from <code>deviceinfo.platform_build_id</code>.  
|-
|-
| <code>geoCountry</code> || Country from which the ping was sent. Added server-side using GeoIP lookup.
| <code>geoCountry</code> || Country from which the ping was sent. Added server-side using GeoIP lookup.
Line 101: Line 101:
| <code>deviceinfo.hardware</code> || Chipset manufacturer.  
| <code>deviceinfo.hardware</code> || Chipset manufacturer.  
|-
|-
| <code>deviceinfo.os</code> ||  
| <code>deviceinfo.os</code> || Gaia version.
|-
|-
| <code>deviceinfo.product_model</code> || Device model name.  
| <code>deviceinfo.product_model</code> || Device model name.  
|-
|-
| <code>deviceinfo.platform_version</code> ||  
| <code>deviceinfo.platform_version</code> || Gecko version.
|-
|-
| <code>deviceinfo.platform_build_id</code> ||  
| <code>deviceinfo.platform_build_id</code> || Gecko build ID. Generated from a timestamp - first 8 digits give date.
|-
|-
| <code>deviceinfo.software</code> ||  
| <code>deviceinfo.software</code> || Name of Gaia distribution.
|-
|-
| <code>deviceinfo.update_channel</code> ||  
| <code>deviceinfo.update_channel</code> ||  
Confirmed users
11

edits