I'm looking to create a custom alert to notify me whenever X number of people are on the site at once. This data is already available using the Real-Time reports page. However, this does not seem possible via the Intelligence Events section. From there, I'm only able to create custom alerts based off Day, Week, or Month data. Has anybody found another area of Google Analytics that would make this type of report possible?
Asked
Active
Viewed 9,401 times
14
-
2You're correct, real time alerts just aren't in the feature set of GA right now, nor is real time data available through the API. There's some info out there about scraping real time data, though (http://stackoverflow.com/questions/11021554/scraping-real-time-visitors-from-google-analytics), so you might be able to build a tool that scrapes the real time data every X minutes and emails you based on that. – Greg Mar 07 '13 at 16:18
2 Answers
5
Google Analytics have just launched a Beta of their Real Time API which might let you do this: http://techcrunch.com/2013/08/01/google-launches-real-time-api-for-analytics-in-invite-only-beta/

Duncan Lock
- 12,351
- 5
- 40
- 47
3
You can use the real-time API for that. It's been possible for quite a few years now. You can find all the documentation for that right here. It's typical OAuth + JSON API.
You can also use a paid service. I built one, Metrics Watch. It really depends of your goal and how critical this is to your business/job. If it's critical, I would highly encourage you to look for a paid service, no matter which one.
Hope that helps!

jipiboily
- 1,240
- 10
- 17