Add telemetry to record whether users choose to ignore download protection warning
Categories
(Toolkit :: Safe Browsing, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: dlee, Assigned: dlee)
References
Details
Attachments
(4 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
Bug 1722066 - P3. Implement a testcase for DOWNLOADS_USER_ACTION_ON_BLOCKED_DOWNLOAD telemetry probe
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
3.25 KB,
text/plain
|
travis_
:
data-review+
|
Details |
We could collect metrics regarding whether users decide to ignore the warning presented by download protection.
| Assignee | ||
Comment 1•4 years ago
|
||
This telemetry shows how users usually react with blocked downloads.
I want to monitor this data to understand the accuracy of the download protection service.
| Assignee | ||
Comment 2•4 years ago
|
||
This patch is used by the next patch so the newly added testcase
can use utility functions defined in common_test_Download.js.
Depends on D124053
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D124054
| Assignee | ||
Comment 4•4 years ago
|
||
Comment 5•4 years ago
|
||
Comment on attachment 9238676 [details]
request.md
Data Review
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, through the Histograms.json file and the Probe Dictionary
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, through the standard telemetry preference
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, permanent collection will be monitored by Dimi Lee
- 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 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
- Is the data collection covered by the existing Firefox privacy notice?
Yes
- Does the data collection use a third-party collection tool?
No
Result
data-review+
Comment 7•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/98ad9316f3ec
https://hg.mozilla.org/mozilla-central/rev/050807316541
https://hg.mozilla.org/mozilla-central/rev/ad74307b0b8e
Description
•