I do the following: I track Page Search Requests using the Matomo Tracking PHP API. The problem is, the actual search is done client-side by a JavaScript call to an external API. This API then returns the search results.
So when sending the page view, I also send the search keyword and search category. But I do not have the result count. Can I somehow send this information afterwards, after the search API returned the results? I do already have the pageViewId on the client side.