Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion Problem with New tracking code
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ShoreTel  
View profile  
 More options Dec 13 2007, 2:17 pm
From: ShoreTel
Date: Thu, 13 Dec 2007 11:17:26 -0800 (PST)
Local: Thurs, Dec 13 2007 2:17 pm
Subject: Re: Problem with New tracking code
Blogger (and most modern HTML tools) enforce a level of XHTML
compliance, which is more than the Google Analytics code complies with
(Google messed up the ga.js installation instructions), you will need
to cut out all the HTTP/HTTPS auto-detection including the
document.write and just use the version you need (http or https, like
so)

For HTTP:
<script type="text/javascript" src="http://www.google-analytics.com/
ga.js"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-XXXX-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

For HTTPS:
<script type="text/javascript" src="https://ssl.google-analytics.com/
ga.js"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-XXXX-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

On Dec 13, 9:50 am, bhopale wrote:

> Hi,
> When I try putting up the new tracking code for my
> bhopale.blogspot.com site, it gives me XML error! I am copying the
> code right, then what could be the issue here? Pls help.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.