Question

I am using asp.net 3.5 with C#.

I have registered my application in google analytics and it is successfully showing my statistics. But I want to integrate that statistics into my website, is there any way I can do it.

Was it helpful?

Solution

If you're trying to retrieve Analytics data (rather than collect it, as it sounds like you're already doing), take a look at Google's Data Export API

OTHER TIPS

Have you looked at the Google Analytics API? It's javascript, but you can get that data into server-side code from there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top