Hi All!
I have a client that wants to save every search query that gets entered into their search form. What would be the easiest way to do this? Is there already some similar built in feature I could take advantage of? If not, I was thinking about setting up a custom table that populates on every search entered. Would this be the best way to go?
Thank you in advance!
Hi,
you might be able to use the 'Track on-site keywords'
Indicates if the keywords that were used in the website's local search functionality should be logged.
https://docs.kentico.com/k11/configuring-kentico/managing-sites/configuring-settings-for-sites/settings-on-line-marketing/settings-web-analytics
In Kentico reporting:
Or in SQL:
You can see it's stored per site and includes a culture code. This might work if you have just 1 search page on your site that you want to use this for.
I believe analytics and activities already log this info but not in the format I'm guessing you want it. But you may be able to find a query to get that info out OR check the Reporting app and see if there is already a report created with that info.
Please, sign in to be able to submit a new answer.