Closed
Bug 2051346
Opened 9 days ago
Closed 7 days ago
Debug experiment triggers
Categories
(Firefox :: Sharing, defect, P1)
Firefox
Sharing
Tracking
()
RESOLVED
FIXED
People
(Reporter: jhirsch, Assigned: jhirsch)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-acq])
Per experiment QA the popups are not triggering, so let's figure out if it's the experiment definition or the trigger not working.
If the trigger's not working, let's choose some other triggers and use those instead.
Experiment dashboard: https://experimenter.services.mozilla.com/nimbus/link-collections-united-states-2-rollout-take-iii/summary/
Updated•9 days ago
|
| Assignee | ||
Comment 1•9 days ago
|
||
OK, looking at the current experiment definition:
- priority is set to 2, but higher is better and cfr is limited to one message per day. let's set this to 5.
- frequency is currently set to one per lifetime, but there's no reason to limit it to that.
- we could instead use a custom frequency like what's done here: https://searchfox.org/firefox-main/source/browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs#1734-1742
frequency: {
custom: [
{
cap: 3,
period: 604800000, // Max 3 per week
},
],
lifetime: 12,
},
- targeting right now is focused on whether we've shown the message before, but I think we can do something simpler like:
- for the tab group message, just make sure they have open tab groups:
currentTabGroups > 0 - for the bookmarks message, just make sure they have bookmarks:
totalBookmarksCount > 0
- for the tab group message, just make sure they have open tab groups:
| Assignee | ||
Updated•7 days ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•