Closed
Bug 2062688
Opened 23 days ago
Closed 16 days ago
Add resume (PUWYLO) prompt telemetry
Categories
(Core :: Machine Learning: Frontend, task)
Core
Machine Learning: Frontend
Tracking
()
VERIFIED
FIXED
156 Branch
People
(Reporter: echa, Assigned: echa)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [aidisc])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
Right now, resume (PUWYLO) pills are tracked the same way as the existing starter prompts, so we can't measure engagement with them separately.
Proposed changes:
- Add a
starter_typefield toquick_prompt_clickedso we can distinguish between default, resume, and followup prompts - Add a puwylo_prompts count to quick_prompt_displayed to track how many of the displayed prompts were resume pills
This will let us measure resume pill impressions and clicks independently from the existing starter prompts.
Updated•23 days ago
|
Summary: Add starter_type to quick prompt telemetry → Add resume (PUWYLO) prompt telemetry
- Added starter_type to quick_prompt_clicked and resume_prompts to quick_prompt_displayed
- Moved the shared resume-pill test helpers to head.js so both test files can use them
Pushed by echa@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ff50105c16dd
https://hg.mozilla.org/integration/autoland/rev/219d3bba3d6e
Add resume prompt telemetry r=pdahiya
Comment 3•16 days ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 16 days ago
status-firefox156:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 156 Branch
Comment 4•16 days ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: This telemetry allows us to distinguish engagement with resume (PUWYLO) prompts from existing starter prompts, which is important for evaluating feature adoption and usage during rollout. Without this uplift, resume prompt interactions would be indistinguishable from other starter prompts.
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: Open a Smart Window with PUWYLO resume prompts available.
Verify that quick_prompt_displayed records the number of PUWYLO prompts shown.
Click a resume prompt and verify quick_prompt_clicked records starter_type = "resume". - Risk associated with taking this patch: low
- Explanation of risk level: This change only adds telemetry fields/recording for existing prompt events and does not change any user-facing behavior or feature logic. The code path is exercised when displaying and clicking starter prompts, and the change is limited to telemetry instrumentation.
- String changes made/needed?: No
- Is Android affected?: yes
Attachment #9627997 -
Flags: approval-mozilla-beta?
Flags: qe-verify+
- Added starter_type to quick_prompt_clicked and resume_prompts to quick_prompt_displayed
- Moved the shared resume-pill test helpers to head.js so both test files can use them
Original Revision: https://phabricator.services.mozilla.com/D318736
Updated•16 days ago
|
Flags: in-testsuite+
Updated•16 days ago
|
Attachment #9627997 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•16 days ago
|
status-firefox155:
--- → fixed
Updated•15 days ago
|
QA Whiteboard: [uplift] [qa-ver-needed-c156/b155]
Comment 7•15 days ago
|
||
Verified as fixed in our latest Nightly 156.0a1 (2026-08-19) and our latest Beta 155.0b2
Status: RESOLVED → VERIFIED
QA Whiteboard: [uplift] [qa-ver-needed-c156/b155] → [uplift] [qa-ver-done-c156/b155]
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•