Can I tell Matomo to ignore URL parameters

We are getting traffic with all kinds of URL parameters - can I tell Matomo to ignore all parameters or specific parameters, so that I can get a proper report of traffic per actual webpage (=URL without parameters)?
Daniel

I think you can add a wildcard (*) in the “Excluded URL Parameter” option in measurables settings to explude everything.
or you can add a regex for that: (test it, I am not good with regex…)
^.*\?.*$