Closed
Bug 1982300
Opened 1 year ago
Closed 1 year ago
[composable toolbar] Fx-Suggest telemetry is not recorded
Categories
(Firefox for Android :: Toolbar, defect, P2)
Tracking
()
VERIFIED
FIXED
143 Branch
People
(Reporter: petru, Assigned: petru)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group3][composable toolbar])
Attachments
(2 files)
Steps to reproduce
- Type a search query that would give Firefox suggest results
- Press back to exit search or click on any suggestion
Expected behavior
- FXSuggest impression is recorded for all shown sponsored suggestions
- FXSuggest click is recorded for all clicked sponsored suggestions
Actual behavior
- No FXSuggest telemetry
Any additional information?
This issue does not reproduce for the toolbar View.
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Seems like the issue happens because of this missing call to update the BrowserState with what suggestions are currently showing depending on which here we would compute what FXSuggestions were interacted with.
| Assignee | ||
Comment 2•1 year ago
|
||
We were missing knowing what suggestions are shown based on which later we could
record telemetry for shown or clicked Firefox Suggest suggestions.
Pushed by plingurar@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/4838228e4717
https://hg.mozilla.org/integration/autoland/rev/3a9f3729df00
Ensure FXSuggest telemetry can be computed for the composable toolbar r=android-reviewers,harrisono
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Comment 5•11 months ago
|
||
Verified as fixed on the Firefox for android Nightly 144.0a1 from 8/26 with a Samsung Galaxy S24 (Andorid 15).
The fx_suggest telemetry is being sent successfully.
Status: RESOLVED → VERIFIED
status-firefox144:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•