On my client's site, there is a kind of search tool. This search requires that the user choose which of the sections (pages) he wants to search. With the desired word and section chosen, it redirects to the page and brings the desired search results.
For example, if I want to search for something in the Download Center, the page usually is: mysite.co.uk/services/centraldownloads/
But if I use the search tool: myite.com.br/busca/6 /
What I wanted to know is how I can and can monitor how many people are going to these pages through the search (pages beginning with www.mypage.com).
The other thing I imagine if you could do a monitoring is through the SEARCH button of this search tool, it has the following HTML code:
<input type="submit" class="BtnBuscar replace-bt" value="">
Does anyone have any ideas?