We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Review the code and analyze the glean debugger pings to ensure symmetry between old and new toolbar implementations.
search.counts: https://dictionary.telemetry.mozilla.org/apps/firefox_ios/metrics/search_counts
┆Issue is synchronized with this Jira Spike
The text was updated successfully, but these errors were encountered:
➤ Isabella commented:
actionbarCode examination:There are two call points for Glean.Search.counts:
Inside the TelemetryWrapper for case(.action, .tap, .recordSearch, _, let extras):
SearchViewController didSelectEngine
SearchViewController tableView didSelectRow
Inside BrowserViewController+URLBarDelegate.swift.
Glean debugger examination:✅ Experiment 1: New Toolbar: actionbar (with on_tap_new_search and navigation_hint both true) Fresh app install.
Test 1: Search a term and press go on the keyboard.
Test 2: In the same session, from the SERP page, tap the address bar and tap go on the keyboard again (repeating the search, no changes)
Test 3: Change default search engine to DDG, then repeat #2
Test 4: Kill and Restart app… (with glean deep link)
2025-02-07 16:59:30 metrics ping
Summarizes the earlier pings from baseline, as expected.
Test 5: Kill and restart the app once more again…
[ ? ] Experiment 2: Old Toolbar: actionbar Fresh app install.
TODO
Sorry, something went wrong.
ih-codes
No branches or pull requests
Purpose:
Review the code and analyze the glean debugger pings to ensure symmetry between old and new toolbar implementations.
Telemetry Labels:
search.counts: https://dictionary.telemetry.mozilla.org/apps/firefox_ios/metrics/search_counts
SQL Queries for Reference:
┆Issue is synchronized with this Jira Spike
The text was updated successfully, but these errors were encountered: