I am working on a project where I have a mini search functionality on my web page and three client pages, A, B, and C. The standard behavior is that a user searches on my web page and clicks on web page A in the search results listing. A link to web page B and/or web page C may be present on web page A.
Now, in case the user bounces back from web page A without visiting B or C, then I want to record this and also record the various search queries for which these bounces happened. Essentially, I would like to know for which searches the bounces happened, along with how many such bounces happened for each of the searches.
My questions:
- Can this be done using tracking links?
- Can it be done using UTM parameters?
- What is the best way to implement this using each of the above methods?