-
Notifications
You must be signed in to change notification settings - Fork 927
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add autocomplete deletion daily pixel (#5078)
Task/Issue URL: https://app.asana.com/0/488551667048375/1208403817322208/f ### Description - Adds an `AUTOCOMPLETE_RESULT_DELETED_DAILY` pixel that's fired once per day when an autocomplete result is deleted. - This is fired from both the browser tab and system search. ### Steps to test this PR _Browser tab_ - [ ] Fresh install - [ ] Search for something - [ ] Long press and delete the search suggestion - [ ] Verify that the `m_autocomplete_result_deleted_daily` pixel is fired - [ ] Search for something - [ ] Long press and delete the search suggestion - [ ] Verify that the `m_autocomplete_result_deleted_daily` pixel is not fired _System search_ - [ ] Fresh install - [ ] Add the search widget - [ ] Search for something - [ ] Long press and delete the search suggestion after tapping the widget - [ ] Verify that the `m_autocomplete_result_deleted_daily` pixel is fired - [ ] Search for something - [ ] Long press and delete the search suggestion after tapping the widget - [ ] Verify that the `m_autocomplete_result_deleted_daily` pixel is not fired
- Loading branch information
Showing
5 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters