Zen Cart Logo
Forums / General Questions / Counter Hstory vs adding google analytics to track

Counter Hstory vs adding google analytics to track

Locked

Views: 2,465

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
28 Apr 2008, 10:02 PM
#1
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Counter Hstory vs adding google analytics to track

Can someone please explain exactly what this shows.

Is session the no. of people who have entered my website and Total the number of products they have looked at?

What sort of figures should I be aiming for? My site has been up and running about a month now and today I had 189 for session and 2895 for total. Is this good, bad or indifferent? I haven't made any sales yet despite people looking.

How long have other zen users had to wait before getting their first sale?

Thanks

28 Apr 2008, 11:00 PM
#2
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Counter Hstory vs adding google analytics to track

karenkte:

Is session the no. of people who have entered my website

Yes, although I believe spider sessions are also included.

karenkte:

and Total the number of products they have looked at?

Close. It's the number of pages viewed.

karenkte:

What sort of figures should I be aiming for? My site has been up and running about a month now and today I had 189 for session and 2895 for total. Is this good, bad or indifferent?

Depends on the business in question. Generally, I would say that 189 "visitors" a day is quite a good amount.

29 Apr 2008, 7:03 AM
#3
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Re: Counter Hstory vs adding google analytics to track

Thanks for the info.

I would like to start using google analytics to keep a better track on things. When signing up for this you are asked to copy some text into the page of your website that you want to track.

I want to track my first page initially..........which file do I have to save this into? I am only a novice and not too sure. Can someone please let me know with the exact filename I need to amend.

Thanks

30 Apr 2008, 1:34 AM
#4
cariclaire avatar

cariclaire

New Zenner

Join Date:
Apr 2007
Posts:
16
Plugin Contributions:
0

Re: Counter Hstory vs adding google analytics to track

If you don't want to add the module you can add the following code to your tpl_footer file...

 
<!-- Google Analytics Code -->
<script src="https://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxxx-x";
urchinTracker();
</script>
<!-- end of Google Analytics -->
<?php
} // flag_disable_footer
?>

Maybe someone else on this site who's more experienced than me can double check the code to make sure it's okay, or may have a better way, but this worked fine for me until i had an SSL cert. installed, then not so much and i had to get the mod installed. But if your site doesn't have an SSL cert it should work fine. Takes 24 hrs for google to recognize it. The xxxxx's are where your own google id goes...

30 Apr 2008, 4:13 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Counter Hstory vs adding google analytics to track

There's a simple addon in the downloads area for adding GA to your site.

29 Jul 2008, 1:30 PM
#6
daiprinter avatar

daiprinter

New Zenner

Join Date:
Jul 2008
Posts:
1
Plugin Contributions:
0

Re: Counter Hstory vs adding google analytics to track

I've put analytics on my site, and that gives a much lower number of vistitors than the sessions and totals in my admin pages. Some thing like 30 sessions in the admin page, but analytics says only 1 visitor for the day. Can anyone give me some idea which one should I trust.

29 Jul 2008, 2:58 PM
#7
kbalona avatar

kbalona

Zen Follower

Join Date:
Oct 2006
Posts:
213
Plugin Contributions:
0

Re: Counter Hstory vs adding google analytics to track

I have found the same thing. I have over 5000 sessions per day on the Zen counter, but G Analytics says 1-6 visitors.

29 Jul 2008, 3:10 PM
#8
kbalona avatar

kbalona

Zen Follower

Join Date:
Oct 2006
Posts:
213
Plugin Contributions:
0

Re: Counter Hstory vs adding google analytics to track

Also, my Google Analytics says that the conversion rate is 101.27% How can that be? I wonder if it's only tracking home page hits.

30 Jul 2008, 10:12 AM
#9
kbalona avatar

kbalona

Zen Follower

Join Date:
Oct 2006
Posts:
213
Plugin Contributions:
0

Re: Counter Hstory vs adding google analytics to track

Well, the problem for me was just a result of my stupidity. My site is in a sub-directory, and I had GA set up for the root of my domain, but with a filter for the sub-directory. I guess that doesn't work. I changed the domain in GA to the exact URL of my store, and Bingo! The stats went from 2 visits on the 28th to 71 visits on the 29th.

30 Jul 2008, 10:39 AM
#10
cjpinder avatar

cjpinder

Totally Zenned

Join Date:
Apr 2007
Location:
Herts. UK
Posts:
893
Plugin Contributions:
0

Re: Counter Hstory vs adding google analytics to track

daiprinter:

I've put analytics on my site, and that gives a much lower number of vistitors than the sessions and totals in my admin pages. Some thing like 30 sessions in the admin page, but analytics says only 1 visitor for the day. Can anyone give me some idea which one should I trust.
Google Analytics will give a much more accurate picture of visitors. Ignore what the Zen Cart admin counter says, it is broken by design and will usually give extremely over inflated numbers.

Regards,
Christian.

30 Jul 2008, 4:09 PM
#11
tee_dot avatar

tee_dot

New Zenner

Join Date:
Jun 2008
Posts:
33
Plugin Contributions:
0

Re: Counter Hstory vs adding google analytics to track

Sometimes my zencart admin will be exponentially higher than analytics and sometimes it will be slightly lower.

The reason I like it is cause it gives real-time results so I can see if marketing works immediately by looking at the counter and seeing how fast it rises.

I would say Google Analytics is much more accurate and better to use than the simple counter though.

I understand you haven't made any sales yet but sales come with time. 189 hits on your counter is definately not a bad thing. The best way to tell how many visitors are coming through your site is to see "Absolutely Unique Visitors" on Analytics and that will give u an exact idea of how many unique IPs have browsed.