Reputation: 101
is that possible to display google analytics reports or realtime report on my website page?
Redirect URIs:
google analytics api
how do i display analytics
visitor reports on my website page?Analytics Standard Reports
Like (Real-Time-Overview,Audience- Overview,Traffic-Sources-Overview,Content-Overview,Conversions-Overview)
Reports Or Chart On My Website?Upvotes: 7
Views: 20606
Reputation: 5628
Google has launched the real-time API, To embed, Follow the steps, embed the code and have fun . Here is the examples.
https://ga-dev-tools.appspot.com/embed-api/
Upvotes: 0
Reputation: 6364
Check out EmbeddedAnalytics.
This is a service which allows developers to easily embed GA based charts directly into websites. There is no need to know the API or any other charting software. All you do is create a chart on our site, grab a snippet of code, and embed on your site where you want the chart to show.
(disclaimer - I work with them)
Upvotes: 3
Reputation: 30586
Google has now launched a real time API. It is only in beta, however, you can sign up now, and it should be available to everyone later.
http://analytics.blogspot.co.uk/2013/08/google-analytics-launches-real-time-api.html
Upvotes: 0
Reputation: 31
The real-time reports are not yet possible. If you take a look at: https://code.google.com/p/analytics-issues/issues/list
On the top of the list is "Access to Real Time data".
Upvotes: 3
Reputation: 1
You can use following API provided by Google.
https://developers.google.com/analytics/devguides/reporting/
Upvotes: -1