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 cfcdedc commit 3ce4e0eCopy full SHA for 3ce4e0e
experimenter/experimenter/targeting/constants.py
@@ -2398,7 +2398,7 @@ def __post_init__(self):
2398
name="Users that have not accepted the Terms of Use and have not opted out of any sponsored content or Adjust",
2399
slug="users_not_accepted_tou_no_shortcuts_stories_mkt",
2400
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",
+ targeting="user_accepted_tou == false && no_shortcuts_stories_mkt == true",
2402
desktop_telemetry="",
2403
sticky_required=False,
2404
is_first_run_required=False,
0 commit comments