This message was deleted.
# give-feedback
w
This message was deleted.
f
I think it's working correctly, although the SQL is a little confusing. Instead of checking if
metricDate - 168 hours < experimentDate
, we check if
metricDate < experimentDate + 168 hours
That 2nd
72
in the query isn't actually used for anything, it's just an artifact of how we generate the SQL
We also released some updates a few days ago around conversion windows that simplifies the SQL a bit
b
Thank you, @future-teacher-7046. I will check it out and update.
130 Views