File tree Expand file tree Collapse file tree
experimenter/experimenter/targeting Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1165,6 +1165,19 @@ def __post_init__(self):
11651165 application_choice_names = (Application .DESKTOP .name ,),
11661166)
11671167
1168+ WIN10_EXISTING_USERS_NEED_DEFAULT = NimbusTargetingConfig (
1169+ name = "Windows 10 existing users needing default" ,
1170+ slug = "win10_existing_users_need_default" ,
1171+ description = (
1172+ "Windows 10 users with profiles older than 28 days needing default"
1173+ ),
1174+ targeting = f"{ PROFILE28DAYS } && { WIN10_NEED_DEFAULT .targeting } " ,
1175+ desktop_telemetry = "" ,
1176+ sticky_required = False ,
1177+ is_first_run_required = False ,
1178+ application_choice_names = (Application .DESKTOP .name ,),
1179+ )
1180+
11681181GUIDANCE_NOTIFICATION_GIF_EXPERIMENT = NimbusTargetingConfig (
11691182 name = "Guidance notification GIF experiment" ,
11701183 slug = "guidance_notification_gif_experiment" ,
You can’t perform that action at this time.
0 commit comments