英文:
Cannot find items array in GA4 realtime analytics
问题
我有一个连接到我的应用程序的Google Analytics账户,使用Google Tag Manager连接。我已经添加了 begin_checkout
事件,在调试视图和实时分析中显示结果。在我的调试视图中,我可以看到包含所有项目数据的项目数组,但该项目数组不会显示在实时分析中。有人能解释一下这个原因并提供解决方法吗?
调试视图输出
实时分析
英文:
I have a google analytics account that is connected to my application with google tag manager. Here I have added begin_checkout
event results in both debug view and realtime analytics. In my debug view, I can see the items array with all the item data but that items array won't show up in the realtime analytics. Can someone please explain the reason for this and way to fix it?
I have added screenshots of the debug view and realtime analytics below.
Debug View Output
Realtime Analytics
答案1
得分: 1
在实时报告视图中,您只会看到事件参数。由于项目参数是一个数组,它不会显示在实时报告中。这在实时视图中不受支持;您可以像您已经做过的那样在调试视图中进行调试。
英文:
In the realtime reporting view you will only see event parameters. Because the items parameter is an array, it will not show up in the realtime report. This is not supported by the realtime view; you can debug it in the debug view as you already did.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论