Question
website search term code
I have a website with a search field that uses some basic sql
to search the
web database.
For marketing purposes and to understand our customer better, we want to
learn what our customers are searching for on our website.
Whats the best way do you think to achieve this?
I could write each and every search term into a database? (cumbersome and
database table would grow out of control)
OR
I could put the search term and pass it as a url variable in the url
string. Then i could view google analytics and view the more popular url
strings. eg: www.xxxx.com/search.cfm?search=hard hats (bit clunky)
Can anyone suggest a better way of doing this?
web database.
For marketing purposes and to understand our customer better, we want to
learn what our customers are searching for on our website.
Whats the best way do you think to achieve this?
I could write each and every search term into a database? (cumbersome and
database table would grow out of control)
OR
I could put the search term and pass it as a url variable in the url
string. Then i could view google analytics and view the more popular url
strings. eg: www.xxxx.com/search.cfm?search=hard hats (bit clunky)
Can anyone suggest a better way of doing this?