Closed
Bug 1262004
Opened 9 years ago
Closed 9 years ago
Create A/B test for new space theme /firstrun/ page
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cmore, Unassigned)
References
Details
Hypothesis: Users who see the space theme sign up page will convert to signing for a Firefox Account at the same rate as the current first run page.
Goal: Fxa Sign up rate
Audience: Firefox desktop
Variations:
Original: https://www.mozilla.org/en-US/firefox/45.0.1/firstrun/?v=0
Space theme: https://www.mozilla.org/en-US/firefox/45.0.1/firstrun/?v=1
Mana page and Optimizely experiment coming soon.
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
:jpetto:
I have the experiment created. I was getting a JS error in the experiment JS section, but then I realized the HTML changed for the iframe.
It was:
var fxaIframeSrc = $("#intro").data("fxa-iframe-src");
and I changed it to:
var fxaIframeSrc = $("#intro").data("fxa-iframe-host");
The experiment may seem like a weird setup, but it is what I figured out at Mozlando due to custom events not being able to override the target URL. There is a traffic cop page that is just a redirect to either v=0 or v=1 and then the other variation have no code so we don't create an infinite loop. The redirect only happens on the traffic cop page and the traffic cop page only matches the first run URL with no parameters.
Check it out on comment 2 and let me know if I have the green light. If so, flip on the /firstrun/ flag.
Flags: needinfo?(jon)
Comment 4•9 years ago
|
||
After being led through the circuitous logic necessary to make Optimizely correctly track the iframe event, the experiment looks good to me.
r+
Flags: needinfo?(jon)
Reporter | ||
Comment 5•9 years ago
|
||
Test started at 11am PST on 4/5/2016. Conversions are coming in fine.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•9 years ago
|
||
Test stopped on 4/11/2011: Results here: https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=60588239
You need to log in
before you can comment on or make changes to this bug.
Description
•