Closed Bug 2051346 Opened 9 days ago Closed 7 days ago

Debug experiment triggers

Categories

(Firefox :: Sharing, defect, P1)

defect

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/

OK, looking at the current experiment definition:

    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
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.