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)
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 | ||
Updated•2 years ago
|
Assignee: nobody → halemu
Reporter | ||
Updated•2 years ago
|
Summary: Land advanced targeting for New and Existing Users Import Bookmarks Copy Experiment → Land advanced targeting for Existing Users Import Bookmarks Copy Experiment
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
PR in experimenter: https://github.com/mozilla/experimenter/pull/8266
Issue: https://github.com/mozilla/experimenter/issues/8265
Assignee | ||
Comment 2•2 years ago
|
||
PR has been accepted and merged.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•2 years ago
|
||
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 → ---
Assignee | ||
Comment 4•2 years ago
|
||
New PR with targeting for all users with 5 bookmarks: https://github.com/mozilla/experimenter/pull/8293
Assignee | ||
Comment 5•2 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•