Google Analytics in Silverlight
-
Tuesday, August 12, 2008 3:45 AM
Is there a way to call Google Analytics from within Silverlight project?
For example, to simulate each button clicks as html pages, and thus, to watch how many users clicked each button.
All Replies
-
Tuesday, August 12, 2008 5:14 AM
you cannot use it inside silverlight.
You can place the code in the aspx page..
-
Tuesday, August 12, 2008 5:23 AM
I know for sure that there is a way, based on JS calls (http://xmldocs.net/Analytics/Using%20Web%20Analytics%20with%20Microsoft%20Silverlight.xps).
I just had some problems implementing and hope someone has full example.
-
Tuesday, November 04, 2008 5:30 PM
Hello Nirlevin,
I've created a Silverlight library that will help with just such a task. You can check out Silverlight Analytics on it's project page. Let me know what you think, it's still a work in progress!
-
Tuesday, November 04, 2008 10:17 PM
Hi
you can call Google Analytics js method since Google Analytics are asynchronous it can be implemented by most of technologies.
Regards
-
Monday, April 23, 2012 6:51 PM
see http://sga.codeplex.com/. it supports GA tracking in silverlight apps + has script to track installed silverlight version.

