kalnyc67 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Date and time parameter for transaction Hit. #516

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of related component: Measurement Protocol

Request summary:
I am using e-commerce transactional hit to send offline conversion using 
measurement protocol. As per the measurement protocol documentation we can send 
only these parameter which is given below.
v=1              // Version.
&tid=UA-XXXX-Y   // Tracking ID / Property ID.
&cid=555         // Anonymous Client ID.

&t=transaction   // Transaction hit type.
&ti=12345        // transaction ID. Required.
&ta=westernWear  // Transaction affiliation.
&tr=50.00        // Transaction revenue.
&ts=32.00        // Transaction shipping.
&tt=12.00        // Transaction tax.
&cu=EUR          // Currency code.

Is there any way to send Offline conversation date and time by using 
Transactional hit.
Use Cases:
Suppose Offline conversion was done on 10/15/2014 11:16 AM with revenue of 
100$. So how we will see when the offline conversion was done on particular 
date in sales performance reporting.

Original issue reported on code.google.com by musakkhi...@gmail.com on 17 Oct 2014 at 5:52