Add telemetry to video section in onboarding
Categories
(Firefox :: Messaging System, task, P1)
Tracking
()
People
(Reporter: pdahiya, Assigned: nsauermann)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
Scope of this bug is to add probe to capture video start, and if possible video completed telemetry
| Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
| Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
This fix is needed for the Onboarding welcome video experiment in Fx108
Updated•3 years ago
|
Comment 5•3 years ago
|
||
| bugherder | ||
Comment 6•3 years ago
|
||
I‘ve verified this task using the latest Firefox Nightly 109.0a1 (Build ID: 20221117093901) on Windows 10 x64.
-
When the Firefox video starts, the following telemetry ping is registered in the Browser Console:
- TELEMETRY PING (about:welcome): {"experiments":{"optin-onboarding-welcome-video-experiment":{"branch":"treatment-a"}},"locale":"en-US","version":"109.0a1","release_channel":"nightly","event":"CLICK_BUTTON","event_context":"{"source":"video_start","page":"about:welcome"}","message_id":"VIDEO-TREATMENT-A_0_VIDEO_ONBOARDING","addon_version":"20221117093901","client_id":"8bbf9524-3b46-42cf-b3fe-bd97057be9f3","browser_session_id":"8e288613-b682-44ca-a409-736cc6a35596"}
-
When the Firefox Video ends, the following telemetry ping is registered:
- TELEMETRY PING (about:welcome): {"experiments":{"optin-onboarding-welcome-video-experiment":{"branch":"treatment-a"}},"locale":"en-US","version":"109.0a1","release_channel":"nightly","event":"CLICK_BUTTON","event_context":"{"source":"video_end","page":"about:welcome"}","message_id":"VIDEO-TREATMENT-A_0_VIDEO_ONBOARDING","addon_version":"20221117093901","client_id":"8bbf9524-3b46-42cf-b3fe-bd97057be9f3","browser_session_id":"8e288613-b682-44ca-a409-736cc6a35596"}
Comment on attachment 9302706 [details]
Bug 1797851 - Add telemetry to video section in onboarding
Beta/Release Uplift Approval Request
- User impact if declined: Unable to have tracking/telemetry for onboarding video experiment
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Steps can be found in the phabricator test plan:
https://phabricator.services.mozilla.com/D161704 - List of other uplifts needed: Bug 1797843
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Only adds existing click action telemetry/tracking for video onboarding experiment. This uplift should happen after 1797843 has been approved for uplift.
- String changes made/needed:
- Is Android affected?: No
Comment 8•3 years ago
|
||
Comment on attachment 9302706 [details]
Bug 1797851 - Add telemetry to video section in onboarding
Approved for 108.0b4
Comment 9•3 years ago
|
||
| bugherder uplift | ||
Updated•3 years ago
|
Comment 10•3 years ago
|
||
I‘ve verified this task using Firefox Beta 108.0b4 (Build ID: 20221120185746) on Windows 10 x64, macOS 11.7.1. On Ubuntu 22.04, I’m blocked from verifying due to Bug 1801038.
-
After following the steps from the Test Plan, I can confirm the followings:
-
When the Firefox video starts, the following telemetry ping is registered in the Browser Console:
- TELEMETRY PING (about:welcome): {"experiments":{"task-continuity-sync-after-tab-change-rollout-40":{"branch":"sync-after-tab"}},"locale":"en-US","version":"108.0","release_channel":"beta","event":"CLICK_BUTTON","event_context":"{"source":"video_start","page":"about:welcome"}","message_id":"MR_WELCOME_DEFAULT_0_VIDEO_ONBOARDING","addon_version":"20221120185746","client_id":"c915eed6-f58b-4229-a64f-9983dc576797","browser_session_id":"f6fc9f39-d9a3-48d6-b181-d283431c8ea5"} -
When the Firefox Video ends, the following telemetry ping is registered:
- TELEMETRY PING (about:welcome): {"experiments":{"task-continuity-sync-after-tab-change-rollout-40":{"branch":"sync-after-tab"}},"locale":"en-US","version":"108.0","release_channel":"beta","event":"CLICK_BUTTON","event_context":"{"source":"video_end","page":"about:welcome"}","message_id":"MR_WELCOME_DEFAULT_0_VIDEO_ONBOARDING","addon_version":"20221120185746","client_id":"c915eed6-f58b-4229-a64f-9983dc576797","browser_session_id":"f6fc9f39-d9a3-48d6-b181-d283431c8ea5"}
Description
•