I want to track all the events(like button clicked) and track the number of online users in my silverlight web application.
Can you please help me.
Thanks in advance!
You should take a look at Microsoft Silverlight Analytics Framework. It supports Google analytics along with variety of other analytics providers.
Related
we wanted customize our salesforce application via giving the skype conference link while sending the email from the application itself. the application is completely on visualforce pages and controller so i dont see any appexchange app will help on this.
I have already checked the below links though i could not get any integration apis
https://msdn.microsoft.com/en-us/skype/ucwa/onlinemeetinginvitation_ref
https://ucwa.skype.com/websdk
There are no integration Apis as of now. Only you have to write your own integration logic using Skype for Web SDK. It is a bit complicated SDK and not properly documented or maintained. It has tight coupling with Azure AD and video streaming doesn't work in Chrome/Firefox.
Some integration use cases/examples can be found here
Other relevant information.
https://dev.skype.com/
https://github.com/OfficeDev/skype-docs/tree/master/Skype
The customer I am working for enjoys the look/feel of the Google Analytics site. The look & feel, ajax refreshes, live graphs, etc.
Does anyone know what framework Google uses for producing it? Are they still using GWT, or have they moved onto something else (such as AngularJS)?
I found a link to the Google Analytics site on https://www.madewithangular.com/#/sites. Does that mean that the whole Analytics site is designed with Angular?
I know you can use Google Analytics to track links and user actions, etc. Is there a way to do this with NetSuite on an external site? Ex. I have a WordPress driven website can I use NetSuite for all my analytics needs?
I've looked through the developer documentation for NetSuite and the API but cannot find what I'm looking for. From what I can tell, I can only pull analytics data out of NetSuite.
tl;dnr Save your money; Use GA.
FWIW I don't know anyone using Netsuite analytics as their primary analytics package.
Google Analytics works quite well and even though it doesn't give you quite the same Netsuite specific reports I'm not aware of anything in the NS analytics you can't infer from GA.
I am trying to add an analytics service in my Bada application.
It's a C++ application , not a web one.
Google analytics only supports Android and iPhone as far as I've seen.
Is there any way to integrate it anyway?
Or is there other analytics services that are free and could be integrated?
Thank you,
George
I guess the easiest way is to add an invisible WebPanel where you load the HTML/JS-code for Google analytics.
I couldn't understand your question, but take a look on http://deskmetrics.com. They have analytics for non web apps.
You can use Piwik for analytics. You need to setup a Piwik Server for that and call its APIs.
Check for more details.
http://piwik.org/blog/2010/07/new-piwik-tracking-api-track-visits-from-mobile-apps-desktop-apps-anywhere/
As my final project I wanted to do client for Facebook and Twitter using the APIs available. But there is not much tutorial or guidance available for me to start this project. And the other idea was to build a Game in Silverlight, which have more tutorials and info on it.
I would prefer to do social media client, but if enough help is there.
Have you looked at the Facebook Developer Toolkit?
http://facebooktoolkit.codeplex.com/
If you want to access Facebook APIs from within Silverlight, it's where you should start.
This project leverages the Facebook Toolkit above:
http://www.silverlight.net/content/samples/apps/facebookclient/sfcquickinstall.aspx
So far as I know, the source for it hasn't been released. You could presumably do something similar, but open-source it.