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

Update funnels.mdx #1560

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Update funnels.mdx #1560

wants to merge 4 commits into from

Conversation

dorothy-koh
Copy link
Contributor

customer was confused about how exclusion step works
reference ticket: https://mixpanelsupport.zendesk.com/agent/tickets/615806

@dorothy-koh dorothy-koh requested a review from a team as a code owner October 22, 2024 02:46
@dorothy-koh dorothy-koh requested review from santigracia and removed request for a team October 22, 2024 02:46
Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2024 1:46am

@@ -569,3 +569,14 @@ To calculate the actual p-value, we estimate the hypergeometric cumulative distr
In the CDF, the value of any point (X) represents the probability that a random draw would result in fewer conversions P(k < X). 1 - P(k < X) represents the probability that a random draw would result in more conversions P(k >= X).

These two probabilities are used to represent the probability that the selected segment will either outperform (P(k < X)) or underperform (P(k > X)) the overall set of users. Mixpanel takes the higher probability of the two, and calculate the p-value as 1 - max(P(outperform), P(underperform)).

### Can I use the Exclusion Step feature to count each entry into the Funnel for Total Conversions?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @dorothy-koh , looks like this information is already documented under Exclusion Step. (specifically here)

Perhaps we can reword the existing note about Exclusion step not being used for first step and last step to make it more clear instead of adding it as a FAQ which adds length to the already lengthy page.

@dorothy-koh
Copy link
Contributor Author

oh I thought the note you highlighted is regarding how to build a funnel, rather than the expected results of building the funnel.

I could include it under the same section (since they both concern exclusion steps), but I'm concerned that having multiple examples might confuse the reader.

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

Successfully merging this pull request may close these issues.

2 participants