Firebase数据未显示在Google Analytics中

时间:2017-06-30 18:54:18

标签: ios firebase google-analytics google-tag-manager

我尝试使用Firebase SDK和跟踪代码管理器SDK将数据发送到Google Analytics。我能够在Debug View上看到Firebase控制台中的数据,但我无法在Google Analytics上看到它。

Firebase Debug View

在xCode控制台上,我看到如下行:

2017-06-30 15:17:26.113 AnalyticsExample[6365:441408] GoogleTagManager info: Sending universal analytics hit: {
"&t" = screenview;
"&tid" = "UA-99248086-1";

我设置了一个通用标记,只是为了能够在Google Analytics上看到一些数据

general tag

但我无法在Analytics的实时视图中看到任何内容。 我已经使用.json文件添加了容器文件夹,GoogleService-info.plist并将IS_ANALYTICS_ENABLED更改为YES。 也许我错过了一些东西......

pods版本是:

  

Firebase(4.0.3)   FirebaseAnalytics(4.0.2)   FirebaseCore(4.0.3)   FirebaseInstanceID(2.0.0)   GoogleAnalytics(3.17.0)   GoogleSymbolUtilities(1.1.2)   GoogleTagManager(6.0.0)   GoogleToolboxForMac(2.1.1)   GoogleUtilities(1.3.2)

0 个答案:

没有答案