Closed
Bug 1827686
Opened 2 years ago
Closed 2 years ago
Add Telemetry for Changing Default Search Engine
Categories
(Firefox for Android :: Experimentation and Telemetry, enhancement, P1)
Tracking
()
VERIFIED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | verified |
People
(Reporter: ccarter, Assigned: royang)
References
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
Add telemetry for when a user goes to settings > Search and changes their default search engine so we know how many people are switching away from Google.
Add telemetry for when a user goes to Settings > Search > Add New Search Engine so that we know how many users are adding a custom search engine
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → royang
Updated•2 years ago
|
Whiteboard: [fxdroid]
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Authored by https://github.com/rocketsroger
https://github.com/mozilla-mobile/firefox-android/commit/a0926989d69f5ad0e94a8e48c70c14c4ea8207d9
[main] Bug 1827686 - Add telemetry for user updating Default Search Engine
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
Comment 3•2 years ago
|
||
Verified as fixed on the latest Fenix Nightly 114.0a1 from 4/20 with Xiaomi Mi8 Lite (Android 10).
- changing the default search engine triggers the following event:
{
"timestamp": 2441,
"category": "events",
"name": "default_engine_selected",
"extra": {
"engine": "Bing"
}
}
- adding a new search engine and selecting it as the default one, triggers the following event:
{
"timestamp": 34601,
"category": "events",
"name": "default_engine_selected",
"extra": {
"engine": "custom"
}
}
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•