Closed
Bug 1734464
Opened 3 years ago
Closed 3 years ago
Add new Firefox Suggest onboarding-choice preference to clients daily and urlbar clients daily
Categories
(Data Platform and Tools :: General, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adw, Assigned: klukas)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1729970 +++
Bug 1734447 is adding the new pref browser.urlbar.quicksuggest.onboardingDialogChoice
to telemetry environment data. Similar to bug 1729970, I assume we should include it in both clients daily and urlbar clients daily. NI'ing Jeff to make sure you see this.
The pref's value is a string that records the user's choice in the Firefox Suggest onboarding dialog. If the dialog was shown multiple times, it records the user's most recent choice. Values are the following:
- Empty string: The user has not made a choice (e.g., because the dialog hasn't been shown)
accept
: The user accepted the dialog and opted in.settings
: The user clicked in the "Customize" button (the user remains opted out in this case).learn_more
: The user clicked "Learn more" (the user remains opted out).not_now_link
: The user clicked "Not now" (the user remains opted out).dismissed_escape_key
: The user dismissed the dialog by pressing the Escape key (the user remains opted out).dismissed_other
: The dialog was dismissed in some other unknown way, for example when the dialog is replaced with another higher priority dialog like the one shown when quitting the app (the user remains opted out).
Flags: needinfo?(jklukas)
Assignee | ||
Comment 1•3 years ago
|
||
Thanks for the detailed context here. I'll write up a draft PR now.
Assignee: nobody → jklukas
Flags: needinfo?(jklukas)
Priority: P2 → P1
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
This is now reviewed and merged, so the tables will contain these new fields going forward.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Component: Datasets: General → General
You need to log in
before you can comment on or make changes to this bug.
Description
•