我正在尝试使用Google Analytics iOS SDK
为我的iOS应用程序用户收集Demographics and Interest Reports
。
我已经在我的谷歌分析面板中启用了Demographics and Interest Reports
。我还安装了GoogleIDFASupport
pod(Cocoapods),并在我的应用程序代理中设置了以下代码:
#if DEBUG
#else
let gAnalytics = GAI.sharedInstance()
gAnalytics.defaultTracker.allowIDFACollection = true
#endif
我已经多次测试该应用程序,并在iPhone上运行Release scheme,该应用程序目前也在应用商店等待审查。
当我登录到Google Analytics仪表板,进入Demographics and Interest Reports
部分时,它会告诉我已经启用了它,但也会显示一个按钮,上面写着"验证跟踪代码"。如果我点击按钮,页面就会刷新,并告诉我"Your Analytics tracking code does not include the necessary support for the Demographics and Interest reports."
如何验证跟踪代码?
我最终忽略了警告并跳过了验证。人口统计数据显示得不错。