We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898bde4 commit 6d7aca6Copy full SHA for 6d7aca6
experimenter/experimenter/targeting/constants.py
@@ -2771,6 +2771,17 @@ def __post_init__(self):
2771
application_choice_names=(Application.DESKTOP.name,),
2772
)
2773
2774
+NO_PINNED_TABS = NimbusTargetingConfig(
2775
+ name="Users who have no pinned tabs",
2776
+ slug="no_pinned_tabs_desktop",
2777
+ description=("Targets users who have 0 pinned tabs in their open windows."),
2778
+ targeting=("!hasPinnedTabs"),
2779
+ desktop_telemetry="",
2780
+ sticky_required=False,
2781
+ is_first_run_required=False,
2782
+ application_choice_names=(Application.DESKTOP.name,),
2783
+)
2784
+
2785
NON_SIDEBAR_USERS = NimbusTargetingConfig(
2786
name="Users that have never used the sidebar",
2787
slug="non_sidebar_users",
0 commit comments