Hi there,

I was having a difficult time getting my shop to return the proper Google URL depending on connection type resulting in some browsers complaining about insecure items on secure pages.

In the end a quick mod to some code from here fixed it by changing request_type to SERVER_PORT





_uacct="UA-xxxxx-x";
urchinTracker();





_uacct="UA-xxxxx-x";
urchinTracker();



Hope that helps someone.

Iggy

More...