Zen Cart Logo
Forums / All Other Contributions/Addons / Google Analytics Integration

Google Analytics Integration

Views: 225,782

Results 501 to 520 of 660
1 Dec 2008, 10:02 AM
#501
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Google Analytics Integration

Hi lieven23,

lieven23:

I have 2 anaytics accounts.

  1. afro-masks.com
  2. https://www.afro-masks.com
    a_berezin:

Why??? For what purpose???

lieven23:

It's working for both of the accounts.:clap:

Why do you use 2 accounts??? For what purpose???

1 Dec 2008, 11:15 AM
#502
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google Analytics Integration

Ambra,
I see this

<script type="text/javascript">
<!--
if(!gaJsHost) {
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
}
//-->
</script>
<script type="text/javascript">
<!--
if(!pageTracker) {
var pageTracker = _gat._getTracker('UA-3928461-14');
pageTracker._initData();
pageTracker._trackPageview();
}
//-->
</script>

and this

<script type="text/javascript">
<!--
if(!gaJsHost) {
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
}
//-->
</script>
<script type="text/javascript">
<!--
if(!pageTracker) {
var pageTracker = _gat._getTracker('UA-3928461-13');
pageTracker._initData();
pageTracker._trackPageview();
}
//-->
</script>

on your sites.
If your account is correct, I do not know why.

3 Dec 2008, 6:22 PM
#503
ibezenned avatar

ibezenned

New Zenner

Join Date:
Sep 2008
Posts:
14
Plugin Contributions:
0

Re: Google Analytics Integration

Ok, first I want to thank Andrew for the Google Integration. It is great to have people like you to offer these plugins and put forth the effort to maintain them.

I'm fairly experience with php and google analytics, but have never used the ecommerce setup before. The install appears to be working as it says it it tracking data and all pages. However I still get nothing for the ecommerce?

Forgive me if I overlooked something in the previous posts, but I have no JS errors, or any PHP errors; and Google is happily tracking visitor data. So what am I missing?

Here's the code at the bottom of every page:

<script type="text/javascript">
<!--
if(!gaJsHost) {
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
}
//-->
</script>
<script type="text/javascript">
<!--
if(!pageTracker) {
var pageTracker = _gat._getTracker('UA-238354-5');
pageTracker._initData();
pageTracker._trackPageview();
}
//-->
</script>
</body>
</html>

http://www.taugg.com/

Thanks for the support! :cool:

4 Dec 2008, 9:23 PM
#504
ibezenned avatar

ibezenned

New Zenner

Join Date:
Sep 2008
Posts:
14
Plugin Contributions:
0

Re: Google Analytics Integration

Got it working somehow!

7 Dec 2008, 1:31 PM
#505
robomike avatar

robomike

New Zenner

Join Date:
Nov 2008
Posts:
40
Plugin Contributions:
0

Re: Google Analytics Integration

Interesting..... I am having the same problem and I tried to follow along in your posting. sigh

My google analytics is not reporting any data (all 0's) and I don't see any of the google code when I view the source of my page.

Any ideas, or am I also just going crazy?

My site is http://smartmow.com

Any help would be great!

7 Dec 2008, 3:26 PM
#506
robomike avatar

robomike

New Zenner

Join Date:
Nov 2008
Posts:
40
Plugin Contributions:
0

Re: Google Analytics Integration

RoboMike:

Interesting..... I am having the same problem and I tried to follow along in your posting. sigh

My google analytics is not reporting any data (all 0's) and I don't see any of the google code when I view the source of my page.

Any ideas, or am I also just going crazy?

My site is http://smartmow.com

Any help would be great!

I finally figured it out. My code base directory was google_analytics and my php was not in it.

:clap:

11 Dec 2008, 11:52 AM
#507
snowy2007 avatar

snowy2007

Zen Follower

Join Date:
Mar 2008
Posts:
100
Plugin Contributions:
0

Re: Google Analytics Integration

I have just installed this mode. SQL patch went fine - correct php files copied over and I have inserted the line of code into the bottom of my tpl_footer. I have entered the correct ID in the config.

However, Google still tells me that the tracking code is not installed! Any ideas please ??

11 Dec 2008, 1:54 PM
#508
snowy2007 avatar

snowy2007

Zen Follower

Join Date:
Mar 2008
Posts:
100
Plugin Contributions:
0

Re: Google Analytics Integration

My index.htm page includes some php code :

(<?php header ('Location:<http://www.mydomain.co.uk/shop/index.php>' ); ?>

In order to automatically redirect visitors to the shop - it is enabled via adding support for php in html via .htaccess.

Anyway, I have now also added the Google Analytics JS code to that initial root level html page and it seems to be working.

At least, Analytics now says "Receiving Data" - Just have to wait and see now if it tracks my AdWords...

12 Dec 2008, 9:16 AM
#509
snowy2007 avatar

snowy2007

Zen Follower

Join Date:
Mar 2008
Posts:
100
Plugin Contributions:
0

Re: Google Analytics Integration

It seems to be working! :clap:

On the config page for this contrib, what is the "Adwords Conversion ID" field for and where do I get a "Conversion ID" ?

Many thanks.

12 Dec 2008, 9:27 AM
#510
davidandrews avatar

davidandrews

Zen Follower

Join Date:
Apr 2006
Posts:
108
Plugin Contributions:
0

Re: Google Analytics Integration

HI There
Does the first post (from 2006) include the latest version with no amendments needed for a 1.38 install?

Thanks!

14 Dec 2008, 3:42 PM
#511
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google Analytics Integration

davidandrews,

davidandrews:

HI There
Does the first post (from 2006) include the latest version with no amendments needed for a 1.38 install?

Thanks!
Download from DL-area -
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=891

A few days later, will be available next version. With bug fixes, and additional capabilities.

14 Dec 2008, 6:03 PM
#512
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Analytics Integration

hey folks, i thought i loaded everything correctly, but i'm now getting this error

Tracking Not Installed (Last checked: Dec 14, 2008 9:50:48 AM )
The Google Analytics tracking code has not been detected on your website's home page. For Analytics to function, you or your web administrator must add the code to each page of your website.

any ideas as to what i missed

23 Dec 2008, 1:49 PM
#513
jbalcony avatar

jbalcony

New Zenner

Join Date:
Nov 2008
Posts:
23
Plugin Contributions:
0

Re: Google Analytics Integration

I installed this add-on yesterday and my "Tracking" in google analytics still shows a yellow triangle with an exclamation mark inside ("Tracking Unknown"). Here are the steps I followed:

  1. I uploaded the files in the add-on to the appropriate directories
  2. I installed the SQL patches in install.sql
  3. I configured in Admin->Configuration->Google Analytics to include my GA #
  4. I went into my GA account and changed E-Commerce to Yes.

Am I missing any steps here?

Thanks,

Jason

23 Dec 2008, 9:15 PM
#514
ronnyo avatar

ronnyo

New Zenner

Join Date:
Dec 2005
Posts:
17
Plugin Contributions:
0

Re: Google Analytics Integration

a_berezin:

Yes, it will work with 1.3.7.

Will it work with 1.2.7 allso ?

26 Dec 2008, 12:37 AM
#515
tat2nu avatar

tat2nu

Zen Follower

Join Date:
Jan 2005
Posts:
178
Plugin Contributions:
0

Re: Google Analytics Integration

I installed Analytics a couple of months ago and thought that I had it right but it has been brought to my attention that I have some coding visible at the bottom of my pages. can someone take a peek and give me an idea of what I did wrong and what to do to fix it?

Thanks,
Marc
https://www.needlejig.com

26 Dec 2008, 1:10 AM
#516
tat2nu avatar

tat2nu

Zen Follower

Join Date:
Jan 2005
Posts:
178
Plugin Contributions:
0

Re: Google Analytics Integration

I figured it out guys. If a monitor wants to delete these two posts that would be great.

Thanks,
Marc

3 Jan 2009, 3:42 PM
#517
jamesmcl515 avatar

jamesmcl515

New Zenner

Join Date:
Jan 2009
Posts:
14
Plugin Contributions:
0

Re: Google Analytics Integration

Thanks to econcepts and everyone who worked on and supported the GA setup, this is an extremely valuable tool for monitoring performance of our online store.

The site I am working with is currently not running an AdWords program, but we still want to track e-commerce data with GA. I have seen e-commerce transactions setup on other sites (non Zen Cart) that track all transactions and not just adWords. But in order to turn conversion tracking on, we need to have an AdWords Conversion tracking number inputted into the Zen Cart Administrative tool. Also, when I login to Google Analytics and click on the e-commerce data it lists all the sources - organic search, referring sites, paid search, direct traffic, etc. Why would they show this segmented if this tool was only for AdWords?

The other point that I am trying to make is that the GA.js code won't show up on the 'checkout_success' page unless an AdWords Account # is inputted and the conversion tracking is turned on.

BUT, what if we want to set this page up as a 'goal' in Google Analytics? This way we could at least monitor our conversion rate by seeing how many people reached that page. This is a critical key performance indicator but we are unable to measure this right now. Without an AdWords number and the ability to turn on conversion tracking, we cannot do this.

I don't have the programming knowledge/resources to be able to customize the 'checkout_success' page to track all of these transactions. But, I think the Zen Cart Admin is hindering our ability to track all transactions. Can someone please look into this and let me know their thoughts on a possible update for this?

The Google Analytics help page for e-commerce transaction does not mention an AdWords number whatsoever:

http://www.google.com/support/googleanalytics/bin/answer.py?answer=55528&hl=en

I will appreciate anyone's thoughts or response on this greatly.

Highest Regards,
James
:smile:

3 Jan 2009, 7:18 PM
#518
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Google Analytics Integration

You maybe posting in the wrong support thread. This specific module is written and supported by a_berezin.

5 Jan 2009, 11:52 PM
#519
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Analytics Integration

hello all, I am using 1.3.xx

I installed analytics and it it work for a while, I then it stopped. but my google account still does not give me an error. it says my account is being read..

I have since then moved to SSl, and I changed a template.

but when i ran a scan using epikone, it said analytics was not in any of my page..

how do i add/correct this issue

7 Jan 2009, 9:41 AM
#520
bhakans avatar

bhakans

New Zenner

Join Date:
Sep 2008
Posts:
22
Plugin Contributions:
0

Re: Google Analytics Integration

I have this module installed and visitors seem to be correctly monitored and reported in my Google Analytics account. However, the ecommerce reporting doesn't seem to work. I have made sales but my Ecommerce overview in GA still report 0 across the board..

Where do I begin troubleshooting this?