Implement the impression event
Categories
(Firefox :: Address Bar, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: daisuke, Assigned: daisuke)
References
()
Details
Attachments
(3 files, 2 obsolete files)
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D161977
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D162085
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D162085
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
In bug 1802564, we enabled browser.urlbar.showSearchTerms.featureGate
on as
default in Nightly.
By the change, in case of that user searches 2 or more times
on the same browser, the search source will almost be urlbar-persisted
.
In this case, the interaction
value never be refined
in the current
implementation since we evaluate whether the search source is urlbar-persisted
first. Therefor, change the priority so that refined
value will be recorded.
Depends on D163671
Comment 6•2 years ago
|
||
Comment on attachment 9306514 [details]
data-review-request-for-bug1800579.md
-
Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, this will be documented in the Glean dictionary. -
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, users can opt out of telemetry collection. -
If the request is for permanent data collection, is there someone who will monitor the data over time?
The search and suggest team will monitor. -
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, interaction data. -
Is the data collection request for default-on or default-off?
Default on. -
Does the instrumentation include the addition of any new identifiers?
No new identifiers. -
Is the data collection covered by the existing Firefox privacy notice?
Yes. -
Does the data collection use a third-party collection tool?
No.
data-review +
Comment 8•2 years ago
|
||
Backed out for causing mochitest failures on browser_glean_telemetry_impression_interaction.js
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | browser/components/urlbar/tests/browser/browser_glean_telemetry_impression_interaction.js | 1 == 2 - JS frame :: chrome://mochitests/content/browser/browser/components/urlbar/tests/browser/head-glean.js :: _assertGleanTelemetry :: line 42
Comment 9•2 years ago
|
||
Comment on attachment 9306610 [details]
Bug 1800579: Exchange the priority for 'refined' and 'persisted_search_terms' of interaction.
Revision D163803 was moved to bug 1804314. Setting attachment 9306610 [details] to obsolete.
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2776f942a0a4
https://hg.mozilla.org/mozilla-central/rev/9f1ae2ec67ac
Assignee | ||
Updated•2 years ago
|
Description
•