matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!

Home Page:https://matomo.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Drop-off do not show for step 1 in Funnels

niklasternstedt opened this issue · comments

What happened?

I've noticed in the new funnel report the drop-off rate don't show in the diagram for step 1 as for step 2, 3 and so forth.

What should happen?

The drop-off rate should show as light blue as in the other steps

How can this be reproduced?

Set up a funnel report
Bugg med funnels gränssnitt

Matomo version

5.1.0

PHP version

No response

Server operating system

No response

What browsers are you seeing the problem on?

Chrome

Computer operating system

No response

Relevant log output

No response

Validations

@AltamashShaikh can you answer this one?

Hi @niklasternstedt . The chart is functioning as designed. The drop-off is reflected in the bar of the next step. This is most evident in the fact that the last bar shows drop-off when the last step cannot have exits because all visits are conversions. If you hover over the bar of step 1, you'll see that drop-off is 0, because all of the visits to step 1 were new entries. They dropped off between step 1 and step 2. Hovering over bar 2, you can see that the drop-off number matches the drop-off number underneath step 1. If you hover over bar 3, the drop-off number matches what is displayed under bar 2.

Does that make sense? We haven't received much feedback about the new chart; what can we do to help avoid this kind of confusion?

@Stan-vw I'm tagging you so that you're aware of this issue.

commented

Thanks for opening the ticket @niklasternstedt

After considering both internal designs as well as competing products, we landed on the logic:

  • show the drop-off visually in the next step, so it's clear how much visits are missing from the previous step (i.e. how many people could've made it to this step if conversion from the step before was perfect)
  • show the exits number underneath the step itself, so you can compare visits in the step (top) with how many of them exit*.
  • if we would show the drop-off bar on top of the step itself, it would give a false impression of the total visits in that step.

*As a result of your feedback I noticed that we use the term "drop-off" underneath the chart though, which we will fix to "exits". The idea is that "Exits" is the term we use within the same step, and "Drop-off" will only be used to show the "lost visits" visually. We're soon shipping an improvement to the table underneath, which will align better with the chart and these terms will be more consistent across chart+table.

We're keen to get further feedback on the topic, so feel free to ask further questions, let us know what you think, and/or provide examples of other products that do it differently that you think is more intuitive 👍

commented

Closing this as the feature is working as-intended (as described above). However, we're happy to receive more feedback 👍