diff --git a/experimenter/experimenter/targeting/constants.py b/experimenter/experimenter/targeting/constants.py index 79dbcd867..733acbee1 100644 --- a/experimenter/experimenter/targeting/constants.py +++ b/experimenter/experimenter/targeting/constants.py @@ -5068,6 +5068,20 @@ def __post_init__(self): application_choice_names=(Application.DESKTOP.name,), ) +EXISTING_USER_WINDOWS_TASKBAR_TABS_ENABLED_BUT_NOT_USED = NimbusTargetingConfig( + name="Existing windows users with Taskbar Tabs enabled, with no tabs pinned", + slug="existing_windows_user_taskbar_tabs_enabled_but_not_used", + description="Profile 7+ days, Windows only, Taskbar Tabs enabled but no tabs pinned", + targeting=( + f"{PROFILEMORETHAN7DAYS} && {WINDOWS_ONLY.targeting} && {TASKBAR_TABS_ENABLED}" + " && installedWebAppsCount == 0" + ), + desktop_telemetry="", + sticky_required=True, + is_first_run_required=False, + application_choice_names=(Application.DESKTOP.name,), +) + EXISTING_USER_VPN_ELIGIBLE = NimbusTargetingConfig( name="Existing users eligible for VPN, profile 14+ days, no enterprise", slug="existing_user_vpn_eligible",