Groups.drupal.org is a part of the drupal.org group of sites. Logging in on this site requires an account on the main drupal.org site. If you do not have an account on drupal.org, you will need to create one, log in over there, and then come back here where you should automaticall
Thanks!


Not sure what you mean exactly.
Ok not sure what you mean by Google Analytics Optimizer. Do you mean Google Website Optimiser?
If so then yes, I am using it on a site of mine. I used Drupal's theme system to implement it with the actions and triggers modules to take people to a custom thank - you / conversion page. If you want more detail just send me a pm / email etc..
Google Search reports work with Drupal basically when you type something into your Drupal search box. The Google Analytics module passes in a fake page view using pageTracker function.
Here is an example:
pageTracker._trackPageview("/search/node?search=my search");
So in Google Analytics you will define your query parameter as "search"
If you need help let me know. I'm well versed in Google Analytics.