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

Simple Google Analytics - Support

Views: 451,058

Results 2,121 to 2,140 of 2,165
2 Jun 2015, 4:29 PM
#2121
countrycharm avatar

countrycharm

Totally Zenned

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

Simple Google Analytics - Support

RodG:

Try this one:
https://www.zen-cart.com/downloads.php?do=file&id=1997

No code modification or overrides needed.

Cheers
RodG

RodG
so your module will do most or about the same thing this module will do?
Will it keep track of Google AdWords Conversion?

If so I going to go look at yours because Google AdWords has stop working in this version. Everything else is working but that.

2 Jun 2015, 10:51 PM
#2122
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: Simple Google Analytics - Support

countrycharm:

RodG
so your module will do most or about the same thing this module will do?

I would hope not. Simple Analytics has had many years development behind it. EC analytics is barely a month old.

countrycharm:

Will it keep track of Google AdWords Conversion?

Nope.

countrycharm:

If so I going to go look at yours because Google AdWords has stop working in this version. Everything else is working but that.

Stay with what you know/love. EC Analytics isn't intended to replicate or compete with Simple Analytics and I've no plans to make it so.

I suggested EC Analytics to hols.club based on the comment "I am looking for a plug-in for Google Analytics but was getting confused", and the one thing that EC Analytics isn't, and that is "confusing". :-)

Cheers
RodG

2 Jun 2015, 11:20 PM
#2123
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Simple Google Analytics - Support

RodG:

I would hope not. Simple Analytics has had many years development behind it. EC analytics is barely a month old.

Nope.

Stay with what you know/love. EC Analytics isn't intended to replicate or compete with Simple Analytics and I've no plans to make it so.

I suggested EC Analytics to hols.club based on the comment "I am looking for a plug-in for Google Analytics but was getting confused", and the one thing that EC Analytics isn't, and that is "confusing". :-)

Cheers
RodG

Thank you for the info.... :)

2 Jun 2015, 11:24 PM
#2124
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Simple Google Analytics - Support

econcepts:

Thomas, this will potentially only work for your site. Reason being, it has a tracking label in it that is set to your conversion id. The other thing to note here is that the "xxxxxxxx" spot should be dynamically filled in by the program itself (already) so manually filling that in might have potential problems at some point. That field is controlled by the Admin section of the plugin.

I just finished the updated version of this mod (a long time in the making as work here has been busy) and installed on a few sites. It works with all versions of zen cart (forward and backward compatible) It has completely been updated to adhere to all new Google features including a good number of features that many are not aware of within Google Analytics (but that are very important to increasing sales.)

I'll make a link available for the new version here to download shortly. Likewise, I'll be uploading the package after providing the link to the Zen cart plugin section.

Eric I be hearing this a long time from you but still you haven't produce any goods.
For folks who want to get there hand on the updated version now is there a link we can do so? Ty for all your hard work in this module..... :)

20 Aug 2015, 2:37 AM
#2125
fakedecoy avatar

fakedecoy

Zen Follower

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

Re: Simple Google Analytics - Support

I'm having an issue with GA reporting all payments made via Paypal Express Checkout as having the referrer "paypal.com" instead of the true referrer. This is because the user is redirect to paypal for payment and GA counts paypal as the new referrer when they complete payment.

The solution I found was to add the parameter "utm_nooverride=1" to the return page to prevent the GA code on my return page from counting whatever new referrer is given. So what is the return page? Is it ipn_main_handler.php? And where can I add this parameter? The only thing I found was in includes/modules/payment/paypalwpp.php there is code with $return_url. Should I add it to the string? Are there already parameters on the return url? Should I add "&utm_nooverride=1" or "?utm_nooverride=1" ?

That doesn't even seem like the right file though. I assume paypalwpp is Website Payments Pro, which keeps the user on my site to enter a credit card, unlike Express Checkout, which sends the user to paypal.com, which is where the problem is.

Note that the solution given elsewhere, adding paypal.com to the referral exclusion list within GA, doesn't work well because it excludes the entire user session from all reports instead of giving the previous referrer credit.

20 Aug 2015, 5:42 PM
#2126
econcepts avatar

econcepts

Totally Zenned

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

Re: Simple Google Analytics - Support

fakeDecoy:

I'm having an issue with GA reporting all payments made via Paypal Express Checkout as having the referrer "paypal.com" instead of the true referrer. This is because the user is redirect to paypal for payment and GA counts paypal as the new referrer when they complete payment.

The solution I found was to add the parameter "utm_nooverride=1" to the return page to prevent the GA code on my return page from counting whatever new referrer is given. So what is the return page? Is it ipn_main_handler.php? And where can I add this parameter? The only thing I found was in includes/modules/payment/paypalwpp.php there is code with $return_url. Should I add it to the string? Are there already parameters on the return url? Should I add "&utm_nooverride=1" or "?utm_nooverride=1" ?

That doesn't even seem like the right file though. I assume paypalwpp is Website Payments Pro, which keeps the user on my site to enter a credit card, unlike Express Checkout, which sends the user to paypal.com, which is where the problem is.

Note that the solution given elsewhere, adding paypal.com to the referral exclusion list within GA, doesn't work well because it excludes the entire user session from all reports instead of giving the previous referrer credit.

I wouldn't mess with any code in the actual files you listed. Not only are they core files (that would be written over during future updates possibly), but they are specifically related to payments etc... (and you wouldn't want to alter anything there.)

The easiest way to add that variable to your query string would be to add it within your actual paypal account (under the return url section). Give it the return URL that the site should go to and then add the extra info to the query string.

Hopefully that makes sense.

27 Sep 2015, 11:23 PM
#2127
rufusclc avatar

rufusclc

Zen Follower

Join Date:
Sep 2008
Location:
San Diego
Posts:
159
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Hi
Have this installed and updated to my version. and in the analytics config. I have my tracking ID listed correctly.
but when I go to Google Analytics online and enter my site I get the following message: Status: Tracking Not Installed: You have 1 high-priority issue: Missing Tracking Code.
Look forward to your suggestion
Thanx
Rufusclc

28 Sep 2015, 1:04 AM
#2128
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: Simple Google Analytics - Support

rufusclc:

Hi
Have this installed and updated to my version. and in the analytics config. I have my tracking ID listed correctly.
but when I go to Google Analytics online and enter my site I get the following message: Status: Tracking Not Installed: You have 1 high-priority issue: Missing Tracking Code.
Look forward to your suggestion
Thanx
Rufusclc

I seem to recall that there can be quite some delay between when the tracking is 1st set up and when the Status reports get updated. Check again tomorrow.

Cheers
RodG

29 Sep 2015, 1:09 PM
#2129
econcepts avatar

econcepts

Totally Zenned

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

Re: Simple Google Analytics - Support

rufusclc:

Hi
Have this installed and updated to my version. and in the analytics config. I have my tracking ID listed correctly.
but when I go to Google Analytics online and enter my site I get the following message: Status: Tracking Not Installed: You have 1 high-priority issue: Missing Tracking Code.
Look forward to your suggestion
Thanx
Rufusclc

How long has the tracking been activated on the site? Send over a url and I'll take a closer look.

29 Sep 2015, 5:27 PM
#2130
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Simple Google Analytics - Support

econcepts:

How long has the tracking been activated on the site? Send over a url and I'll take a closer look.

Eric how things going with the upgrade you suppose to be releasing for a year now. You any closer in releasing it?

If not do you have a beta version you can send out...

Thanks

1 Oct 2015, 12:53 PM
#2131
econcepts avatar

econcepts

Totally Zenned

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

Re: Simple Google Analytics - Support

countrycharm:

Eric how things going with the upgrade you suppose to be releasing for a year now. You any closer in releasing it?

If not do you have a beta version you can send out...

Thanks

It's ready (believe it or not). I've been continually adding to it and figured if I do that for ever it will never get out. I do have it in a package and ready for install. Once out here it should have a number of updates (to areas that I would love to add before launch, but that just are too 'large' to incorporate beforehand. So I'll push these out in various updates to the module in the coming months after the initial release.

I'm putting together a run down now of all the updates / changes to the module since the last time I touched it and am looking to have that ready here in the next 7 days. I'll upload a copy to my site first for download and then to the Zen forums for download.

The reason this has taken so long is that the package also includes my new "Ecommerce Amplifier" framework. As many may know, for the past 10 years or more I have been helping online retailers increase sales and website conversion through driving traffic, designs that are proven to increase sales etc... As the pioneer and front runner in this area for Zen Cart (no one was talking heavily about 'conversion' before I started 'educating' them that website 'design' alone won't increase sales) I decided to take all those components and roll it into a members site.

Members have found the site extremely helpful (we've taken many businesses from zero to hundreds of thousands in sales using the same process) but I wanted to do more for stores. With so many others now saying 'they can increase your sales conversion' (yet many having no real clue what it means to do that) I decided to wrap all of my knowledge and 'tools' into one framework (i.e. Ecommerce Amplifier).

This framework includes all of my 'best' modules (updated) as well as a number of 'new / upcoming' modules. All tested, targeted, and proven to increase ecommerce sales. These modules cover 'tracking'--the Simple Google Analytics as well as several other tracking modules are / will be options, the modules cover 'traffic' (I've got a new module called PPC Amplifier that helps you run more successful Adwords / Bing ppc campaigns), the modules cover 'reporting' (I've started to integrate my "Goal Get It" software into the system (previously only available to my members) as well.

So there is a ton of information I've been working on bringing together for this release (and again, not all of it is ready yet ... but I'm going to release anyhow and provide updates as we go along.)

This framework is like no other in what it can do for ecommerce stores and it has / will have some of the most powerful tools (that I built and have used for many years) yet available to once again help you store owners build highly successful businesses.

That's the long winded run down of why it has been so long in the making. It's not just Simple Google Analytics anymore, it is an entire framework that uses my SMART system tools to make store owners more money.

Stay tuned for the initial release here which includes the main thing you all have been looking for ... the updated and revised Simple Google Analytics module.

3 Feb 2016, 2:31 AM
#2132
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple Google Analytics - Support

I have installed Simple Google Analytics and I also have MobiZenCart installed. In the Real Time when I use the computer normally it says "Desktop" but when I got to the website using my iPhone and/or iPad it shows "0" Visitors/Users and it doesn't show what what device they are using. What am I missing?

3 Feb 2016, 3:37 PM
#2133
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: Simple Google Analytics - Support

mtechama:

I have installed Simple Google Analytics and I also have MobiZenCart installed. In the Real Time when I use the computer normally it says "Desktop" but when I got to the website using my iPhone and/or iPad it shows "0" Visitors/Users and it doesn't show what what device they are using. What am I missing?

Just a guess. Simple GA requires a small addition to the template files (as I recall).
MobiZenCart has its own template files when viewed on a mobile device (I gather)

Conclusion, you need to make the same addition/changes to the mobizencart template that you needed for the desktop template.

Just a stab in the dark.

Cheers
RodG

3 Feb 2016, 6:37 PM
#2134
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple Google Analytics - Support

RodG:

Just a guess. Simple GA requires a small addition to the template files (as I recall).
MobiZenCart has its own template files when viewed on a mobile device (I gather)

Conclusion, you need to make the same addition/changes to the mobizencart template that you needed for the desktop template.

Just a stab in the dark.

Cheers
RodG

Right now, I am using Cherry Zen for my main template. So I need to add the Cherry Zen template to the MobiZenCart Template folder (includes/templates/mobizencart/templates/cherry_zen) that is the Simple GA folder, is that right?

3 Feb 2016, 7:00 PM
#2135
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Ok, in the Simple GA installation folder as follows:
includes/templates/your_template/google_analytics/google_analytics.php
includes/templates/your_template/jscript/jscript_google_analytics.php

How to put into MobiZenCart template?

3 Feb 2016, 7:34 PM
#2136
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Nevermind I got it to work.

4 Feb 2016, 1:43 AM
#2137
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Another issue. I got to work on mobile devices. But one problem, when I use my iPad and when I got to another page it doesn't show the page that I went to. I waited 30 seconds to a minute no change. What am I missing?

4 Feb 2016, 2:48 AM
#2138
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: Simple Google Analytics - Support

mtechama:

Another issue. I got to work on mobile devices. But one problem, when I use my iPad and when I got to another page it doesn't show the page that I went to. I waited 30 seconds to a minute no change. What am I missing?

Sorry. I don't understand the question.

I'm interpreting this as when you click on a link to one page (with the iPad), then click on a link to another page, the other page doesn't show.

Is that correct?

Cheers
RodG

4 Feb 2016, 2:49 AM
#2139
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: Simple Google Analytics - Support

mtechama:

Nevermind I got it to work.

For the benefit of others, would you care to share the solution?

Cheers
RodG

4 Feb 2016, 2:59 AM
#2140
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple Google Analytics - Support

Attachment 16017

I include an image. Top Active Pages: When a customer changes pages or browse the products it should change on the pages that they currently on. E.G. when I use my iPad every page I click or touch to change page(s) the top active pages doesn't change. I hope this helps.