|
1 | | -| field | description | |
2 | | -| -------------------------------------- | ------------------------------------------------------------------------------------- | |
3 | | -| `additional_properties` | A JSON string containing any payload properties not present in the schema | |
4 | | -| `document_id` | The document ID specified in the URI when the client sent this message | |
5 | | -| `normalized_app_name` | Set to "Other" if this message contained an unrecognized app name | |
6 | | -| `normalized_channel` | Set to "Other" if this message contained an unrecognized channel name | |
7 | | -| `normalized_country_code` | An ISO 3166-1 alpha-2 country code | |
8 | | -| `normalized_os` | Set to "Other" if this message contained an unrecognized OS name | |
9 | | -| `normalized_os_version` | N/A | |
10 | | -| `sample_id` | Hashed version of client_id (if present) useful for partitioning; ranges from 0 to 99 | |
11 | | -| `submission_timestamp` | Time when the ingestion edge server accepted this message | |
12 | | -| `metadata.user_agent.browser` | N/A | |
13 | | -| `metadata.user_agent.os` | N/A | |
14 | | -| `metadata.user_agent.version` | N/A | |
15 | | -| `metadata.uri.app_build_id` | N/A | |
16 | | -| `metadata.uri.app_name` | N/A | |
17 | | -| `metadata.uri.app_update_channel` | N/A | |
18 | | -| `metadata.uri.app_version` | N/A | |
19 | | -| `metadata.header.date` | Date HTTP header | |
20 | | -| `metadata.header.dnt` | DNT (Do Not Track) HTTP header | |
21 | | -| `metadata.header.x_debug_id` | X-Debug-Id HTTP header | |
22 | | -| `metadata.header.x_pingsender_version` | X-PingSender-Version HTTP header | |
23 | | -| `metadata.geo.city` | City name | |
24 | | -| `metadata.geo.country` | An ISO 3166-1 alpha-2 country code | |
25 | | -| `metadata.geo.db_version` | The specific [Geo database] version used for this lookup | |
26 | | -| `metadata.geo.subdivision1` | First major country subdivision, typically a state, province, or county | |
27 | | -| `metadata.geo.subdivision2` | Second major country subdivision; not applicable for most countries | |
28 | | -| `metadata.isp.db_version` | The specific [ISP database] version used for this lookup | |
29 | | -| `metadata.isp.name` | The name of the Internet Service Provider | |
30 | | -| `metadata.isp.organization` | The name of a specific business entity when available; otherwise the ISP name | |
| 1 | +| field | description | |
| 2 | +| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | |
| 3 | +| `additional_properties` | A JSON string containing any payload properties not present in the schema | |
| 4 | +| `document_id` | The document ID specified in the URI when the client sent this message | |
| 5 | +| `normalized_app_name` | Set to "Other" if this message contained an unrecognized app name | |
| 6 | +| `normalized_channel` | Possible values: `release`, `esr`, `beta`, `aurora`, `nightly`, or `Other` when this message contained an unrecognized channel name | |
| 7 | +| `normalized_country_code` | An ISO 3166-1 alpha-2 country code | |
| 8 | +| `normalized_os` | Possible values: `Windows`, `Mac`, `Linux`, `iOS`, `Android`, or `Other` when this message contained an unrecognized OS name | |
| 9 | +| `normalized_os_version` | N/A | |
| 10 | +| `sample_id` | Hashed version of client_id (if present) useful for partitioning; ranges from 0 to 99 | |
| 11 | +| `submission_timestamp` | Time when the ingestion edge server accepted this message | |
| 12 | +| `metadata.user_agent.browser` | N/A | |
| 13 | +| `metadata.user_agent.os` | N/A | |
| 14 | +| `metadata.user_agent.version` | N/A | |
| 15 | +| `metadata.uri.app_build_id` | N/A | |
| 16 | +| `metadata.uri.app_name` | N/A | |
| 17 | +| `metadata.uri.app_update_channel` | N/A | |
| 18 | +| `metadata.uri.app_version` | N/A | |
| 19 | +| `metadata.header.date` | Date HTTP header | |
| 20 | +| `metadata.header.dnt` | DNT (Do Not Track) HTTP header | |
| 21 | +| `metadata.header.x_debug_id` | X-Debug-Id HTTP header | |
| 22 | +| `metadata.header.x_pingsender_version` | X-PingSender-Version HTTP header | |
| 23 | +| `metadata.geo.city` | City name | |
| 24 | +| `metadata.geo.country` | An ISO 3166-1 alpha-2 country code | |
| 25 | +| `metadata.geo.db_version` | The specific [Geo database] version used for this lookup | |
| 26 | +| `metadata.geo.subdivision1` | First major country subdivision, typically a state, province, or county | |
| 27 | +| `metadata.geo.subdivision2` | Second major country subdivision; not applicable for most countries | |
| 28 | +| `metadata.isp.db_version` | The specific [ISP database] version used for this lookup | |
| 29 | +| `metadata.isp.name` | The name of the Internet Service Provider | |
| 30 | +| `metadata.isp.organization` | The name of a specific business entity when available; otherwise the ISP name | |
31 | 31 |
|
32 | 32 | [geo database]: https://dev.maxmind.com/geoip/geoip2/geoip2-city-country-csv-databases/ |
33 | 33 | [isp database]: https://dev.maxmind.com/geoip/geoip2/geoip2-isp-csv-database/ |
0 commit comments