The track_ecommerce_transaction method requires information about the items purchased, in the form of an array of hashes. One hash per item. One transaction/tr event is sent out along with transaction_item/ti events for each item in the array.
At the moment, an empty array is allowed through. This results in a tr event being sent by itself.
The
track_ecommerce_transaction
method requires information about the items purchased, in the form of an array of hashes. One hash per item. Onetransaction
/tr
event is sent out along withtransaction_item
/ti
events for each item in the array.At the moment, an empty array is allowed through. This results in a
tr
event being sent by itself.