I want to add GoogleAnalytics calls to my Android app. I created account in GoogleAnalytics, downloaded libraries, instanciated GoogleAnalyticsTracker class, wrote calls like:
tracker.trackPageView(myData);
across the app.
My question: as Google analytics user, how can I view all analytics data? I want to examine that everything works fine.
Since I used trackPageView method, all data I sent was stored in Content -> Site content -> Pages in Google Analytics. This is list of visited pages.