Hello! Me again 😆 And again thanks for a great tool! We have had some internal discussions on the conversion window(CV), and that for many teams it does not make sense to actually have a limit. We have solved this by setting CV = 9999999 and adding the experiment’s start and end date to the metrics, but it is not bullet proof. Better might be to add more possibilities to choose another
type of CV.
I.e. when should, in theory, a conversion window actually start and end? Some of the answers are:
1. From the first
experiment_viewed
to first
experiment_viewed + window_length
2. From the last
experiment_viewed
to last
experiment_viewed + window_length
3. From the first
experiment_viewed
to last
experiment_viewed + window_length
4. From any
experiment_viewed
event to
experiment_viewed + window_length
(multiple conversion windows)
In GB it is currently 1, but in many use cases we would prefer 4 or at least 3. Is this something you have considered, or have thoughts about?