This message was deleted.
# give-feedback
w
This message was deleted.
💡 1
1
f
Yeah, that makes sense. The original idea behind the
{{startDate}}
and
{{endDate}}
variables was for query optimization by decreasing the number of scanned rows. It was just meant as a rough filtering pass. It's clear now that it's useful for other things so we might rethink our approach a bit
👍 1
p
Sounds good! There is a bit more I find confusing about
{{endDate}}
parameter: 1.
{{startDate}}
always corresponds to the start time of the experiment, very clear, very nice. Therefore, it is rational to assume that
{{endDate}}
corresponds to the end time of the experiment as defined in experiment configurations, but this is not the case as I understood; 2. Definition of
endDate
is different for stopped and running experiments although the parameter is the same: a. For running ones, it is `experiment end time + conversion window`; b. For stopped ones, it is
current_date + 2 days
. Can you please explain why 2 days? So, I am wondering whether it can be possible to explain this a bit better in documentation? Also, I think the name
endDate
might be misleading and maybe replacing it with
endDateAndConversionWindow
(for stopped experiments) together with
currentDatePlus2Days
(for running ones) would be more clear.
139 Views