I am using google analytics in my app to track each pages. I am using article from http://mark.mymonster.nl/2011/10/21/statistics-for-your-windows-phone-application-google-analytics. The problem is whenever I go to Content->overview in google analytics detail page I am getting values like Views/MainPage.xaml,View/Page1.xaml.
So my question is whether there is a way to change this pagename to custom names.
I figured out how to do this manually by just dipping into the source code. A Page View is just a specific set of
AnalyticsEventproperty values sent so all I’m calling is.Which is working how I want it.