Tracking Ad Clicks with the Microsoft Silverlight Analytics Framework on the Windows Phone
Advertising, MSAF | (0)
Along with the release of the Windows Phone Developer Tools and the Microsoft Silverlight Analytics Framework 1.46 today, Microsoft also released the Mobile Advertising SDK for Windows Phone. The SDK consists of a custom control AdControl that you add to your Silverlight application on the phone. Because the AdControl exposes an AdEngaged event whenever the user clicks on an ad, it is very easy to make the Analytics Framework work with the control. I plan on adding another assembly to the next build of the Analytics Framework to support this. Here is the code that is necessary for it if ...