Talk:Fb:google-analytics
From Facebook Developers Wiki
To make your app's clicks show up in Google Analytics, do you have to create a new Website Profile in Google Analytics with the domain "apps.facebook.com"?
When Facebook sends the __utm.gif tracking image to Google Analytics, the "utmhn" request parameter is set to "apps.facebook.com".
Is it possible to use the _uff flag to allow more than one Google Analytics account? I don't see a method to do this in the documentation for fb:google-analytics
When embedding the javascript directly, it would look like:
_uff = false; // Reset for second account
More info at http://www.optimiced.com/en/2007/10/25/two-or-more-google-analytics-in-one-page/
[edit] new code ga.js
any plans for using the newer style ga.js?
