I read the Sales Tracking article and understood everything. There's one part I'm confused and I pasted it below.
Does this mean I don't need my generic Google Analytics code to track my site's travel? Or do I still need it because e-junkie's version only track cart-button activity?
Thanks!
PS. Loving e-junkie cart very much!
*****This is our current Google Analytics tracking code (to track cart-button activity, use this version rather than the generic tracking code Google provides):*****
<script type="text/javascript">
var gaJsHost=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");
document.write(unescape("%3Cscript src='"+gaJsHost+
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var ejGATracker = gat.getTracker("UA-XXXXX-X");
ejGATracker._setDomainName("none");
ejGATracker._setAllowLinker(true);
ejGATracker._trackPageview();
</script>