Reputation: 981
I am making such request to 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"
it returns me 1x1 GIF file:
GIF89a�����,D;%
But I don't see anything in transactions list:
Upvotes: 1
Views: 470
Reputation: 116868
It takes 24 - 48 hours for data to appear in the standard reports, this is because Google needs time to process things.
You can check real-time reports but only send basic data. This will tell you if your hits are in fact being recorded.
You will have to wait until tomorrow to see if the transaction data is being recorded that isn't available though the Real-time reports.
Upvotes: 3