Skip to content

Commit bc16120

Browse files
authored
feat(nimbus): Add advanced targeting for newtab trainhop 150.0.20260303.170544 for desktop (#14813)
This commit will allow us to create experiments targeting users of the latest New Tab trainhop that will be released (2026-03-10) to Firefox 148 on the release channel. Fixes #14812
1 parent e7d401c commit bc16120

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

experimenter/experimenter/targeting/constants.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,6 +3989,20 @@ def __post_init__(self):
39893989
application_choice_names=(Application.DESKTOP.name,),
39903990
)
39913991

3992+
FX_150_TRAINHOP = NimbusTargetingConfig(
3993+
name="New Tab Fx150 Mar-03 Trainhop",
3994+
slug="newtab-150-0309-trainhop",
3995+
description=(
3996+
"Desktop users having the New Tab 150.0.20260303.170544 train hop, "
3997+
"which includes users of Fx148"
3998+
),
3999+
targeting="newtabAddonVersion|versionCompare('150.0.20260303.170544') >= 0",
4000+
desktop_telemetry="",
4001+
sticky_required=False,
4002+
is_first_run_required=False,
4003+
application_choice_names=(Application.DESKTOP.name,),
4004+
)
4005+
39924006
BUILDID_20251006095753 = NimbusTargetingConfig(
39934007
name="Build ID 20251006095753 or higher",
39944008
slug="buildid-20251006095753",

0 commit comments

Comments
 (0)