简体   繁体   English

Google Analytics(分析)未收到Android点击

[英]Google Analytics not receiving Android hits

I'm having problems with Google Analytics after a change in the Analytics property. 更改Analytics(分析)媒体资源后,我遇到了Google Analytics(分析)问题。

The fact is that the App is sending everythig fine (at least it seems to be fine) but I can't see anything on Analytics - Real time. 事实是,该应用可以很好地发送Everythig(至少看起来还可以),但我无法在Google Analytics(分析)上看到任何内容-实时。

I have to add that Property changes, that implied the change of the ID, were made 1 week ago. 我必须补充一点,属性更改(暗示ID的更改)是在1周前进行的。

That's logcat output from 2 consecutive views: 那是连续两个视图中的logcat输出:

V/GAV4(1621): Thread[client_id_fetcher,5,main]: Loaded client id from disk.
V/GAV4(1621): Thread[GAThread,5,main]: connecting to Analytics service
V/GAV4(1621): Thread[GAThread,5,main]: connect: bindService returned true for Intent { act=com.google.android.gms.analytics.service.START cmp=com.google.android.gms/.analytics.service.AnalyticsService (has extras) }
I/GAV4(1621): Thread[GAThread,5,main]: No campaign data found.
V/GAV4(1621): Thread[GAThread,5,main]: Initialized GA Thread
V/GAV4(1621): Thread[main,5,main]: service connected, binder: android.os.BinderProxy@b3e9a1f0
V/GAV4(1621): Thread[main,5,main]: bound to service
V/GAV4(1621): Thread[main,5,main]: Connected to service
V/GAV4(1621): Thread[GAThread,5,main]: Loaded clientId
V/GAV4(1621): Thread[GAThread,5,main]: Loaded clientId
V/GAV4(1621): Thread[GAThread,5,main]: Loaded clientId
V/GAV4(1621): Thread[GAThread,5,main]: putHit called
V/GAV4(1621): Thread[GAThread,5,main]: Sending hit to service   PATH: https:  PARAMS: v=1,  ul=en-us,  t=screenview,  ht=xxxxx,  sr=xxxxx,  a=xxxxx,  an=xxxxx,  tid=xxxxx,  aid=xxxxx,  cid=xxxxx,  av=2.05,  _u=.2nK-AL,  cd=xxxxx,  
V/GAV4(1621): Thread[GAThread,5,main]: Loaded clientId
V/GAV4(1621): Thread[GAThread,5,main]: putHit called
V/GAV4(1621): Thread[GAThread,5,main]: Sending hit to service   PATH: https:  PARAMS: v=1,  ul=en-us,  t=screenview,  ht=xxxxx,  sr=xxxxx,  a=xxxxx,  an=xxxxx,  tid=xxxxx,  aid=xxxxx,  cid=xxxxx,  av=2.05,  _u=.K-AL,  cd=xxxxx,  
W/GAV4(701): Thread[Thread-157,5,main]:  Using destination https://ssl.google-analytics.com

From logcat I think that all it's OK. 从logcat,我认为一切正常。

Any suggestion on what cold be worng? 有什么建议可以忍受吗?

OK, I've should checked that before. 好的,我之前应该检查一下。

The problem was that the lib wasn't added to Build Path, so adding it fixes my problem. 问题是该库没有添加到构建路径中,因此添加它可以解决我的问题。

I hope it helps to someone. 我希望它对某人有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM