Mobile app version of vmapp.org
Login or Join
Pope3001725

: Google Analytics: Method for viewing "real time" users from multiple websites in a single GA account. I'm tracking the real-time performance of several websites in GA. Each has its own GA statistics

@Pope3001725

Posted in: #GoogleAnalytics

I'm tracking the real-time performance of several websites in GA. Each has its own GA statistics and real-time view. I'd like to have one GA# that tracks the combined "real-time" users on all websites.

Is this possible? If yes, please advise.

Thank you!

Real-Time#'s Tracked TLD GA#
----------- -------- ---------
50 web1.com GA#123456
100 web2.com GA#654321
400 web3.com GA#789456
200 web4.com GA#987654

*Combined GA Account*

Real-Time#'s Tracked TLD GA#
----------- -------- ---------
750 web1.com, web2.com GA#159753
web3.com, web4.com

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

1 Comments

Sorted by latest first Latest Oldest Best

 

@Chiappetta492

Google offers developers an analytics API. The analytics API allows you to fetch data for real time. You can combine the json results for all of your sites and fetch it with AJAX on a 1-5 second time delay.

Analytics API: developers.google.com/analytics/
Real Time Analytics API: developers.google.com/analytics/devguides/reporting/realtime/v3/
Real Time Analytics Code Examples: developers.google.com/analytics/devguides/reporting/realtime/v3/reference/data/realtime/get#examples
Get your Analytics API key and try it here: console.developers.google.com/apis/library/analytics.googleapis.com/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme