Claudiu Rogoveanu Mar 20 • 2 • Question and Answers / Tips & Tricks
As a result of the numerous requests and questions from our clients, we released the beta version of Google Analytics integration. You can now have your test's data and stats sent from Reedge inside Google Analytics and this way you are able to build rich reports that can bring valuable insights about how specific tests perform on certain specific segments of users.
For example, you could see how are your variations performing in a certain browser, or how are they performing for visitors that are comming from adwords.
To enable the Google Analytics integration on your Reedge tested website, you need to do the above:
var REED_timeout=3000;
(function(maxT){function dg(){if(typeof(REED)!="undefined"&&typeof(REED.do_ga)=="function")REED.do_ga(false);else{if(retr>(maxT/200))return;retr++;var t=dg;setTimeout(function(){t()},200)}}var retr=0;dg()})(REED_timeout);
The place where this code should be added is shown in the below images:

pageTracker._trackPageview();
var REED_ga_slot=5;
Dennis van der Heijden June 01, 2011 • 2 • Question and Answers / Tips & Tricks
To add or install the code to your site you need to have a project. Make a project by clicking on Settings - Create New Project or click on the top link in your dashboard (next to the main video).
Fot a new project you need a domain name and name of a project. Under those two the code will appear. Paste that above in the top of your html file or template between <head> and </head>.
If you already have a project, you can find the code in Settings - Project Settings then paste that script you see at Code that above in the top of your html file or template between <head> and </head>.