I am attempting to add a filter to a GA4 report where I want to include data with the landing page "/abc/" along with any query string present.
However, I only see one metric option called "Landing Page + Query String," and when I try to add "/abc/" as the value, it results in an exact match, not including cases like "/abc/?def=123".
Is there a way to include the landing page "/abc/" with any query string? Can regular expressions be used for this purpose? I tried using regexp, but it doesn't seem to work.