6

Closed

Add a property to the WP7 WebAnalyticsService class for enabling/disabling page tracking

description

Currently the MSAF for WP7 tracks each page view with a CurrentPageChanged event. Add an IsPageTracking bool property (default true) to the WebAnalyticsService class so that it can be disabled if desired.

No files are attached

Closed Oct 30 2010 at 12:09 AM by mscherotter

comments

wrote Oct 30 2010 at 12:09 AM

Resolved with changeset 63020.

TheCodeWerks wrote Oct 14 2010 at 6:11 PM

In addition, it would also be nice to disable the automatic tracking of app events such as starting, started, closing, closed. My wp7 app has a trial mode so I want to be able to properly drill down and not have duplicate startup results.

In Google Analytics I am seeing events for WP7 | Started, WP7 | Closing. However, I am also recording my own startup events such as Application | Started | Trial, Application | Started | Normal. In my scenario I am only interested in if my application was used and in what mode.