|
| 1 | +fields: |
| 2 | +- name: first_seen_date |
| 3 | + type: DATE |
| 4 | + mode: NULLABLE |
| 5 | + description: The date when the telemetry ping was first received on the server side. |
| 6 | +- name: submission_date |
| 7 | + type: DATE |
| 8 | + mode: NULLABLE |
| 9 | + description: The date when the telemetry ping is received on the server side. |
| 10 | +- name: client_id |
| 11 | + type: STRING |
| 12 | + mode: NULLABLE |
| 13 | + description: A unique identifier (UUID) for the client. |
| 14 | +- name: sample_id |
| 15 | + type: INTEGER |
| 16 | + mode: NULLABLE |
| 17 | + description: A number, 0-99, that samples by client_id and allows filtering data |
| 18 | + for analysis. It is a pipeline-generated artifact that should match between pings. |
| 19 | +- name: normalized_channel |
| 20 | + type: STRING |
| 21 | + mode: NULLABLE |
| 22 | + description: The normalized channel the application is being distributed on. |
| 23 | +- name: n_metrics_ping |
| 24 | + type: INTEGER |
| 25 | + mode: NULLABLE |
| 26 | + description: Number of metrics pings we received from this client on this submission date. |
| 27 | +- name: days_sent_metrics_ping_bits |
| 28 | + type: INTEGER |
| 29 | + mode: NULLABLE |
| 30 | + description: Value of 1 if the client ID sent a metric ping on this date. |
| 31 | +- name: profile_group_id |
| 32 | + type: STRING |
| 33 | + mode: NULLABLE |
| 34 | + description: A UUID uniquely identifying the profile group, not shared with other telemetry data. |
| 35 | +- name: search_with_ads_count_all |
| 36 | + type: INTEGER |
| 37 | + mode: NULLABLE |
| 38 | + description: Number of searches with ads on client's last seen date in last 28 days. |
| 39 | +- name: search_count_all |
| 40 | + type: INTEGER |
| 41 | + mode: NULLABLE |
| 42 | + description: Number of searches on client's last seen date in last 28 days. |
| 43 | +- name: ad_clicks_count_all |
| 44 | + type: INTEGER |
| 45 | + mode: NULLABLE |
| 46 | + description: Number of ad clicks on client's last seen date in last 28 days. |
| 47 | +- name: apple_model_id |
| 48 | + type: STRING |
| 49 | + mode: NULLABLE |
| 50 | + description: The hw.model of the hardware running this software. Mac only. e.g. "MacBookPro14,1" |
| 51 | +- name: default_search_engine |
| 52 | + type: STRING |
| 53 | + mode: NULLABLE |
| 54 | + description: The telemetry id of the search engine. |
| 55 | +- name: xpcom_abi |
| 56 | + type: STRING |
| 57 | + mode: NULLABLE |
| 58 | + description: |- |
| 59 | + A string tag identifying the binary ABI of the current processor and compiler vtable. This is taken from the TARGET_XPCOM_ABI configure variable. |
| 60 | + It may not be available on all platforms, especially unusual processor or compiler combinations. |
| 61 | + For example: x86-msvc, ppc-gcc3 |
| 62 | + This value should almost always be used in combination with the operating system. |
| 63 | +- name: installation_first_seen_admin_user |
| 64 | + type: BOOLEAN |
| 65 | + mode: NULLABLE |
| 66 | + description: Whether the installer is running from an elevated admin user. |
| 67 | +- name: installation_first_seen_default_path |
| 68 | + type: BOOLEAN |
| 69 | + mode: NULLABLE |
| 70 | + description: Whether the default path was used; optional, present if installer_type is "full" |
| 71 | +- name: installation_first_seen_failure_reason |
| 72 | + type: STRING |
| 73 | + mode: NULLABLE |
| 74 | + description: |- |
| 75 | + Only sent if unable to collect firstSeen data. |
| 76 | + Can have value "NotFoundError" if file not found or other values depending on the failure reason. |
| 77 | +- name: installation_first_seen_from_msi |
| 78 | + type: BOOLEAN |
| 79 | + mode: NULLABLE |
| 80 | + description: Whether this was an MSI install; optional, present if installer_type is "full". |
| 81 | +- name: installation_first_seen_install_existed |
| 82 | + type: BOOLEAN |
| 83 | + mode: NULLABLE |
| 84 | + description: Whether there was already an install in this location. |
| 85 | +- name: installation_first_seen_installer_type |
| 86 | + type: STRING |
| 87 | + mode: NULLABLE |
| 88 | + description: The type of installer used to install Firefox. The value is one of "stub", "full", or "msix". |
| 89 | +- name: installation_first_seen_other_inst |
| 90 | + type: BOOLEAN |
| 91 | + mode: NULLABLE |
| 92 | + description: Whether there was already any non-MSIX install on this system. |
| 93 | +- name: installation_first_seen_other_msix_inst |
| 94 | + type: BOOLEAN |
| 95 | + mode: NULLABLE |
| 96 | + description: Whether there was already any MSIX install on this system. |
| 97 | +- name: installation_first_seen_profdir_existed |
| 98 | + type: BOOLEAN |
| 99 | + mode: NULLABLE |
| 100 | + description: Whether the top-level profile directory existed. |
| 101 | +- name: installation_first_seen_silent |
| 102 | + type: BOOLEAN |
| 103 | + mode: NULLABLE |
| 104 | + description: Whether this was a silent install; optional, present if installer_type is "full". |
| 105 | +- name: installation_first_seen_version |
| 106 | + type: STRING |
| 107 | + mode: NULLABLE |
| 108 | + description: The application version installed by the installer (not necessarily the current version) |
0 commit comments