Skip to content

Commit 3ce4e0e

Browse files
committed
feat(nimbus): Add advanced targeting for tou users with no sponsored content or Adjust opt outs
feat(nimbus): Add advanced targeting for tou users with no sponsored content or Adjust opt outs
1 parent cfcdedc commit 3ce4e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimenter/experimenter/targeting/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ def __post_init__(self):
23982398
name="Users that have not accepted the Terms of Use and have not opted out of any sponsored content or Adjust",
23992399
slug="users_not_accepted_tou_no_shortcuts_stories_mkt",
24002400
description="Targeting users who have NOT accepted the Terms of Use and have NOT opted out of any sponsored content or Adjust",
2401-
targeting="user_accepted_tou == false && no_shortcuts_stories_mkt == false",
2401+
targeting="user_accepted_tou == false && no_shortcuts_stories_mkt == true",
24022402
desktop_telemetry="",
24032403
sticky_required=False,
24042404
is_first_run_required=False,

0 commit comments

Comments
 (0)