kotmyrevich / analytics-issues

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

Ecommerce Tracking - transaction id and item id different types and so can't attach item to transaction #745

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ecommerce Tracking - Web Tracking (analytics.js)

There are Transaction id and item id, from description:
Transaction Data
ID  String  The transaction ID. (e.g. 1234)

Item Data
ID  Number  The transaction ID. This ID is what links items to the transactions 
to which they belong. (e.g. 1234)

Problem that transaction id and item id types doesn't match so further if 
transaction id is not number i.e. 1a2s3d
item can't be attached to transaction.
Would be great if you can make item id type as string. thanks in regards. 

Original issue reported on code.google.com by determ...@gmail.com on 29 Sep 2015 at 10:30