tor-browser

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

pings.yaml (3436B)


      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 quick-suggest:
      9  description: |
     10    A ping representing an impression, selection, or dismissmal of an AMP
     11    suggestion. It contains metrics in the `quick_suggest` category. Its type is
     12    defined in the `ping_type` metric. It does not contain a `client_id`,
     13    preferring a `context_id` instead. `follows_collection_enabled` is set to
     14    false because the ping is conditioned on Suggest and AMP suggestions being
     15    enabled. It will be enabled when Suggest and AMP suggestions are enabled and
     16    it will be disabled otherwise. When it becomes disabled, a separate
     17    `quick-suggest-deletion-request` ping will be submitted.
     18  include_client_id: false
     19  metadata:
     20    follows_collection_enabled: false
     21  uploader_capabilities:
     22    - ohttp
     23  bugs:
     24    - https://bugzilla.mozilla.org/show_bug.cgi?id=1836283
     25    - https://bugzilla.mozilla.org/show_bug.cgi?id=1854755
     26    - https://bugzilla.mozilla.org/show_bug.cgi?id=1940808
     27    - https://bugzilla.mozilla.org/show_bug.cgi?id=1968154
     28  data_reviews:
     29    - https://bugzilla.mozilla.org/show_bug.cgi?id=1836283
     30    - https://bugzilla.mozilla.org/show_bug.cgi?id=1854755
     31    - https://bugzilla.mozilla.org/show_bug.cgi?id=1940808
     32    - https://bugzilla.mozilla.org/show_bug.cgi?id=1968154
     33  notification_emails:
     34    - fx-search-telemetry@mozilla.com
     35    - disco-team@mozilla.com
     36    - ads-eng@mozilla.com
     37 
     38 quick-suggest-deletion-request:
     39  description: |
     40    This ping is submitted when either AMP suggestions or the entire Suggest
     41    feature becomes disabled. Like the `quick-suggest` ping, it will contain a
     42    `context_id` metric in the `quick_suggest` category.
     43  include_client_id: false
     44  metadata:
     45    follows_collection_enabled: false
     46  bugs:
     47    - https://bugzilla.mozilla.org/show_bug.cgi?id=1941161
     48  data_reviews:
     49    - https://bugzilla.mozilla.org/show_bug.cgi?id=1941161
     50  notification_emails:
     51    - fx-search-telemetry@mozilla.com
     52    - disco-team@mozilla.com
     53    - ads-eng@mozilla.com
     54 
     55 urlbar-keyword-exposure:
     56  description: |
     57    This ping is submitted only when urlbar keyword exposures are enabled. See
     58    the `keywordExposureResults` urlbar Nimbus variable. When enabled, the ping
     59    is submitted at the end of urlbar sessions during which one or more exposure
     60    results are matched. (A "session" begins when the user focuses the urlbar
     61    and ends with an engagement or abandonment.) Exposure results include all
     62    results defined in the `exposureResults` variable. They also include the
     63    "rust_exposure" result type if the `quickSuggestDynamicSuggestionTypes`
     64    variable is defined with a value that includes any hidden-exposure
     65    suggestion types. The ping will contain one `urlbar.keyword_exposure` event
     66    for each instance where a result is matched during the session. The ping is
     67    not submitted for sessions in private windows.
     68  include_client_id: false
     69  bugs:
     70    - https://bugzilla.mozilla.org/show_bug.cgi?id=1881875
     71    - https://bugzilla.mozilla.org/show_bug.cgi?id=1915507
     72  data_reviews:
     73    - https://bugzilla.mozilla.org/show_bug.cgi?id=1881875
     74    - https://bugzilla.mozilla.org/show_bug.cgi?id=1915507
     75  notification_emails:
     76    - fx-search-telemetry@mozilla.com