tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pings.yaml (2883B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 ---
      6 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0
      7 
      8 newtab:
      9  description: |
     10    Newtab-related instrumentation.
     11    Can be disabled via the `browser.newtabpage.ping.enabled` pref.
     12  reasons:
     13    newtab_session_end: |
     14      The newtab visit ended.
     15      Could be by navigation, being closed, etc.
     16    component_init: |
     17      The newtab component init'd,
     18      and the newtab and homepage settings have been categorized.
     19      This is mostly to ensure we hear at least once from clients configured to
     20      not show a newtab UI.
     21  include_client_id: true
     22  bugs:
     23    - https://bugzilla.mozilla.org/show_bug.cgi?id=1766887
     24  data_reviews:
     25    - https://bugzilla.mozilla.org/show_bug.cgi?id=1766887
     26  notification_emails:
     27    - chutten@mozilla.com
     28    - mmccorquodale@mozilla.com
     29    - anicholson@mozilla.com
     30    - najiang@mozilla.com
     31 
     32 newtab-content:
     33  description: |
     34    Private Newtab-related instrumentation sent over OHTTP
     35    Can be disabled via the `newtabPingEnabled` variable of the `glean` Nimbus
     36    feature, or the `browser.newtabpage.ping.enabled` pref.
     37  metadata:
     38    include_info_sections: false
     39  include_client_id: false
     40  uploader_capabilities:
     41    - ohttp
     42  reasons:
     43    newtab_session_end: |
     44      The newtab visit ended.
     45      Could be by navigation, being closed, etc.
     46    component_init: |
     47      The newtab component init'd,
     48      and the newtab and homepage settings have been categorized.
     49      This is mostly to ensure we hear at least once from clients configured to
     50      not show a newtab UI.
     51  bugs:
     52    - https://bugzilla.mozilla.org/show_bug.cgi?id=1956331
     53  data_reviews:
     54    - https://bugzilla.mozilla.org/show_bug.cgi?id=1956331
     55  notification_emails:
     56    - nbarrett@mozilla.com
     57 
     58 top-sites:
     59  description: |
     60    A ping representing a single event happening with or to a TopSite.
     61    Distinguishable by its `ping_type`.
     62    Does not contain a `client_id`, preferring a `context_id` instead.
     63  include_client_id: false
     64  bugs:
     65    - https://bugzilla.mozilla.org/show_bug.cgi?id=1836283
     66  data_reviews:
     67    - https://bugzilla.mozilla.org/show_bug.cgi?id=1836283
     68  notification_emails:
     69    - najiang@mozilla.com
     70 
     71 spoc:
     72  description: |
     73    A ping for submitting the pocket sponsored content's `shim`.
     74    Does not contain a `client_id`.
     75  include_client_id: false
     76  reasons:
     77    impression: A sponsored story was impressed upon the client.
     78    click: A sponsored story was clicked.
     79    save: A sponsored story was saved to Pocket.
     80  bugs:
     81    - https://bugzilla.mozilla.org/show_bug.cgi?id=1862670
     82  data_reviews:
     83    - https://bugzilla.mozilla.org/show_bug.cgi?id=1862670
     84  notification_emails:
     85    - najiang@mozilla.com
     86    - chutten@mozilla.com