-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add telemetry for suggestion toggles #5094
Comments
Hello, I tried to check all the options(on the latest Nightly build) from the Search menu, for more details please see the table below:
I added in the table Tracking protection toggles to ask if it's everything fine or need something to be changed there. Based on my comment I will remove the Here you can find the full events: {
"events": [
{
"timestamp": 0,
"category": "tracking_protection",
"name": "etp_setting_changed",
"extra": {
"etp_setting": "STANDARD"
}
},
{
"timestamp": 303178,
"category": "tracking_protection",
"name": "etp_settings"
},
{
"timestamp": 335001,
"category": "events",
"name": "preference_toggled",
"extra": {
"preference_key": "pref_key_show_search_suggestions",
"enabled": "true"
}
},
{
"timestamp": 335885,
"category": "events",
"name": "preference_toggled",
"extra": {
"preference_key": "pref_key_show_clipboard_suggestions",
"enabled": "true"
}
},
{
"timestamp": 336336,
"category": "events",
"name": "preference_toggled",
"extra": {
"preference_key": "pref_key_search_browsing_history",
"enabled": "true"
}
},
{
"timestamp": 336821,
"category": "events",
"name": "preference_toggled",
"extra": {
"preference_key": "pref_key_search_bookmarks",
"enabled": "true"
}
} |
Thanks @abodea, yes that toggle was added after this ticket was finished. I can add it, though, since we're tracking the other toggles on that screen and it makes sense as it equally impacts the search experience. |
Hi, verified as fixed on the latest debug build from Master 1.0.1941 11/10 using a google Pixel 3a (Android 9). ✔️ Enable/Disable search suggestions ✔️ Enable/Disable Search_shortcuts ✔️ Enable/Disable clipboard suggestions ✔️ Enable/Disable search browsing history ✔️ Enable/Disable search bookmarks |
Description & Product Manager / Data Scientist User Story
What questions will you answer with this data?
What probes (suggested, if applicable)
Acceptance Criteria (Added by PM)
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: