Google analytics

Good afternoon,

Can you help me please.
I am having issues with the google analytics on a site…

Google has taken 2 weeks… And still no data. It states it’s gAthering it…
Digging deeper… States it was correctly done.

But still 2 weeks later there is nothing.
The website is: http://www.sunsvigor.com

Can you guys look at it and see if I did something wrong w ga?

I really appreciate all your help w the coding and all. I am at wits end with this.

Julie

Sent from my iPhone


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Julie,

It looks like you’ve entered your ID in twice. If you’re using the Folder Action then select the Folder and in the Site Code field press Command-A to select all, then press delete and re-paste the ID in (just the UA-xxxx-xx part, not all the code). If you’re using the Page Action then do the same but on each page the Action is applied to.

Joe

On 15 Nov 2010, at 16:37, Julie Maxwell Allen wrote:

Good afternoon,

Can you help me please.
I am having issues with the google analytics on a site…

Google has taken 2 weeks… And still no data. It states it’s gAthering it…
Digging deeper… States it was correctly done.

But still 2 weeks later there is nothing.
The website is: http://www.sunsvigor.com

Can you guys look at it and see if I did something wrong w ga?

I really appreciate all your help w the coding and all. I am at wits end with this.

Julie

Sent from my iPhone


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Digging deeper… States it was correctly done.

I’m no expert on anything code but it doesn’t seem correctly done to me. Comparing it with one of my sites. You seem to have added the site code twice and its general layout seems rather messy compared with what I have. Mine is also after the ‘body’ - might not make a difference.

Perhaps have a look at a site source on a website where the Analytics is known to work.

s


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you.
Sorry for the delay, I was traveling to SC today.

I had it for some reason on the master folder too. I took it off the master page. and re put in the code on the page folder.

Can you see it cleared to only one?

I do appreciate this.

Julie
On Nov 15, 2010, at 12:16 PM, Joe Billings wrote:

Hi Julie,

It looks like you’ve entered your ID in twice. If you’re using the Folder Action then select the Folder and in the Site Code field press Command-A to select all, then press delete and re-paste the ID in (just the UA-xxxx-xx part, not all the code). If you’re using the Page Action then do the same but on each page the Action is applied to.

Joe

On 15 Nov 2010, at 16:37, Julie Maxwell Allen wrote:

Good afternoon,

Can you help me please.
I am having issues with the google analytics on a site…

Google has taken 2 weeks… And still no data. It states it’s gAthering it…
Digging deeper… States it was correctly done.

But still 2 weeks later there is nothing.
The website is: http://www.sunsvigor.com

Can you guys look at it and see if I did something wrong w ga?

I really appreciate all your help w the coding and all. I am at wits end with this.

Julie

Sent from my iPhone


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This doesn’t look right to me - but I am not a GA user

<script type="text/javascript"> 
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18565442-2
UA-18565442-2
UA-18565442-2
UA-18565442-2
UA-18565442-2
UA-18565442-2
']);
_gaq.push(['_trackPageview']);

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

no that does not look right…

any thoughts anyone why it is in 5 times? I did as joe said - I removed from the master folder and put it on the page folder.

I just did it again - removed the folder action then put it there again and the code. I dont know if that helped.

Thanks

J
On Nov 15, 2010, at 6:31 PM, DeltaDave wrote:

This doesn’t look right to me - but I am not a GA user

<script type="text/javascript"> 
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18565442-2
UA-18565442-2
UA-18565442-2
UA-18565442-2
UA-18565442-2
UA-18565442-2
']);
_gaq.push(['_trackPageview']);

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

That looks better

<script type="text/javascript"> 
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18565442-2
']);
_gaq.push(['_trackPageview']);
(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script> 

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you!

J
On Nov 15, 2010, at 6:43 PM, DeltaDave wrote:

That looks better

<script type="text/javascript"> 
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18565442-2
']);
_gaq.push(['_trackPageview']);
(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script> 

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options