-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or requestfeature/funnelsFeature Tag: FunnelsFeature Tag: Funnels
Description
Is your feature request related to a problem?
Please describe.
Currently, if you create a funnel with the exact same events in multiple steps, the funnel returns trivial results. If step_2 is $pageview and step_3 is $pageview, it doesn't find a later pageview but just counts the same step_2 pageview as a step_3 pageview. This is solved with windowFunnel
because they added a strictly_increasing
parameter. However, it's on a later version of clickhouse and we're looking to use the new query anyway.
Describe the solution you'd like
The new step query should look for a later pageview. This will require some query wrangling
Thank you for your feature request – we love each and every one!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature/funnelsFeature Tag: FunnelsFeature Tag: Funnels