![]() |
Can google analytics give a combined view of all sites?
Hi
Can google analytics give a combined view of all sites? So lets say I got 50 sites and want the combined unique visitors? Thanks B |
Not in google analytics itself. But it would be possible to create something that would do what you're asking, using the Google Analytics API
|
or check out this service: http://www.embeddedanalytics.com/
|
Quote:
|
don't use it
|
Yes. Make a master account and name it allmysites.com. You then will have to setup a custom filter under the profiles admin tab to show the hostname domain so it shows up under content drilldown.
Code:
Filter Type : Custom filter > Advanced Code would look something like this for 2 analytics: Code:
<script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-master']);_gaq.push(['_setDomainName','none']);_gaq.push(['_setAllowLinker',true]);_gaq.push(['_trackPageview']);_gaq.push(['_trackPageLoadTime']);_gaq.push(['b._setAccount','UA-singlesite']);_gaq.push(['b._setDomainName','none']);_gaq.push(['b._setAllowLinker',true]);_gaq.push(['b._trackPageview']);_gaq.push(['b._trackPageLoadTime']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();</script> |
Piwik...
|
Good question, Good answers!
|
All times are GMT -7. The time now is 08:18 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123