我在我的didFinishLaunchingWithOptions中使用以下代码。但是我看不到GA中有任何活跃用户。我是否需要添加更多配置?
注意:UAYourTrackingID是正确的。
// Optional: automatically send uncaught exceptions to Google Analytics.
[GAI sharedInstance].trackUncaughtExceptions = YES;
// Optional: set Google Analytics dispatch interval to e.g. 20 seconds.
[GAI sharedInstance].dispatchInterval = 20;
// Optional: set debug to YES for extra debugging information.
[GAI sharedInstance].debug = YES;
// Create tracker instance.
[[GAI sharedInstance] trackerWithTrackingId:UAYourTrackingID];
[[[GAI sharedInstance] defaultTracker] sendView:@"RootView"];
最佳答案
您不会在第一天看到他们。请耐心等待第二天,您会列出所有内容,至少就我而言。 Activity 用户也需要一些时间才能显示出来。