wide-jordan-14758
03/17/2023, 11:08 PMIf you return multiple rows for the same user/experiment, we unique the list (ie: only counts as one user in the experiment) and count the earliest timestamp. From that point, the user has 72 hours (or whatever you change the window to) to convert.What query is this referring to? The metric or experiment assignment? I'm not really sure what it's saying.
helpful-application-7107
03/17/2023, 11:10 PMwide-jordan-14758
03/17/2023, 11:13 PMIf a user sees an experiment multiple times, you should return multiple rows in your assignment query, one for each time the user was exposed to the experiment.If you just take the minimum of all these rows, then only the first exposure would matter.
helpful-application-7107
03/17/2023, 11:14 PMwide-jordan-14758
03/17/2023, 11:14 PMhelpful-application-7107
03/17/2023, 11:15 PMwide-jordan-14758
03/17/2023, 11:17 PM