Two extra onboarding "IMPRESSION" pings are logged at start up/page load
Categories
(Firefox :: Messaging System, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | unaffected |
| firefox80 | --- | wontfix |
| firefox81 | --- | wontfix |
People
(Reporter: cmuresan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
[Affected versions]:
- Firefox Beta 80.0b3, Build ID 20200803045446
- Firefox Nightly 81.0a1, Build ID 20200803094100
[Affected Platforms]:
- Windows 10
- macOS 10.15
- Linux MX 4.19
[Prerequisites]:
- Have a user.js file with the following line saved
user_pref("browser.ping-centre.log", true);.
[Steps to reproduce]:
- Create a new Firefox Beta profile with the
--jsconsoleargument but DO NOT open it. - Navigate to the local profile folder and place the user.js file from prerequisites there.
- Start the newly created profile and observe the Browser Console.
[Expected results]:
- The IMPRESSION ping for the
MULTI-STAGE-WELCOME-IMPORTABLE-THEME_AW_GET_STARTEDslide/page is displayed.
[Actual results]:
- The
MULTI-STAGE-WELCOME-IMPORTABLE-THEME_AW_GET_STARTED,MULTI-STAGE-WELCOME-IMPORTABLE-THEME, andMULTI-STAGE-WELCOME-IMPORTABLE-THEME_SITESIMPRESSION pings are displayed.
[Notes]:
- The issue is also reproducible when refreshing the about:welcome page on any slide.
- Attached a screen recording of the issue.
Comment 1•5 years ago
|
||
This is expected behavior since Fx 78 and logged in Tech plan Telemetry section https://docs.google.com/document/d/1EZHx1-qnXyCDWiH7GqgBvis8iEmqXtKgCwITZg9iY1E/edit#heading=h.h2fxax9w7ve
When about:welcome loads, we send impression pings for
a) Welcome UI is loading with message id MULTI-STAGE-WELCOME-IMPORTABLE-THEME
b) Impression respective to screen e.g. MULTI-STAGE-WELCOME-IMPORTABLE-THEME_AW_GET_STARTED
c) Pre-imported sites Impression ping MULTI-STAGE-WELCOME-IMPORTABLE-THEME_SITES
With simplified card experience with message_id ABOUT_WELCOME going away in Fx80, we can refactor and remove 'MULTI-STAGE-WELCOME-IMPORTABLE-THEME' impression ping as it will be redundant and same as 'MULTI-STAGE-WELCOME-IMPORTABLE-THEME_AW_GET_STARTED' for multistage
Comment 2•5 years ago
|
||
As logged above, closing bug as works expected, thanks
Updated•5 years ago
|
Description
•