My product search on my website uses HTTP POST to submit the search information. I want to track the search results page, learning what people are searching for and the results that they get. I'm told that I have to switch to using HTTP GET to make that happen.

Is there a way to keep using HTTP POST and still have Google Analytics pick up the information?

link|improve this question
Just a note, this probably belongs on StackOverflow – SleighBoy Dec 30 '09 at 18:13
Copied it over there. – Michael Caron Dec 30 '09 at 20:09
feedback

closed as off topic by random Apr 2 '10 at 14:21

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

up vote 0 down vote accepted

_trackPageView() is what you want. I use it to make specific urls for various Goals, but it would also work for search results.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.