Skip to content

Track every stage of the funnel that a participant has been trough #1032

@anayib

Description

@anayib

We need a way to filter the total amount of people that have been in a stage of the funnel per cohort.
EG:
If we have 1000 applicants
We need to know how many out of the 1000 have though each phase .

One to implement this is to associate to each applicant a hash where the keys are the funnel stages and the values are true or false. When we assign a participant to a stage, for example test_sent, the test_sent value in the hash should be set to true.

This way we could filter all the people that have been through each stage.

How could we set this info for previous participants.

Questions we need to answer:

  • How many people have been through each stage of the funnel
  • The conversion rate between stage.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions