Gather telemetry on the paper sizes people print to
Categories
(Core :: Printing: Setup, task, P2)
Tracking
()
People
(Reporter: jwatt, Assigned: jfkthame)
References
Details
(Whiteboard: [print2020_v82][old-ui-])
Attachments
(2 files)
2.92 KB,
text/plain
|
chutten
:
data-review+
|
Details |
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
In bug 1659781 we added nsIPrinterList.fallbackPaperList mainly for Save to PDF, but we may well end up using it for when we query a printer for its supported paper sizes and don't manage to get a list (bug 1663503, for example).
The list of paper sizes that nsIPrinterList.fallbackPaperList
returns isn't informed by actual data, but is a best guess. It would be preferable if we could get some telemetry on what the most popular sizes people are actually printing to are, ideally broken down by country so we can give users the best fallback experience possible.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Comment on attachment 9177318 [details]
printing_paper_size-datareview.txt
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.
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?
No. This collection will expire in six months.
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.
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. :jfkthame is responsible for renewing or removing the collection before it expires in six months.
Result: datareview+
Reporter | ||
Comment 5•4 years ago
|
||
Comment on attachment 9177319 [details]
Bug 1666110 - Add telemetry for paper size used when printing. r=jwatt
Beta/Release Uplift Approval Request
- User impact if declined: We want to gather this telemetry ASAP to make sure our fallback paper list aligns with what users typically use for their given locale.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Just adds some telemetry reporting. No other behavioral changes.
- String changes made/needed:
Comment 6•4 years ago
|
||
bugherder |
Comment 7•4 years ago
|
||
Comment on attachment 9177319 [details]
Bug 1666110 - Add telemetry for paper size used when printing. r=jwatt
approved for 82.0b5
Comment 8•4 years ago
|
||
bugherder uplift |
Description
•