Hey team. I haven't been able to find in the docs:...
# ask-questions
b
Hey team. I haven't been able to find in the docs: We have an anonymous_id and a user_id. What happens when conflicting entitlements happen as a result of a user de-anonymizing? e.g. Logged in user assigned to variationA --> user switches device, shows up as anonymous user with a new identifier and assigned variationB, then logs in. What assignment do they get? How does the decision tree work?
h
Currently there is 1 single hashAttribute (i.e. either
anonymous_id
or
user_id
) used for assignment which you set in the experiment. Very soon we will support multiple keys through our upcoming sticky bucketing feature, which will allow you to set either or both attributes and always return the same variation for a unique user.
👍 2
b
Interesting. Thanks Bryce.