views:

15

answers:

1

Hi,

I am using the MSAF library for my Silverlight Google action tracking, however I cannot get it to work out of browser/offline and there is very little info about it in the wild.

I run fiddler and can see the hits being logged on the live site, however, when my app is offline or running OOB, actions never show up in fiddler or the GA results.

As per the .chm file, I have added

 <Application.ApplicationLifetimeObjects><mwa:WebAnalyticsService/></Application.ApplicationLifetimeObjects>

to my app.xaml and have various tracking actions (code and xaml). As I mentioned, the actions are definitely being tracked correctly in GA, just not when OOB.

Where is the data stored when running oob (I am connected 24/7) or is it stored locally anyway and then sent up periodically?

How can I test it or get it working?

Thanks

+2  A: 

This has been identified as a bug in MSAF and will be fixed soon...

Rodney
1.4.7 has now been released and fixes this issue...
Rodney