up vote 0 down vote favorite
share [g+] share [fb]

My last question was somewhat narrower than this one.

I am interested to know how to track search terms in general. How would you install Google Analytics to simple form with a submit button (assuming there is only one field)?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

In Google Analytics, under Profile Settings enable site search (Do Track Site Search), and set the Query Parameter to the name of the input field. (And, of course, make sure that the tracking code was installed on the page the form's action points to.)

link|improve this answer
feedback

Try using the utm_term URL parameter in your URL you send to GA. Example: utm_term=running+shoes

You can submit to GA a URL as described here: http://www.google.com/support/forum/p/Google+Analytics/thread?tid=24abd1518783c26f&hl=en

link|improve this answer
Can I enable different parameters by using this: google.com/support/googleanalytics/bin/… ? Something about campaigns?! Surprising that you can use it in this case. – Masi Jul 1 '09 at 9:31
I'm not sure what you mean by "enable different parameteres" – Chris Harris Jul 1 '09 at 14:28
This is only applicable for inbound traffic from external paid search. This is NOT applicable for internal site search; if you do this for internal site search, you'll break Google Analytics and cause a new visit to be created on every search. – yahelc Oct 2 '11 at 19:11
feedback

Your Answer

 
or
required, but never shown

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