Google Analytics code for Different Domains ?

Hi, How to track the pages for different domains, i have 2 domains(www.domain1.com and www.domain2.com) pointing to same application. What modifications should i do in Environment.rb file, is it i need to keep a condition? i was using the code :

# configuring google analytics Rubaidh::GoogleAnalytics.tracker_id = 'UA-5066152-1' Rubaidh::GoogleAnalytics.domain_name = 'domain1.com' Rubaidh::GoogleAnalytics.environments = ['production']

Plz help me !!

thanks, sri..

Hi,

Just spotted this on the list too. For the sake of completeness, here's the response I sent to the private email I got asking the same question:

I believe there's a fork of the google analytics plugin which supports multiple domains. Check out:

  http://github.com/albanpeignier/google_analytics

I haven't thought of a clean way to merge it in that doesn't break backward compatibility yet, which is why I haven't pulled the fork back into master.

G