matomo-org/matomo

Misleading tooltip in the goal report

Open

#16,273 opened on Aug 7, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)PHP (2,847 forks)batch import
Help wantedc: Usability

Repository metrics

Stars
 (21,513 stars)
PR merge metrics
 (Avg merge 8d 11h) (106 merged PRs in 30d)

Description

The tooltip above the column with conversion rate in all "grouped by" reports says that it shows "The percentage of visits that triggered the goal" https://prnt.sc/tvl3t5 . It suggests that it is calculated as the percentage of visits with a completed goal, while in fact it is calculated as the number of conversions divided by the number of visits. I would suggest to either change the tooltip or to change the metric to overall conversion rate (the same that appears below the graph) to be more useful and consistent with the tooltip. Screenshot_4 Screenshot_5

Contributor guide