Chris P
Chris P

Reputation: 2357

Publish google analytics report in real time

Hi is there any way to put into our web-sites an iframe, or something that show us a miny report of our site in real time?

Upvotes: 2

Views: 3300

Answers (4)

Vignesh Prajapati
Vignesh Prajapati

Reputation: 2350

For publishing Google Analytics report real time, Google has launched new API. Its Google Real Time API for Google Analytics.

With this you can perform real time website dashboard. To get start development check it https://developers.google.com/analytics/devguides/reporting/realtime/v3/devguide

This is very similar to Google Analytics, with this you can extract data which are available in the form of dimensions and metrics at Google Analytics account.

Upvotes: 1

Mark Hansen
Mark Hansen

Reputation: 1062

Megalytic enables you to embed a mini analytics report in your site or blog. Here's a demo: http://blog.megalytic.com/embedded-client-pages. More details here. Handles Google Analytics, Facebook, and Twitter.

Upvotes: 2

Ryan
Ryan

Reputation: 1888

Google Analytics data is constantly collected but you will notice via usage that Google doesn't process all data in real-time so it may not help you achieve your objective. Instead, I would recommend something like Piwik that does report in real-time.

Piwik is also open source with an API that will allow you to develop either a plug-in or integrate it into your own app.

Note that Piwik is not hosted as Google Analytics is, you install Piwik on your own hosting environment and this is a big difference to some people.

I hope that this helps you!

Upvotes: 4

Related Questions