简体   繁体   English

Google跟踪代码管理器在Google Analytics中不可见

[英]Google Tag Manager hits not visible in Google Analytics

I'm implementing Google Analytics v4 in my android app through GTM. 我正在通过GTM在我的Android应用中实施Google Analytics v4。 Container and code are configured according to instructions found here https://developers.google.com/tag-manager/android/v4/ . 容器和代码是根据https://developers.google.com/tag-manager/android/v4/中的说明配置的。 I'm getting logs which indicate that events are being matched to a rule and fired, but I don't get any data in Google Analytics. 我收到的日志表明事件与规则匹配并被解雇,但我在Google Analytics中没有获得任何数据。 Logs look something like this: 日志看起来像这样:

04-23 22:01:35.966 V/GoogleTagManager(22149): putHit called 04-23 22:01:35.966 V/GoogleTagManager(22149): Sending hit to store PATH: https: PARAMS: ul=en-gb, ev=value, el=label, t=event, cd=MainActivity, .... 04-23 22:01:35.966 V / GoogleTagManager(22149):putHit名为04-23 22:01:35.966 V / GoogleTagManager(22149):发送命中以存储路径:https:PARAMS:ul = en-gb,ev = value,el = label,t = event,cd = MainActivity,....
04-23 22:01:36.026 V/GoogleTagManager(22149): putHit called 04-23 22:01:36.026 V / GoogleTagManager(22149):putHit调用

Please give some advice... 请给出一些建议......

Can you give one example of the log that looks like /GoogleTagManager(22149): Sending hit to store PATH: https: PARAMS: ul=en-gb, ev=value, el=label, t=event, cd=MainActivity, ? 你能给出一个看起来像/GoogleTagManager(22149): Sending hit to store PATH: https: PARAMS: ul=en-gb, ev=value, el=label, t=event, cd=MainActivity,的日志的例子/GoogleTagManager(22149): Sending hit to store PATH: https: PARAMS: ul=en-gb, ev=value, el=label, t=event, cd=MainActivity, ?

The hits may appear in the reports after a delay. 点击可能会在延迟后出现在报告中。 Can you make sure that realtime reports also do not show any activity? 您能确保实时报告也不显示任何活动吗?

Are you checking the "real-time event" or event under "behaviour" section? 你在“行为”部分检查“实时事件”或事件吗? because you might have some delay of event report when you check them under "behaviour" section. 因为在“行为”部分下检查时可能会有一些事件报告延迟。 You should be able to find them under "real-time event" if your container is properly configured. 如果您的容器配置正确,您应该能够在“实时事件”下找到它们。

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

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