Forum Moderators: martinibuster

Message Too Old, No Replies

What Did Users Search On the Google Custom Search

         

anand84

9:45 am on Jul 16, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi all

Is there a way to see what kind of search terms are queried on my custom search box?

ThirdWheel

10:21 am on Jul 16, 2008 (gmt 0)

10+ Year Member



If you display the results on your site, you can do this with PHP, just extract the search term from the result's URL ($term = $_GET['q']). The processed string can then be stored in MySQL with timestamp etc so you can call stats by day etc.

If you need more, should find plenty if you GS it.

Dick

netmeg

3:18 pm on Jul 16, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You can also turn it on in Google Analytics, if you are running that.

anand84

6:10 am on Jul 17, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks ThirdWheel, that was a nice way to extract the search terms.

NetMeg, We do not have Analytics on our website.