Google测量协议事务传递

时间:2015-04-07 12:56:39

标签: google-analytics google-analytics-api measurement-protocol

我向Google Measurement API提出此类请求:

curl --request POST 'http://www.google-analytics.com/collect' --data "v=1&tid=UA-58879752-1&cid=1526087851.1425399573&t=transaction&dh=somedomain.com&ti=1&ta=clothing&tr=17.98&ts=2.0&tt=2.5&cu=EUR"

它返回1x1 GIF文件:

GIF89a�����,D;%

但我在交易清单中没有看到任何内容: enter image description here

1 个答案:

答案 0 :(得分:3)

数据显示在标准报告中需要24到48小时,这是因为Google需要时间处理事情。

您可以查看实时报告,但只能发送基本数据。这将告诉您是否确实记录了您的命中。

您必须等到明天才能查看是否正在记录通过实时报告提供的交易数据。