Split AdmWikipedia into two modules
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
As part of bug 1941988, we'll need to send the quick-suggest ping only for AMP suggestions, not also Wikipedia suggestions like we currently do. This is a good opportunity to go ahead and split AdmWikipedia into two modules, one for AMP and one for Wikipedia, like we've talked about doing before.
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
This makes two major changes:
Split AdmWikipedia into AmpSuggestions and OfflineWikipediaSuggestions. I
included "offline" in the name because Merino also serves Wikipedia suggestions,
but they're the so-called "dynamic Wikipedia" suggestions served from
Elasticsearch, and they have never been managed by a
BaseFeature/SuggestFeature in Firefox.
Send the quick-suggest ping only for AMP suggestions, in AmpSuggestions.
Stop sending it for offline Wikipedia suggestions. @bholley and I discussed this
on the data-review@mozilla.com list after I emailed it for the senstive data
review in D233752 [1]. We only use the ping for AMP suggestions, and Wikipedia
telemetry should follow the usual data opt-out. @nanj agreed the ping isn't
necessary for Wikipedia.
[1] https://groups.google.com/a/mozilla.com/g/data-review/c/BC2JKaXA7nA
Depends on D234440
Comment 3•1 year ago
|
||
| bugherder | ||
Description
•