Closed
Bug 1196547
Opened 9 years ago
Closed 9 years ago
/firstrun 42 - Implementation
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ckprice, Assigned: agibson)
References
Details
(Whiteboard: [kb=1838212] [fall-2015-engagement])
This bug executes the web dev work required for /firstrun 42.
Updated•9 years ago
|
Whiteboard: [fall-2015-engagement] → [kb=1838212] [fall-2015-engagement]
Reporter | ||
Comment 1•9 years ago
|
||
For /firstrun 42, we'll be opening up PB/TP content into a 2nd tab along with Accounts.
URL for the second tab is /firstrun/learnmore/
Fx Engineering work is being done in bug 1209140
Copy/design will be a clone of /whatsnew VERSION B (simplified with no white box) bug 1196532
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → agibson
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
Cory, it would be good to know what's happening with bug 1209140, as I need to make the respective URLs available to localizes to help test their translations correctly.
Is /42.0/firstrun/learnmore/ happening still?
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(cprice)
Reporter | ||
Comment 3•9 years ago
|
||
Hi Alex,
Yes, the URL will be /firstrun/learnmore/
Thanks!
Depends on: 1209140
Flags: needinfo?(cprice)
Assignee | ||
Comment 4•9 years ago
|
||
Initial template is now up on demo2 for localizers (currently showing variation A only).
https://www-demo2.allizom.org/en-US/firefox/42.0/firstrun/learnmore/
Note: Clicking the "Try the new Private Browsing" CTA is not yet functional. I will update when this is ready.
Assignee | ||
Comment 5•9 years ago
|
||
UITour functionality should now be working on demo2 when a user clicks the blue CTA button to highlight privateWindow.
To enable UITour on demo2, please make sure to add "https://www-demo2.allizom.org" to the comma-delimited preference `browser.uitour.testingOrigins` in about:config. It won't exist by default, so you may need to create a new preference.
Reporter | ||
Comment 6•9 years ago
|
||
Graphic finalized in bug 1196527 comment 6 (we will use design B for firstrun)
Reporter | ||
Comment 7•9 years ago
|
||
Just a quick note that we've met with the Fx dev team, and they let us know that bug 1209140 will be uplifted for 42.
Reporter | ||
Comment 8•9 years ago
|
||
Alex - are we firing a Tab Visible event in the same manner we did for Windows 10? If not, could we put it into place?
Flags: needinfo?(agibson)
Assignee | ||
Comment 9•9 years ago
|
||
(In reply to Cory Price [:ckprice] from comment #8)
> Alex - are we firing a Tab Visible event in the same manner we did for
> Windows 10? If not, could we put it into place?
I can put one in place, sure thing.
Flags: needinfo?(agibson)
Assignee | ||
Comment 10•9 years ago
|
||
Ok the following event is now being fired when the tab becomes visible (first time only)
https://www-demo2.allizom.org/en-US/firefox/42.0/firstrun/learnmore/
GA event:
window.dataLayer.push({
'event': 'firstrun-learnmore-42',
'interaction': 'tab-visible',
});
Comment 11•9 years ago
|
||
Verified variation B displays on demo2 /firstrun page, am unable to access GA to confirm event was fired correctly.
Assignee | ||
Comment 12•9 years ago
|
||
Cory, any reason why this (along with bug 1196532) can't merge early and go to prod, once code review is complete?
This would remove the temporary redirect for /firstrun/learnmore, and firstrun users on FF Bet 42 would start seeing the new /learmore page.
Flags: needinfo?(cprice)
Assignee | ||
Comment 13•9 years ago
|
||
According to bug 1218893 we are good to merge & push this, clearing needsinfo thanks
Flags: needinfo?(cprice)
Assignee | ||
Comment 14•9 years ago
|
||
Fixed in bug 1196532
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•