I have my GA4 query build in the query builder:
{"dimensions":[{"name":"pagePath"}],"metrics":[{"name":"sessions"}],"dateRanges":[{"startDate":"2023-05-01","endDate":"2023-05-31"}],"dimensionFilter":{"filter":{"stringFilter":{"matchType":"CONTAINS","value":"/bestellen/"},"fieldName":"pagePath"}}}
As you see there is a dimension filter in it. But i will select my data with more than one filter:
pagepath CONTAINS '/bestellen/'
OR
eventName CONTAINS 'example'
How do i have to add my second filter string to my query?