How to display page views on the page using google analytics [duplicate]
Possible Duplicate:
Use Google Analytics for data to display on our webpage?
I am using google analytics to track page views and other metrics. I want to display some of the开发者_如何学Python metrics about particular page on the page itself.
How do i do that?
Its more like a public statcounter for that page i need to display.
My solutions is in ASP.net MVC 3
You will need to use the Data Export API. Here is some documentation:
General Dev Info: https://developers.google.com/gdata/docs/developers-guide
.NET Protocol: http://code.google.com/p/google-gdata/
精彩评论