GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Can google analytics give a combined view of all sites? (https://gfy.com/showthread.php?t=1080072)

Badmaash 09-02-2012 04:06 AM

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

nextri 09-02-2012 05:04 AM

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

nextri 09-02-2012 05:07 AM

or check out this service: http://www.embeddedanalytics.com/

seeandsee 09-02-2012 08:02 AM

Quote:

Originally Posted by Badmaash (Post 19158609)
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

statcounter can do that, it will track all sites in 1 chart combined...

2intense 09-02-2012 12:56 PM

don't use it

nicedreams 09-02-2012 01:15 PM

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
Field A : Hostname Extract A : (.*)
Field B : Request URI Extract B : (.*)
Output To : Request URI Constructor : $A1$B1

Apply it to your new master account.

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>
Jimmy

CyberHustler 09-02-2012 05:14 PM

Piwik...

2MuchMark 09-02-2012 07:44 PM

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