Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I have a website with a search box. Running search queries in that search box creates frontend/dynamic search result webpages in which search results based on a search query can appear. Let's ass...
#1: Initial revision
Tracking what users are searching in a content management system
I have a website with a search box.<br> Running search queries in that search box creates frontend/dynamic _search result webpages_ in which search results based on a search query can appear. Let's assume that I want to track what people searched in that search box so to better plan which content to develop for possible future readers --- what software could I install to know that? Can software such as Google Analytics track which frontend/dynamic _search result webpages_ were created for a user (after running a search in that website's internal search box) and if so, how is it actually done from a software development standpoint?