-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[P3A] Implement search volume question #8854
Comments
Fix brave/brave-browser#8854 To start measuring search volumes we start with omnibox - we would count all search-related events coming from here. This PR also refactors the utility class for recording "weekly" metrics.
Fix brave/brave-browser#8854 To start measuring search volumes we start with omnibox - we would count all search-related events coming from here. This PR also refactors the utility class for recording "weekly" metrics.
@iefremov can you provide a simple test plan for QA to try? Thanks 😄 |
@LaurenWags For QA: Directly typing search queris on e.g. https://google.com should not be counted. |
@iefremov If I perform search in different tabs like NT/PT/Guest window tab/Tor tab - Example:
Actual: Step 5 response value is expected? Search performed in PT is also considered for total search count? |
@GeetaSarvadnya good catch - in general, this is expected (by design, we don't care about multiple profiles) But I think in any case we shouln't persist incognito stats. Could you please file a follow-up? |
@iefremov Adding to the search count for Normal+Private window is ok. Not adding to the search count from Guest window is also ok. I'm going to close out the follow-up issue. Thanks @GeetaSarvadnya for clarifying the different window types. |
Verification passed on
Verified test plan from the description. Verified 0 on clean install Verification passed on
Verification passed on
|
Question 1:
How many times did you search last week?
(The omnibox input doesn't resolve and triggers a search)
Answers:
Justification:
The volume of search activity generated via Brave will help us identify the optimal search strategy for both product development and partnerships
The text was updated successfully, but these errors were encountered: