Hi all, I noticed this in the <http://If%20you%20r...
# announcements
w
Hi all, I noticed this in the docs.
If 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.
h
This is referring to the experiment assignment. This documentation is currently being refreshed since we're replacing the "Multiple Exposure" model with the "Experiment Duration" model.
w
How does this work with All Exposures? The Data Sources section says
If 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.
h
Yeah, so I think the docs are just out of sync on this point.
The Metrics doc there is assuming the First Exposures model.
This exact section will be rewritten when we replace Multiple Exposures with Experiment Duration.
w
Ok got it. It seemed to be describing First Exposure. Just wanted to make sure our All Exposures Attribution Model was still working as expected
h
Yep, it should be. Sorry for the confusion.
(but I think as I've mentioned to you or your colleague before, we're sunsetting that for the Experiment Duration model which will extend from the start of their conversion window through the end of the experiment, which is a more common use case & the query is more performant)
w
No worries, thanks for confirming! And yes, we're excited to be able to use that new model!