2

我尝试使用以下代码 onCreate 在我的 Android 应用程序上实现谷歌分析,但在谷歌分析(实时)模式下似乎什么都没有出现,我检查了 GAV2 Catlog 如下:

连接到服务失败 1

未找到广告系列

bindService 返回 false.......

不知道 ?!!!!!!我的 iphone 应用程序版本可与 google 分析一起使用,但 android 尚无法使用...

任何人都给我提示。

谢谢。

  Context mCtx = this; // Get current context.
  GoogleAnalytics myInstance = GoogleAnalytics.getInstance(mCtx.getApplicationContext());
  myInstance.setDebug(true);
  Tracker myNewTracker = myInstance.getTracker("UA-XXXXXXXX-1"); // A new tracking ID.
  myNewTracker.trackView("/app_launched");
4

0 回答 0