Show Google Analytics dashboard on my site

丶灬走出姿态 提交于 2019-12-04 15:41:51

From my understanding, GoogleAnalytics doesn't have an API that supports this yet. It's something many would love, and hopefully will be available in the future. For now, just open a tab and refresh occassionally.

You could just use an iframe that's inside a LoginView that only administrators can see. It won't circumvent authentication but you could at least proxy the analytics pages you cared about once you were authenticated.

Authenticating into analytics is pretty much a non-issue - at least for me. I'm so often logged in to Google that I almost never have to do so.

Also the first link on the "related" sidebar looks... well... related: Google Analytics API and .Net

As most of the stats are available in CSV and XML format downloads, why not use them as input for the new ASP.NET chart controls?

http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx

Google Analytic Dashboard Controls does exactly this. The project is immature and not that full featured, but useful for a quick overview.

I happen to be doing a side product which does exactly this: www.embeddedanalytics.com

Here's a pretty easy solution I made that's open source: https://www.nuget.org/packages/GoogleAnalytics.GoogleCharts.NET/

This pulls Google Analytics data and displays it on your page with Google Charts.

If you have any questions let me know.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!