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

Simple Google Analytics - Support

Views: 451,120

Results 1,761 to 1,780 of 2,165
20 Feb 2012, 5:39 AM
#1761
johnga avatar

johnga

Zen Follower

Join Date:
Oct 2005
Location:
San Francisco
Posts:
100
Plugin Contributions:
0

Simple Google Analytics - Support

see my post directly above - I was able to find the Simple Google Analytics Config page by loading another config page (for example: Images) - note the URL, find where it gives it's id (gID=4) and then paste in your gID=xx that identifies where you placed SGA. It should go right there.

20 Feb 2012, 6:13 AM
#1762
rjugalbot avatar

rjugalbot

New Zenner

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

Re: Simple Google Analytics - Support

johnga:

see my post directly above - I was able to find the Simple Google Analytics Config page by loading another config page (for example: Images) - note the URL, find where it gives it's id (gID=4) and then paste in your gID=xx that identifies where you placed SGA. It should go right there.

Thanks, I tried it, and it WORKS.

How can I change it permanently to that URL??

20 Feb 2012, 10:37 PM
#1763
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple Google Analytics - Support

For those of you who are having problems installing this module on zen cart v1.5.0
I Fixed the googleanalytics-INSTALL.sql,
googleanalytics-UNINSTALL.sql and the UPGRADE-toversion-1-2-4.sql.
Added a define to admin/includes/extra_datafile /google_analytics_database_names.php
so it would be compatible with zen cart v1.5.0. It will now show under the admin/configuration menu. I uploaded the update to the downloads area waiting on approval fron the zen team.
econcepts I hope you didn't mind, I see a lot of people were having issues with this. If I jump the gun you can roll it back.

21 Feb 2012, 2:04 PM
#1764
serious avatar

serious

Totally Zenned

Join Date:
Feb 2011
Posts:
686
Plugin Contributions:
0

Re: Simple Google Analytics - Support

ZC 1.39g
I think I'm doing something wrong.
I've placed the Google snipet into public_html/includes/templates/My TEMPLATE/common/tpl_checkout_success_default.php

I placed it at the bottom of the page, looks like this:

<!-- Google Code for purchase Conversion Page --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = **MY ID # IS HERE**; var google_conversion_language = "en"; var google_conversion_format = "2"; var google_conversion_color = "383e44"; var google_conversion_label = "**CONV.LABEL IS HERE**"; var google_conversion_value = 0; /* ]]> */ </script> <script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/**MY ID # IS HERE**/?label=**CONV.LABEL IS HERE**&guid=ON&script=0"/> </div> </noscript>

I haven't been seeing any Conversion Data so I followed the instructions from Google to verify the snipet.
I went through the purchase process on my site and when I got to the Success Page I used the View Page Source feature of my browser and did not see the snipet on the page.

So what did I do wrong?
Did I simply put the snipet on the wrong page?

22 Feb 2012, 3:21 PM
#1765
serious avatar

serious

Totally Zenned

Join Date:
Feb 2011
Posts:
686
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Anyone?

23 Feb 2012, 10:48 PM
#1766
susb8383 avatar

susb8383

Zen Follower

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

Re: Simple Google Analytics - Support

Hi,

Sorry if this was already asked...

I just installed the latest version 1.5. Is there a way to use it just for Google Conversion Tracking and NOT for Google Analytics?

Thanks,
Susie

25 Feb 2012, 11:43 AM
#1767
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Simple Google Analytics - Support

countrycharm:

For those of you who are having problems installing this module on zen cart v1.5.0
I Fixed the googleanalytics-INSTALL.sql,
googleanalytics-UNINSTALL.sql and the UPGRADE-toversion-1-2-4.sql.
Added a define to admin/includes/extra_datafile /google_analytics_database_names.php
so it would be compatible with zen cart v1.5.0. It will now show under the admin/configuration menu. I uploaded the update to the downloads area waiting on approval fron the zen team.
econcepts I hope you didn't mind, I see a lot of people were having issues with this. If I jump the gun you can roll it back.

countrycharm,

Just wanted to thank you for taking the time to update this mod.

Hopefully it won't be too long before it gets Zen approval.

Simon

25 Feb 2012, 4:14 PM
#1768
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple Google Analytics - Support

simon1066:

countrycharm,

Just wanted to thank you for taking the time to update this mod.

Hopefully it won't be too long before it gets Zen approval.

Simon

No problem, but still waiting zen approval. Eric might have something else in mind and that is why it has not being approve I don't know.

26 Feb 2012, 7:51 PM
#1769
atomiksteve avatar

atomiksteve

New Zenner

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

Re: Simple Google Analytics - Support

Ok, first, thanks for the great add-on!

Background: I am using v1.3.9. I installed the mod, and I can see the config menu in my Admin area. I have entered my UA code properly.

I have 2 problems, which I suspect are connected:

  1. The Google Analytics code is not showing up on my pages. I checked in the <head> and at the bottom of the page as well.

  2. I just noticed that my pages do not have a closing </body> tag.

I'm a little fuzzy on PHP, and I usually don't modify anything unless I have to. So, I'm not sure if the missing tag is causing the problem, or where to add it back in.

Does anyone have thoughts on this?
Any help is much appreciated!

28 Feb 2012, 3:54 AM
#1770
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple Google Analytics - Support

countrycharm:

For those of you who are having problems installing this module on zen cart v1.5.0
I Fixed the googleanalytics-INSTALL.sql,
googleanalytics-UNINSTALL.sql and the UPGRADE-toversion-1-2-4.sql.
Added a define to admin/includes/extra_datafile /google_analytics_database_names.php
so it would be compatible with zen cart v1.5.0. It will now show under the admin/configuration menu. I uploaded the update to the downloads area waiting on approval fron the zen team.
econcepts I hope you didn't mind, I see a lot of people were having issues with this. If I jump the gun you can roll it back.

The Zen team has now approve this update and it is now in the downloads area.

28 Feb 2012, 12:05 PM
#1771
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Simple Google Analytics - Support

countrycharm:

The Zen team has now approve this update and it is now in the downloads area.

Just to note - if you are running MYSQL5 and above then applying the sql patch will not work.

In googleanalytics-INSTALL.sql change

TYPE=MyISAM

to

ENGINE=MyISAM
28 Feb 2012, 2:38 PM
#1772
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple Google Analytics - Support

simon1066:

Just to note - if you are running MYSQL5 and above then applying the sql patch will not work.

In googleanalytics-INSTALL.sql change

TYPE=MyISAM

> 
> ```
ENGINE=MyISAM

I'm running 5.2.17 with no problem. What did you do upgrade or a fresh install? I forgot to add the upgrade sql to zen cart v1.5.0. I have now done that. Sorry about that.

28 Feb 2012, 4:39 PM
#1773
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Simple Google Analytics - Support

countrycharm:

I'm running 5.2.17 with no problem. What did you do upgrade or a fresh install? I forgot to add the upgrade sql to zen cart v1.5.0. I have now done that. Sorry about that.

MySQL 5.5.17 - fresh install.

Maybe it's my SQL version.

1 Mar 2012, 3:08 AM
#1774
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Simple Google Analytics - Support

Ok i have installed version 1-2-5b.

Install went without a hitch and everything seems to be working.

However one thing that is baffling me

i entered my ua-xxxxxx thingie in the admin bit, now when i look at the page source of my catalog the ua-xxxxxx is completely different is this normal.?

1 Mar 2012, 6:18 AM
#1775
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple Google Analytics - Support

nigelt74:

Ok i have installed version 1-2-5b.

Install went without a hitch and everything seems to be working.

However one thing that is baffling me

i entered my ua-xxxxxx thingie in the admin bit, now when i look at the page source of my catalog the ua-xxxxxx is completely different is this normal.?

No not normal at all. I checked mine and mine is right so I don't know exactly what going on with yours.

1 Mar 2012, 7:21 AM
#1776
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Simple Google Analytics - Support

countrycharm:

No not normal at all. I checked mine and mine is right so I don't know exactly what going on with yours.

All good now, found the tpl_main_page.php wasn't updating (ownership or something) and the version on the server contained someone elses failed attempt at manually installing the tracking code with the wrong tracking code, thats the downside to taking over a store that someone else has worked on.

1 Mar 2012, 2:05 PM
#1777
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple Google Analytics - Support

nigelt74:

All good now, found the tpl_main_page.php wasn't updating (ownership or something) and the version on the server contained someone elses failed attempt at manually installing the tracking code with the wrong tracking code, thats the downside to taking over a store that someone else has worked on.

Very true indeed. Good lesson learned.

9 Mar 2012, 9:57 PM
#1778
susb8383 avatar

susb8383

Zen Follower

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

Re: Simple Google Analytics - Support

susb8383:

Hi,

Sorry if this was already asked...

I just installed the latest version 1.5. Is there a way to use it just for Google Conversion Tracking and NOT for Google Analytics?

Thanks,
Susie

Anyone?

10 Mar 2012, 6:36 PM
#1779
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple Google Analytics - Support

susb8383:

Anyone?

Maybe Eric will be back soon to answer you.

27 Mar 2012, 2:42 AM
#1780
polygone avatar

polygone

New Zenner

Join Date:
Jan 2008
Location:
Toronto
Posts:
73
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Hello--I must have had an earlier version that I lost the page code on during an upgrade because when I uploaded the folders it overwrote files from 2008. But I don't see any tables for the sql file in myPHPadmin. Should there be if I did in fact install a previous version?