Zen Cart Logo
Forums / All Other Contributions/Addons / Simple Google Analytics - Support

Simple Google Analytics - Support

Views: 451,067

Results 1,961 to 1,980 of 2,165
22 Jan 2013, 5:13 PM
#1961
fakedecoy avatar

fakedecoy

Zen Follower

Join Date:
Jul 2006
Posts:
309
Plugin Contributions:
0

Simple Google Analytics - Support

I decided against doing this at all. This is a messy implementation on Google's end where there are side effects if you try to reverse a transaction. Inflated conversion rate and transaction count, to name a couple. It's less bad to not do anything.

31 Jan 2013, 10:37 PM
#1962
nicksoftsol avatar

nicksoftsol

New Zenner

Join Date:
Sep 2012
Posts:
11
Plugin Contributions:
0

Re: Simple Google Analytics - Support

I apologize if this is a repeat question, I didn't dare plow through 196 pages...

I'm certain that my installation worked correctly. When I look at my content reports in Analytics, it doesn't report all the way to the product level. It shows pageviews for categories and sub-categories, but not for individual products. Am I missing something or do I need to tweak my settings to accomplish this? Any help will be appreciated.

1 Feb 2013, 3:55 AM
#1963
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: Simple Google Analytics - Support

No joy in getting admin page registration for this mod in zc151 as superuser. Ran sga125 (not a, b or c) sql but nothing appears under admin > configuration.

Tried eConcepts admin page reg fix in post 1905 but only got language key error.

http://www.zen-cart.com/showthread.php?53701-Simple-Google-Analytics-Support&p=1146865#post1146865

I have no idea if it is my setup that is at fault, but would appreciate help getting over this hurdle.

1 Feb 2013, 10:50 AM
#1964
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: Simple Google Analytics - Support

Solved by using 125c. But after uninstalling 125 sql, I now have a gap in my gID numbering sequence. I hope this gID gap has no ramnifications.

11 Feb 2013, 8:51 AM
#1965
dreamer40 avatar

dreamer40

New Zenner

Join Date:
Oct 2011
Posts:
19
Plugin Contributions:
0

Re: Simple Google Analytics - Support

All was going so swimmingly. I installed the latest version of the plug-in without drama on v1.3.9h, set up my codes for Analytics and Adwords etc in the console and sat back. No errors in the shop and Analytics is displaying all my data and is really useful but after a couple of days Adwords was still showing as unverified.

After a bit of research, I installed chrome and the Tag Assistant and did an order on my site. The Tag Assistant says that the Analytics tag is correct but that there are errors with the Adwords one on the checkout page.

The list of messages is:

AdWords Conversion Tracking - not working

Conversion ID xxxxxxxxxx
Conversion Label purchase
Conversion Value not set

<script> tag found <!-- var google_conversion_id = xxxxxxxxxx; var google_conversion_language = "en_US"; var google_conversion_format = "1"; var google_conversion_color = "FFFFFF"; if (0.07) { var google_conversion_value = 0.07; } var google_conversion_label = "purchase"; //--> Conversion Value in the <iframe> tag 0.07 Error: Incorrect script attribute. help Error: Conversion value mismatch between <script> and <iframe> tag. help Error: Conversion value mismatch between <script> and <noscript> tag. help Error: Conversion value mismatch between <script> and <noscript> tag. help Warning: Missing CDATA comments. help Conversion value not set. help Both <script> and <iframe> used The checkout page source from the browser contains: pageTracker._trackTrans();</script><!-- Google Code for purchase Conversion Page --> <script language="JavaScript" type="text/javascript"> <!-- var google_conversion_id = xxxxxxxxxx; var google_conversion_language = "en_US"; var google_conversion_format = "1"; var google_conversion_color = "FFFFFF"; if (0.07) { var google_conversion_value = 0.07; } var google_conversion_label = "purchase"; //--> </script> <script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/xxxxxxxxxx/?value=0.07&label=purchase&script=0"> </noscript>

That doesn't exactly match the code google provide but looks similar to others listed on this forum

Can anyone spot an error?

16 Feb 2013, 7:03 AM
#1966
dreamer40 avatar

dreamer40

New Zenner

Join Date:
Oct 2011
Posts:
19
Plugin Contributions:
0

Re: Simple Google Analytics - Support

I managed to get Adwords updates working by changing google_conversion_label to the code Adwords gave me when I created the conversion instead of 'purchase' that was set in the original script.

8 Mar 2013, 6:10 PM
#1967
trees2wood avatar

trees2wood

Zen Follower

Join Date:
Mar 2009
Posts:
114
Plugin Contributions:
0

Re: Simple Google Analytics - Support

I had this working fine. This week I messed up my store and decided the best fix would be to delete the includes folder and reinstall it. I fixed my original problem but created several new ones one of which is I broke google analytics. I reinstalled the files from the includes folder in my google analytics download to my new includes folder but it is not working. Do I need to reinstall the sql file ? or did I maybe install the files wrong? Thanks .

9 Mar 2013, 3:47 PM
#1968
trees2wood avatar

trees2wood

Zen Follower

Join Date:
Mar 2009
Posts:
114
Plugin Contributions:
0

Re: Simple Google Analytics - Support

I have my problem fixed. Thanks

9 Mar 2013, 9:35 PM
#1969
icikite avatar

icikite

New Zenner

Join Date:
Mar 2009
Posts:
69
Plugin Contributions:
0

Re: Simple Google Analytics - Support

I am using Zencart 1.5.1 and this add-on is working. They only problem I had is in the SQL installation. I had to modify it and do it thru PHPadmin . The problem could be with my provider security.

29 Mar 2013, 11:36 PM
#1970
flernebunu avatar

flernebunu

New Zenner

Join Date:
Mar 2013
Posts:
32
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Hi,

I've installed this module this evening(zen cart 1.5.1) and I can't get it to work, google analytics says: Status: Tracking Not Installed.
The website is https://www.regatuljocurilor.ro and looking at the page source I can see the correct values set.
I'm using a picaflur template which uses the template_default/common/tpl_main_page and that is where I placed the changes for that file.I assume they are ok if the page is generated with the correct information.

I've placed the code provided by google analytics in htm_header.php in my template common file before the </head> part.

Please let me know if I'm missing something as I can't seem to understand why it doesn't work.
I've followed the steps google says , I've followed the steps mentioned in the readme (except REMOVE the following line from that file "javascript:__utmSetTrans();" as it does not exist)

Can you have a look and let me know if you can see any problems with it?

Regards,
Alex

30 Mar 2013, 12:31 AM
#1971
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Alex,

If your using a template from picaflur (or from any one for that matter), than this is the wrong folder to edit:
template_default/common/tpl_main_page

You should be editing:
YOUR_TEMPLATE/common/tpl_main_page

I can't get you site to load, so can't check the source code for any other hints.

30 Mar 2013, 9:21 AM
#1972
flernebunu avatar

flernebunu

New Zenner

Join Date:
Mar 2013
Posts:
32
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Please check now , I've copied the tpl main image from template_default to my template as there was none but still same thing happens.
The site is now accessible , apparently one of the scripts was timing out(http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js) not sure what this is for.

Let me know if you see something wrong with google analytics

30 Mar 2013, 11:01 AM
#1973
flernebunu avatar

flernebunu

New Zenner

Join Date:
Mar 2013
Posts:
32
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Seems to be an older issue of mine with zencart/webserver....I took the view source code for the main page and placed it in a new file index.html in the root of zen cart thus being the first page loading. I click refresh in google analytics and it says Tracking Installed...now I've deleted that but it still shows tracking installed ... it's a zen cart/webserver issue where the web server cannot internally access the zen cart pages as it sees them as absolute paths so it routes them elsewhere ,I have the same problem with facebook debugger

30 Mar 2013, 1:12 PM
#1974
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Simple Google Analytics - Support

I see the GA code is working now. It may take 24 hours for the data to start showing up though.

30 Mar 2013, 1:49 PM
#1975
flernebunu avatar

flernebunu

New Zenner

Join Date:
Mar 2013
Posts:
32
Plugin Contributions:
0

Re: Simple Google Analytics - Support

I'm happy it works now , thanks for checking it out and replying so fast , it's nice to know someone may help you when you are going crazy about some issues

7 Apr 2013, 2:11 AM
#1976
peacefulplanet avatar

peacefulplanet

New Zenner

Join Date:
Apr 2013
Location:
RI
Posts:
1
Plugin Contributions:
0

Re: Simple Google Analytics - Support

I have a store using 1.5.0. https://www.peaceful-planet.com I installed simple google analytics on March 26th after the site was upgraded to this version. Everything was working well until yesterday, when i tried to install the cart reminder plugin. I have somehow removed conversion tracking and had to upload a fresh install of the module pages for login, create account success, and checkout success in order to restore checkout functionality.

So, all is well except

  1. Google Analytics is no longer tracking conversions. (It is tracking traffic.)
  2. The cart reminder plugin is not up and running. i have removed the three files that I mentioned from the install
    includes/modules/pages/checkout_success/cart_reminder.php
    includes/modules/pages/create_account_success/cart_reminder.php
    includes/modules/pages/login/cart_reminder.php

Anyone have any ideas? Thanks so much for all of the great info already here.

22 Apr 2013, 3:31 PM
#1977
cpixi avatar

cpixi

New Zenner

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

Re: Simple Google Analytics - Support

Hi, thanks for the mod... we had something wacky with the store where "larger image" would not work so I upgraded from 1.3.9 to 1.5.1. Did the upgrade SQL and fixed the files as instructed (i think) but for some weird reason, there is NO simple Google code appearing on the source code of the pages. www. dogspeakcards .com... trying to figure out why the new pasted code says if asynchronous then // do nothing?? Hopefully I'll figure it out today, but any help would be appreciated. ~Cpixi

3 May 2013, 11:15 AM
#1978
solo_400 avatar

solo_400

Zen Follower

Join Date:
Aug 2009
Posts:
369
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Is this module compatible with 1.5.1 version of Zencart ?

Thx

25 May 2013, 1:20 PM
#1979
bee01 avatar

bee01

New Zenner

Join Date:
Apr 2013
Location:
Netherlands
Posts:
6
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Can I add In-Page Analytics to this plugin? It has to be this code (this is a combination of existing and new lines):

var _gaq = _gaq || [];
var pluginUrl =
'//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-XXXXXX-Y']);
_gaq.push(['_trackPageview']);

Can I put this in the field "Google Custom Code - After"? Or if not, how can I do this?

28 May 2013, 9:50 PM
#1980
econcepts avatar

econcepts

Totally Zenned

Join Date:
Dec 2005
Posts:
1,505
Plugin Contributions:
2

Re: Simple Google Analytics - Support

Bee01:

Can I add In-Page Analytics to this plugin? It has to be this code (this is a combination of existing and new lines):

var _gaq = _gaq || [];
var pluginUrl =
'//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-XXXXXX-Y']);
_gaq.push(['_trackPageview']);

Can I put this in the field "Google Custom Code - After"? Or if not, how can I do this?

Don't paste the entire code snippet you have here or you will be duplicating the call to the _gaq var and the trackPageview (which is built into the module by default) AND the Tracking ID (also built in.)

You can add the "_gaq.push(['_require', 'inpage_linkid', pluginUrl]);" as added code and it should work the way you are looking for.