How should the _addItem() function be used when tracking orders with multiple products? Now my GA code structure is: pageTracker._trackPageview(); pageTracker._initData(); pageTracker._addTrans(...order info...) pageTracker._addItem(...product#1...) pageTracker._addItem(...product#2...) pageTracker._addItem(...product#3...) pageTracker._trackTrans(); The _addTrans() seems to be working fine, but _addItem() doesn’t transmit values correctly (all the products are not showing up). any ideas?
Where you don't see all the products, in GA? You need to make sure the values in the product info don't break javascript.
yes, I can’t see all ordered products in GA. What do You mean with “product info don't break javascriptâ€? something like: pageTracker._addItem( "1709091336025", "now this “might cause†error ", “abcâ€, ….