salmon-fall-61851
06/11/2025, 8:34 AMm.timestamp >= d.timestamp + INTERVAL '1 hour'
), the conversion_window (e.g. + AND m.timestamp <= d.timestamp + INTERVAL '24 hours'
) is consistently missing, even when clearly configured in the UI and stored in the metric’s JSON (inspected via Web UI).
I’ve tested:
• Updating existing metrics → conversion_window is ignored.
• Creating new metrics via the UI → still ignored.
• Metrics (self-labeled) “in 90d”, “in 48h”, etc. → do not apply a user-relative time cap in the SQL, and we’ve therefore been consistently misreporting these numbers under the assumption that the window was respected.
• Burn-in does work reliably, so this appears to be a partial implementation.
Interestingly, I found one older metric that does apply the conversion window correctly, so it might be related to how/when the metric was created.
Let me know if you’d like reproduction steps or example SQL — happy to share more.
We're using GrowthBook Cloud w/ Build: 3.6.0+2d22835 (2025-06-10)
Thanks in advance!helpful-application-7107
06/11/2025, 2:37 PMsalmon-fall-61851
06/12/2025, 7:23 AM