It sounds like you’re looking for a way to retrieve search events with both category and keyword. While Matomo’s dashboard may not directly show this, you can achieve it using the API.
You might want to use the Events.getEvents method, filtering by category and keyword. Here’s a sample API request format:
After retrieving the data, you can filter it in your application to get the specific format you want. Make sure to replace your-matomo-url, yourSiteId, and yourToken with your actual values.
Thank you for the response, but from what I can see, a “Events.getEvents” method doesn’t exist in the API. None of the “Events” methods seem to return what you’re describing.