gecko-dev/browser/components/urlbar/docs
Harry Twyford 63344f5398 Bug 1654680 - Add telemetry for search mode. r=adw
Summary of changes:
1. Adds an `entry` property to the searchMode object to tag how search mode was entered.
2. Introduces `urlbar.searchmode.*` scalars.  These scalars are suffixed with an entry point into search mode, for example `urlbar.searchmode.oneoff`, or `urlbar.searchmode.topsites_urlbar`. Those entry points tell us how search mode is entered most often. The keys for these scalars are strings describing what kind of search mode was entered. In most cases, this will be the name of a search engine, like "Google", or "DuckDuckGo". It may also be one of "history", "bookmarks", or "tabs". We only collect the names of engines that are bundled with Firefox. If the user enters search mode with an engine they installed themselves, we record "other" as the key.
3. Adds a urlbar-searchmode SAP to SEARCH_COUNTS.
4. Adds a browser.engagement.navigation.urlbar_searchmode probe.
5. Adds a urlbar_searchmode SAP to the navigation.search event.

Differential Revision: https://phabricator.services.mozilla.com/D87510
2020-09-02 15:08:50 +00:00
..
contact.rst
debugging.rst
experiments.rst Bug 1648959 - Done internal linking in docs in Browser Directory.r=championshuttler 2020-06-28 20:49:34 +00:00
index.rst
overview.rst Bug 1632105 - Implement dynamic result types. r=mak 2020-06-23 19:14:43 +00:00
telemetry.rst Bug 1654680 - Add telemetry for search mode. r=adw 2020-09-02 15:08:50 +00:00
utilities.rst