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.
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
Have you looked at the Google Analytics API? It's javascript, but you can get that data into server-side code from there.
精彩评论