Add doorhanger telemetry for Credit Card A/B testing
Categories
(Toolkit :: Form Autofill, enhancement, P1)
Tracking
()
People
(Reporter: zbraniecki, Assigned: zbraniecki)
References
Details
(Whiteboard: [cc-autofill-mvp])
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
As part of bug 1653073, we will add several event telemetry bits for doorhanger
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
I rebased my patch to be on top of bug 1653162 because that patch adds flowId
.
Updated•4 years ago
|
Comment 4•4 years ago
|
||
bugherder |
Assignee | ||
Comment 11•4 years ago
|
||
Comment on attachment 9163916 [details]
Bug 1653083 - Add doorhanger telemetry for Credit Card A/B testing. r?abr
Beta/Release Uplift Approval Request
- User impact if declined: None
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: Bug 1653083, Bug 1653162, Bug 1654167
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It just adds telemetry to a preffed-off feature
- String changes made/needed: None
Comment 12•4 years ago
|
||
Comment on attachment 9163916 [details]
Bug 1653083 - Add doorhanger telemetry for Credit Card A/B testing. r?abr
approved for 80.0b2
Comment 13•4 years ago
|
||
bugherder uplift |
Comment 14•4 years ago
|
||
I have verified the doorhanger telemetry for Credit Card implemented in this bug on Firefox 80.0b5 (Build ID: 20200806203447) and the latest Nightly 81.0a1 build (Build ID: 20200806215439) on Windows 10 x64, Mac 10.14.6, Linux Mint 19.2and Ubuntu 20.04 x64.
In order to verify this we have used the Credit Card Autofill Metrics Spec document and the following events are correctly registered:
creditcard capture_doorhanger show flow_id
creditcard capture_doorhanger save flow_id
creditcard capture_doorhanger disable flow_id
creditcard capture_doorhanger cancel flow_id
creditcard update_doorhanger show flow_id
creditcard update_doorhanger update flow_id
creditcard update_doorhanger save flow_id
Description
•