GA4 事件实时显示,但不显示在参与度/事件中

问题描述

我使用 Google Analytics 4 的 Google 测量协议发送事件。 我发送的 JSON 正文如下所示:

for voivodships in ['('(Śląskie)','(Świętokrzyskie)','(Warmińsko-mazurskie)','(Wielkopolskie)','(Zachodniopomorskie)']:


    locations= df[df['location'].str.contains(voivodships)]
    print('---',voivodships,'---')
    print('ilość ogłoszeń w :',len(voivodships))

我对事件和跟踪很陌生,我不明白为什么我发送的事件确实显示在实时仪表板中,但不在参与/事件下,也不在 BigQuery 中。那么我在这里错过了什么?

解决方法

您必须在事件发送后最多等待 24 小时才能在报告中看到它。

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...