RTAMO users should be excluded from nimbus experiment
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
People
(Reporter: pdahiya, Assigned: emcminn)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
Current RTAMO onboarding implementation lets RTAMO users enroll in nimbus experiments. See bug 1697793
We should change this behavior and exclude RTAMO users from firstrun onboarding experiments targeting , fix will need to check for attribution data and return early before retrieving content from Experiment Feature Config - window.AWGetFeatureConfig();
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Messaging System' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
Let's explore how we can update firstrun nimbus targeting to exclude RTAMO users
Reporter | ||
Comment 4•4 years ago
|
||
With bug 1694257 landed, scope of this fix involves https://phabricator.services.mozilla.com/D106418#3523551
Assignee | ||
Comment 5•4 years ago
|
||
I've tried inverting the checks so that RTAMO runs first, with an early return.
https://share.firefox.dev/3rWvicQ <-- profiling results with RTAMO first
https://share.firefox.dev/2QiI4ob <--profiling results from m-c, for comparison
Reporter | ||
Comment 7•4 years ago
|
||
https://analytics.amplitude.com/mozilla-corp/dashboard/1oxtf8i UJET Amplitude showing RTAMO numbers
Reporter | ||
Updated•4 years ago
|
Comment 8•4 years ago
|
||
We shouldn't need this if we're excluding this in code (by checking RTAMO attribution before checking experiment enrollment).
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Comment 9•4 years ago
|
||
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Comment 10•3 years ago
|
||
Fixed and verified in bug 1711700 comment 12
https://hg.mozilla.org/mozilla-central/rev/5cfa6f26806f
Updated•3 years ago
|
Description
•