Include more information into cc_form telemetry
Categories
(Toolkit :: Form Autofill, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
Details
Attachments
(3 files)
|
Bug 1757731 - P1. Move telemetry related function to FormAutofillTelemetryUtils.jsm r=sgalich,tgiles
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
2.52 KB,
text/plain
|
sancus
:
data-review+
|
Details |
In current cc_form telemetry, we lack the following information:
cc-typeis not included in the extra_keys. This can be used in "detect" and "filled" methodcc-exp-yearandcc-exp-monthare merged tocc-exp. This prevents us from understanding whether we are performing particular bad (or good) while identifying "cc-exp", "cc-exp-month", or "cc-exp-year"popup_showndoesn't indicate which field triggers the event. If we include the data, we can know the conversion rate (popup_shown -> popup_filled) by field type.
| Assignee | ||
Comment 1•4 years ago
|
||
just realized the maximum number of keys in extra is 10, that is why we didn't include all the information in the beginning.
| Assignee | ||
Comment 2•4 years ago
|
||
This patch adds CreditCardTelemetryUtils object to process credit card related telemetry.
This patches doesn't change the logic regarding how we record telemetry.
| Assignee | ||
Comment 3•4 years ago
|
||
The previous cc_form event telemetry lack the following information:
- Field-specific information.
- cc-exp, cc-exp-month, and cc-exp-year are all merged to cc-exp
- no cc-type
- Clear form action
The cc_form_v2 event telemetry aims to collect field specific
information so we can know whether we perform particular bad (or good)
on certain fields.
Depends on D141008
| Assignee | ||
Comment 4•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Comment on attachment 9267718 [details]
request.md
This seems like a reasonable change to me.
Data Review Form:
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
This collection is documented in its definitions files Events.yaml and in the Probe Dictionary at https://probes.telemetry.mozilla.org.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, using standard Telemetry opt-out.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Dimi Lee (:dimi) will permanently monitor this data.
- 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 for all channels, countries, and locales.
- 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? If yes, escalate to legal.
No.
Comment 7•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d7acf17f439d
https://hg.mozilla.org/mozilla-central/rev/51956ca0b416
Description
•