Tagged Questions
1
vote
1answer
90 views
how to customize Tracking Ecommerce Transactions with Google Analytics?
In the Ecommerce Transactions with Google Analytics, we can code as below:
_gaq.push(['_addTrans',
'1234', // order ID
'SitePoint', // store
'19.99', // total
'1.50', ...
