Closed Bug 1814419 Opened 2 years ago Closed 2 years ago

Land advanced targeting for New & Existing Users Import Bookmarks Copy Experiment

Categories

(Firefox :: Messaging System, task, P1)

Firefox 110
task

Tracking

()

RESOLVED FIXED
Iteration:
111.2 - Jan 30 - Feb 10

People

(Reporter: mviar, Assigned: hanna_a)

References

Details

We'll need to land new advanced targeting to support the experiments described in bug 1804084.

Spec with targeting requirements.

Assignee: nobody → halemu
Summary: Land advanced targeting for New and Existing Users Import Bookmarks Copy Experiment → Land advanced targeting for Existing Users Import Bookmarks Copy Experiment
Blocks: 1804084
No longer blocks: 1813142
Summary: Land advanced targeting for Existing Users Import Bookmarks Copy Experiment → Land advanced targeting for New & Existing Users Import Bookmarks Copy Experiment
No longer depends on: 1813144

PR has been accepted and merged.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED

Product has requested new advanced targeting for this experiment.

The new targeting should be something like:

FIVE_BOOKMARKS = NimbusTargetingConfig(
    name="5 bookmarks",
    slug="5_bookmarks",
    description="User has exactly 5 bookmarks",
    targeting="totalBookmarksCount == 5",
    desktop_telemetry="",
    sticky_required=True,
    is_first_run_required=False,
    application_choice_names=(Application.DESKTOP.name,),
)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---

New PR with targeting for all users with 5 bookmarks: https://github.com/mozilla/experimenter/pull/8293

Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → FIXED
Blocks: 1819704
You need to log in before you can comment on or make changes to this bug.