wide-airport-5526
12/03/2024, 10:27 AMsecureString
with regard to id list.
Say I create a new user attribute called hashed_user_id
and a ID list Y. And I also have a rule that is “turn feature X on when hashed_user_id is in ID list Y”. Do I then need to input the already hashed values in the ID list or the plain once? E.g. if I want to target a user with id 42, will I need to put “42" in the ID list or the result of sha256(salt, 42)
. I would expect it to be the latter but I couldn’t really find a conclusive answer in the docs.fresh-football-47124
wide-airport-5526
12/03/2024, 11:01 AMfresh-football-47124