Google Analytics Optimizer

Bojhan's picture

So, I am about to implement google analytics optimizer on a relatively large site, has anyone have any experience doing this? Also, did anyone ever got the search function in GA working for drupal search?

Groups:
Login to post comments

Not sure what you mean exactly.

gav240z's picture
gav240z - Tue, 2008-11-04 12:00

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.