I'm not sure what you mean... This is the tracking code I've got on the entire site right now:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-408392-1"; urchinTracker(); </script> Are you saying that on the cart pages (https://) it needs to look like this? <script src="https://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-408392-1"; urchinTracker(); </script> <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 3:25 PM To: CF-Talk Subject: RE: OT: Google Analytics question. Anyone? > And doesn't the js code in the https pages need to point to > the https version on google analytics? Yes, it should. This exact problem bit me not too long ago. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249759 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

