Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anayib opened this issue Feb 7, 2022 · 1 comment
Open

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

anayib opened this issue Feb 7, 2022 · 1 comment
Assignees

Comments

@anayib
Copy link
Contributor

anayib commented Feb 7, 2022

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.
@germanescobar
Copy link
Contributor

@anayib, as I mentioned here we do have this information. It's in a table called applicant_activities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants