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

[Enhancement] Add entry/exit/visit related metrics for custom report page dimensions #20694

Open
SW-Vincent opened this issue May 10, 2023 · 3 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@SW-Vincent
Copy link

SW-Vincent commented May 10, 2023

It is currently pretty hard to have some basic page metrics in a single custom report.

For exemple, there are no such metric as :

  • total number of exits (to get them you need visit metric and exit page dimension)
  • total number of entries (to get them you need visit metric and entry page dimension)
  • total number of pageviews for the visit (you cannot get it through any custom report dimension)

On the other hand, there are disponible metrics like :

  • total number of bounces
  • total visit Duration
  • total time spent in referring action (depending on the selected dimension)
    ...

Such metrics are important when data is processed through a vizualisation tool (ex : Looker Studio).

Summary

Adding all page related metric at :

  • visit scale
  • entry scale
  • exit scale

Starting with :

  • total number of exits
  • total number of entries
  • total visit pageviews

The main gain form this enhancement would be to be able to gather all page KPIs in a custom easily, aswell as being able to process calculated metric (exit rate, bounce rate, exit rate, etc.) on visualisation tools.

Your Environment

  • Matomo Version: Matomo Cloud
@SW-Vincent SW-Vincent added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. To Triage An issue awaiting triage by a Matomo core team member labels May 10, 2023
@michalkleiner
Copy link
Contributor

Hi @SW-Vincent,
thank you for the suggestion for the enhancement. I will assign it to the product team for prioritisation.

@michalkleiner michalkleiner removed the To Triage An issue awaiting triage by a Matomo core team member label May 15, 2023
@michalkleiner michalkleiner added this to the For Prioritization milestone May 15, 2023
@Stan-vw
Copy link
Contributor

Stan-vw commented May 25, 2023

Can someone educate me on the current state:

  1. Do we already track these but not visualise them, or
  2. We would need to add these metrics (add data field, way of capturing, ...) and then visualise
    Thanks in advance

@SW-Vincent
Copy link
Author

Hi,

I don't know if it is exactly the answer you are looking for but entries and exits at page level are aggregated already within the usual page report (method=Actions.getPageUrls).
On the other hand I am not sure that "total number of pageviews for the visit" for pages is already tracked or aggregated somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants