Tambre -- I'd say that the only way to do this would be if you had a "search" serverside script. Aka if you had a script at: http://yoursite.com/search?q=query
That way, when a user does a search they are going to load your page and will pass their search parameter to it. Google Analytics will track the URLs that are loaded. The downside of this, on the other hand, is that it requires users to load a whole new page. It's a better user experience to have the search be an AJAX search. If you want to keep track of the searches a user does with AJAX, you'll have to have your own data storage system, such as a database or flat file for storing the queries users do. -Ben On Fri, Oct 17, 2008 at 8:38 PM, <[EMAIL PROTECTED]> wrote: > > Well Google has an online query search or refine. > > On 10/17/2008, tambre <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I'm using the Google AJAX search api on a website of mine and I want > > to track the searched queries in Google Analytics under the Site > > Search. > > > > How do I set this up correctly. > > > > Thanks, > > tambre > > > > > > > > > > -- > Xavier A. Mathews > Student/Developer/Web-Master > GG Client Based Tech Support Specialist > Hazel Crest Illinois > [EMAIL PROTECTED] > "Fear of a name, only increases fear of the thing itself." > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
