Tools Targeting
Analytics Services Included
* Omniture AppMeasurement is available as an additional download from
http://my.omniture.com
Video Tracking
If you are tracking video using the Microsoft Silverlight Media Framework, you will need to download that and the IIS Smooth Streaming Client 1.0 separately:
Updating Projects to This Version
- Install the MSAF Version 1.4.9
- Make a list of the references to the Silverlight Analytics Framework assemblies (Microsoft.WebAnalytics.*) and all vendor analytics assemblies.
- Remove all references to those assemblies from the projects
- Add the assembly references back into the project from the original list.
Architectural Changes
Dependencies on Windows Phone Media Library and Geolocation capabilities were moved from Microsoft.WebAnalytics and Microsoft.WebAnalytics.Behaviors and put into new assemblies
New Assemblies
These are new assemblies created for Windows Phone 7 so that the ID_CAP_MEDIALIB and ID_CAP_LOCATION aren't added for applications that don't use media or geolocation
Microsoft.WebAnalytics.Location.WP7
Microsoft.WebAnalytics.Location.TrackLocation is a now a TriggerAction (previously a Behavior) for Windows Phone 7 that tracks a Location event when triggered. (moved from Microsoft.WebAnaltics.Behaviors)
Microsoft.WebAnalytics.Media.WP7
Microsoft.WebAnalytics.Behaviors.HandleMediaElement handles MediaElement events (moved from Microsoft.WebAnaltics.Behaviors)
Issues Addressed