Can I know if there is any component that I can use to show the graphs like Google anlytics dashboard(using data from GA API)?
Currently I am using Google Anlytics API for .NET and successfully retrieving data from the Server.I need to know if there is any available ajax widget or ASP component (or Java script library)that I can use to show graphs like GA
dashboard from the API data.My last option is to go for Flex charts and build the charts from the scratch :(
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Why not use the Microsoft Charting Control? With VS2010 / Framework 4.0, it is integrated and it is no longer a separate download.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Yeh,That is possible BUT it would again doing from the scratch right?..I was looking for something which is already there to use to populate a dashboard similar to GA dashboard..Which is straightforward with GA API for .NET.. :(
Member
1 Points
17 Posts
Google Analytics Dashboard for ASP
Mar 30, 2010 01:31 AM|ruki009|LINK
Hello Guys,
Can I know if there is any component that I can use to show the graphs like Google anlytics dashboard(using data from GA API)?
Currently I am using Google Anlytics API for .NET and successfully retrieving data from the Server.I need to know if there is any available ajax widget or ASP component (or Java script library)that I can use to show graphs like GA dashboard from the API data.My last option is to go for Flex charts and build the charts from the scratch :(
Please help me out here.
Thank you in advance!
All-Star
44551 Points
13496 Posts
MVP
Re: Google Analytics Dashboard for ASP
Apr 08, 2010 04:16 AM|TATWORTH|LINK
Do you mean ASP as in Classic Asp or as in ASP.NET?
If the former, please ask your question at: http://forums.iis.net/
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Member
1 Points
17 Posts
Re: Google Analytics Dashboard for ASP
Apr 08, 2010 11:18 AM|ruki009|LINK
I mean ASP.NET..Not classic ASP.
All-Star
44551 Points
13496 Posts
MVP
Re: Google Analytics Dashboard for ASP
Apr 08, 2010 11:27 AM|TATWORTH|LINK
Why not use the Microsoft Charting Control? With VS2010 / Framework 4.0, it is integrated and it is no longer a separate download.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Member
1 Points
17 Posts
Re: Google Analytics Dashboard for ASP
Apr 09, 2010 12:06 AM|ruki009|LINK
Yeh,That is possible BUT it would again doing from the scratch right?..I was looking for something which is already there to use to populate a dashboard similar to GA dashboard..Which is straightforward with GA API for .NET.. :(