Closed
Bug 1521947
Opened 6 years ago
Closed 6 years ago
Add Telemetry to know how ofter user change autoplay default setting
Categories
(Core :: Audio/Video: Playback, enhancement, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
Attachments
(2 files)
We would like to know how often user would change their autoplay default setting.
Assignee | ||
Comment 1•6 years ago
|
||
The question we want to answer is # of users uncheck blocking universally
.
Assignee | ||
Comment 2•6 years ago
|
||
Add a scalar 'autoplay_default_blocked' which records a boolean value which indicates whether user is blocking autoplay by default.
Assignee | ||
Comment 3•6 years ago
|
||
Attachment #9038380 -
Flags: review?(chutten)
Comment 4•6 years ago
|
||
Comment on attachment 9038380 [details]
Data review request
Preliminary notes:
The collection request is until Firefox 72, but the definition in the patch is only until 68. This review response assumes 72.
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes. This collection is Telemetry so is documented in its definitions file ([Scalars.yaml](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Scalars.yaml)), the [Probe Dictionary](https://telemetry.mozilla.org/probe-dictionary/), and on telemetry.mozilla.org's [Measurement Dashboards](https://telemetry.mozilla.org/new-pipeline/dist.html).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
N/A, expires in Firefox 72.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
Yes. :alwu is responsible for renewing or removing this collection before it expires in Firefox 72.
---
Result: datareview+
Attachment #9038380 -
Flags: review?(chutten) → review+
Updated•6 years ago
|
Rank: 15
Priority: -- → P2
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/847b1ed7c060
add telemetry to know what default blocking-autoplay setting users usually use. r=johannh,janerik
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•