Hi we have some problems with the GA Tracking code.. hopefully somebody can help us. We have some issues tracking a 3rd-party-shopping cart with Google Analytics. We tried a lot with the old code and switched to the new one a week ago. However, it didn't solve our problems. We refered to http://adwords.google.com/support/bin/answer.py?answer=55532 . However, I had to figure out, this document changed recently without any notice. On Christmas, when we implemented the new code, it said: var pageTracker = _gat._getTracker("UA-#*$!#*$!-x"); pageTracker._setAllowLinker(true); pageTracker._initData(); pageTracker._trackPageview(); </script> No it says: var pageTracker = _gat._getTracker("UA-#*$!#*$!-x"); pageTracker._setDomainName("mystore.com"); pageTracker._initData(); pageTracker._trackPageview(); </script> All of our links that point from the main domain http://www.erzgebirge-palace.com to our 3rd-party-cart at ssl.palace-shops.com are wrapped within pageTracker._link() as requested by Google. However, it still doesn't work as expected: The worst issue is that almost 80% of all transaction show our main domain as referer and thats propably what also might be the reason that the association to Google Adwords seems to work on a random base. Some minor issues include: We have transactions that show a revenue of $0, however, when I view the details for this transaction, the purchased products show up, including their revenue. Sometimes only some products pruchased within one transaction show up, say the customer purchased a total of two items, only one makes it to Google Analytics. Our major issue is probably because links from the shopping cart (ssl.palace-shops.com) that point to the main domain are not wrapped within pageTracker._link(). That's for two reasons: 1) http://adwords.google.com/support/bin/answer.py?answer=55532 doesn't request it (however, http://adwords.google.com/support/bin/answer.py?answer=55503 got a different opinion) 2) That can't be their truth! Wrapping all links to the main domain within pageTracker._link() when you are in the shopping cart would blow up the source code, as always a noscript part is although required, by propably 1/3 tp 2/3! And it is hell of work to check on every possible (and we are talking about dozens) that it works and is placed properly when it comes to correct html syntax! Any help in order to solve this would be greatly appreciated!