Getting the Google search terms from a https Google search

keseJoive

New Member
I want to get the search terms that user typed on Google to get to my long-tail landing page (and use them on that page). Getting the the "q" variable from the query string using the response referrer (in ASP C#) works well but only if the referring Google page was not loaded as https. This is obviously a problem due to the fact that almost everyone is logged in to their Google accounts on their browsers all the time and, if they are, all Google pages will be automatically loaded (and redirected) to use https.When a user (on https://www.google.com) searches for something and clicks on a search result, Google seems to redirect the user to an intermediate page that strips the request of its query string and replaces it with a different one that pretty much only contains url that the intermediate page should redirect to (i.e. the url to my long-tail landing page).Is there any way that I can get the original search terms that were used on https://www.google.com anyway? Maybe if javascript could access the browser history or something similar?Thanks a million!
 
Back
Top