Skip to content

Handle repeated event steps in funnel #4813

@EDsCODE

Description

@EDsCODE

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions