Google 分析显示实时目标命中但不显示在转化报告中

Google Analytics show real time goal hits but not on the conversions report

我正在尝试在成功处理付款后从应用的服务器端向 Google Analytics 报告转化。我正在使用开发指南中的测量协议。 https://developers.google.com/analytics/devguides/collection/protocol/v1/

问题是它成功地在实时转化报告中显示了目标命中,但在正常的转化报告中没有显示为目标完成。

'goal hit'和'goal completion'有什么区别吗?还是定期转换报告中的数据有任何延迟?

有延迟。根据文档,它是 24-48 小时(360 帐户为 4 小时),但通常数据显示速度会稍快一些。

Documentation:

Processing latency is 24-48 hours. Standard accounts that send more than 200,000 sessions per day to Analytics will result in the reports being refreshed only once a day. This can delay updates to reports and metrics for up to two days. To restore intra-day processing, reduce the number of sessions your account sends to < 200,000 per day. For Analytics 360 accounts, this limit is extended to 2 billion hits per month.

我曾经认为 GA 报告中显示的数据也有很长的延迟,直到我发现 GA 系统中有关时区的小错误。系统会自动为您选择报告上的日期,但如果您居住在澳大利亚或菲律宾等时区,这些时间可能会不同步,因此不会显示最新数据。

我现在总是将日期设置为 "Today" 或最近几天,我发现所有数据都在几分钟内完成,而不是几小时。