Unhandled Perception
From the mind of a developer.

Wednesday, March 07, 2007

Google Analytics over a secure connection

Just in case you want to use Google Analytics over a secure connection (https page) without triggering popup warnings in IE and partial secure connection warning in Firefox. All you need to do is alter the following:

Change the source URL to the JavaScript from:
src="http://www.google-analytics.com/urchin.js"

To:
src=" https://ssl.google-analytics.com/urchin.js"


Read more on this:
http://www.google.com/support/analytics/...

Labels: , ,

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home