Search code examples
iosgoogle-analyticsgoogle-analytics-api

Google Analytics Real Time feature doesn't work


I've implemented the GA in my code as it's shown in https://developers.google.com/analytics/devguides/collection/ios/devguide.

I start the GA tracker with: [[GANTracker sharedTracker] startTrackerWithAccountID:gaAccountId dispatchPeriod:kDispatchPeriodSeconds delegate:self];

The GA Profile is specified for Mobile Apps and I'm using Google Analytics SDK for iOS v1 (Legacy)

The problem is that real time feature doesn't work. It's always says that there is 0 visitors. Do you have any suggestions what could be the problem.


Solution

  • You have to add trackPageView to the views you wish to track.