Files
tubestation/browser/components/urlbar/pings.yaml
Drew Willcoxon 0c993cb63d Bug 1881875 - Add telemetry for potential suggestion impressions in the urlbar. r=mak
This includes some unrelated changes that lint either made or complained about.

Depends on D206110

Differential Revision: https://phabricator.services.mozilla.com/D206173
2024-04-03 22:02:07 +00:00

38 lines
1.5 KiB
YAML

# 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