If a user is seeing MinMin because they were logged out, then they create an account, do they still see MinMin experiment or do they not see it due to being logged in?
Description
Event Timeline
@HSwan-WMF: Assuming this task is about the ReaderExperiments-MinMin code project, hence adding that project tag so other people who don't know or don't care about team tags can also find this task when searching via projects or looking at workboards. Please set appropriate project tags when possible. Thanks!
When users are logged in, they are excluded from experiment.
@jwang what happens to a user's data if they get bucketed in the experiment and then log in or create an account?
From a data tracking perspective, users will continue to be tracked by their Edge Unique ID once they are initially bucketed. Because we plan to enable the performer_is_logged_in and performer_is_temp fields, we can exclude such users from the analysis by filtering on those fields.