gpt4 book ai didi

iphone - iPhone 版 Google 移动分析的调度问题

转载 作者:行者123 更新时间:2023-12-03 19:31:01 25 4
gpt4 key购买 nike

我已将 Google 移动分析集成到我的 iPhone 应用程序中,但由于某种原因,页面浏览量和事件未调度。

我将其放入我的应用程序委托(delegate) applicationDidFinishLaunching 方法中(我已经删除了 UA 字符串):

[[GANTracker sharedTracker] startTrackerWithAccountID:@"UA-xxxxxx-x" dispatchPeriod:10 delegate:self];NSError *error;[[GANTracker sharedTracker] trackPageview:@"/home" withError:&error];

这是委托(delegate)方法:

- (void)trackerDispatchDidComplete:(GANTracker *)tracker eventsDispatched:(NSUInteger)eventsDispatched eventsFailedDispatch:(NSUInteger)eventsFailedDispatch{ NSLog(@"Google Analytics Dispatch: succeeded:%i, failed:%i",eventsDispatched,eventsFailedDispatch);}

打印出消息:

Google Analytics Dispatch: succeeded:0, failed:190

还有其他人遇到过这个问题吗?

最佳答案

事实证明,您所要做的就是删除该应用程序并重新安装。一旦您记录了一个不正确的页面 View (即开头没有“/”的页面 View ),则任何内容都不会上传到 Google Analytics

关于iphone - iPhone 版 Google 移动分析的调度问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1682380/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com