Custom Reports: Generate Summary of different types

Hello team.

Quick question on “Custom Reports” plugin.

There are two URL’s similar to below -

domain.com/test?foo=-10

domain.com/test?foo=-20

In a report, wanted to get a summary of how many such -10 page views exist, and -20 page views exist overall. Or probably with the combination of Roll-up reporting across mulitple sites.

Even if it is feasible to do with two different reports is also fine, but preference would be to get this in a single one.

Thanks in advance.

Regds,
Sivakumar

Hi Siva,

Possibly the best way to do this is to create a custom dimension in the action scope and use URL extraction to store the parameter: Custom Dimensions User Guide - Analytics Platform - Matomo

Thanks

Thanks Jason for the swift response.

We have tried this but was not able to implement this correctly.

We also had a challenge with regards to type of query sring parameters being inconsistent. ex: sometimes it comes as foo, sometimes it comes as foobar, ifoo, ifoobar etc.

it would be helpful to have this something like “Contains” for both the query parameter name and the value.

Also any help or suggestion on how to achieve the below using regular expressions, that will be appreciated, if at all feasible.

http://domain.com/test?foo=-10
http://domain.com/test?foobar=-20
http://domain.com/test?ifoobar=-20
http://domain.com/test?ifoo=-10

Thanks in advance.

Jason, can you kindly provide your inputs?

Thanks in advance.

Regds,
Sivakumar

Siva, have you managed to find a solution for this?