summaryrefslogtreecommitdiffstats
path: root/browser/components/urlbar/pings.yaml
blob: 4c46f16909b6076630535cb9d0e543c0ce91a32d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

---
$schema: moz://mozilla.org/schemas/glean/pings/2-0-0

quick-suggest:
  description: |
    A ping representing a single event happening with or to a QuickSuggest.
    Distinguishable by its `ping_type`.
    Does not contain a `client_id`, preferring a `context_id` instead.
  include_client_id: false
  bugs:
    - https://bugzilla.mozilla.org/show_bug.cgi?id=1836283
    - https://bugzilla.mozilla.org/show_bug.cgi?id=1854755
  data_reviews:
    - https://bugzilla.mozilla.org/show_bug.cgi?id=1836283
    - https://bugzilla.mozilla.org/show_bug.cgi?id=1854755
  notification_emails:
    - najiang@mozilla.com

urlbar-potential-exposure:
  description: |
    This ping is submitted at the end of urlbar sessions during which the user
    typed a keyword defined by the Nimbus variable `potentialExposureKeywords`.
    A "session" begins when the user focuses the urlbar and ends with an
    engagement or abandonment. The ping will contain one
    `urlbar.potential_exposure` event per unique keyword that is typed during
    the session. This ping is not submitted for sessions in private windows.
  include_client_id: false
  bugs:
    - https://bugzilla.mozilla.org/show_bug.cgi?id=1881875
  data_reviews:
    - https://bugzilla.mozilla.org/show_bug.cgi?id=1881875
  notification_emails:
    - fx-search-telemetry@mozilla.com