Closed
Bug 1581056
Opened 4 years ago
Closed 4 years ago
Add telemetry for content blocker usage (amount of permissions)
Categories
(Core :: Permission Manager, task, P3)
Core
Permission Manager
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: johannh, Assigned: pbz)
References
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
1.80 KB,
text/plain
|
mmccorquodale
:
data-review+
|
Details |
It would be great if we had simple telemetry that, maybe at startup, measured the amount of permissions that are relevant to content blocker usage. This is very likely only the image permission, but we should just collect all of them in a keyed scalar to make sure we don't forget about anything.
This could be recorded similarly to how we record content blocking telemetry at startup: https://searchfox.org/mozilla-central/rev/878bbf3cb8897a208454df27535f3522ab482cf2/browser/components/BrowserGlue.jsm#2023
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → pbz
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Attachment #9095190 -
Flags: data-review?(chutten)
Comment 3•4 years ago
|
||
Comment on attachment 9095190 [details]
Data Review Request
Load-balancing to Martin.
Attachment #9095190 -
Flags: data-review?(chutten) → data-review?(mlopatka)
Comment 4•4 years ago
|
||
Comment on attachment 9095190 [details]
Data Review Request
Actually, Martin's in a workweek. Load balancing to Megan.
Attachment #9095190 -
Flags: data-review?(mlopatka) → data-review?(mmccorquodale)
Comment 5•4 years ago
|
||
Comment on attachment 9095190 [details]
Data Review Request
1. Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
This will be documented in the probe dictionary.
2. Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, by opting out of telemetry collection.
3. If the request is for permanent data collection, is there someone who will monitor the data over time?
Not permanent data collection.
4. 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.
5. Is the data collection request for default-on or default-off?
Default on.
6. Does the instrumentation include the addition of any new identifiers?
No new identifiers.
7. Is the data collection covered by the existing Firefox privacy notice?
Yes.
8. Does there need to be a check-in in the future to determine whether to renew the data?
Yes - check in at version 75.
9. Does the data collection use a third-party collection tool?
No.
---
data-review +
Attachment #9095190 -
Flags: data-review?(mmccorquodale) → data-review+
Pushed by pzuhlcke@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f678ea2964f1 Added telemetry for nsContentBlocker permissions. r=johannh
Comment 7•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Comment 8•4 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•