Navigation:


FORUMS > ANNOUNCEMENTS - TIPS & TRICKS [ REFRESH ]
Thread Title: Google Analytics & SSL
Created On Wed September 27, 2006 1:40 PM
  Google Analytics & SSL - ILGM Tech Support

ILGM Tech Support User is online

ILGM Technical Staff
Date Joined: Sep 2002
Location: Colorado Springs, Colorado
Posts: 2082
Posted: Wed September 27, 2006 1:40 PM

Share/Save/Bookmark User is online View users profile View thread in raw text format

For those of you running Google Analytics and SSL at the same time, you need to make sure that you are using the correct code from Google in order to maintain your security.

Example of Regular code:

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-XXXXX-X";
urchinTracker();
</script>

Example of SSL code:

<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-XXXXX-X";
urchinTracker();
</script>


Thank you,

ILGM Support Team

Reply
Quote
Top
Bottom

FORUMS > ANNOUNCEMENTS - TIPS & TRICKS [ REFRESH ]