kalnyc67 / analytics-issues

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

Date and Time parameter for measurement protocol #517

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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$ 
and we are hitting measurement protocol on 10/16/2014 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:59

GoogleCodeExporter commented 9 years ago

Original comment by pfrise...@google.com on 3 Feb 2015 at 12:25