Re: Simple Google Analytics - Support
Quote:
Originally Posted by
mylildarlings
Anyone?
Are you using the Simple Google Analytics mod? I've heard of this problem with the mod by Andrew in some cases but none with the Simple Google analytics mod (the one I built).
Can you give me a link and I'll take a look?
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
the_doomsayer
Done the install, left it for a day to see if it was collecting data but nothing. In the analytics stats it just says "tracking unknown".
Checked the main page of my site and the codes not showing up in "view source".
Must have done something wrong just no idea what.
Any ideas?
Did you add the portion of code from step 3 (a bit of code has to be added to the tpl_main_page.php)? If you did not add that then even with the install, the code will not be on the page (thus the tracking not installed message.)
Can you post a link?
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
philip56
Hi
I've just installed this mod in my zencart 1.3.8 - not activity yet but I note that I will have to wait until tomorrow.
I want to link my adwords account into analytics. The setup instructions in admin/configuration say to insert "your unique Google Conversion Tracking ID". I've gone though the process to get the code and got some code to insert into my site. This contains a 10 digit number, the google_conversion_id - I can't see a number anywhere else.
I've two questions
1. Is this the number I insert?
2. Do I still need to insert the code provided into my site?
Many thanks in advance.
Philip
If you are entering your "Google Analytics" number then it usually is not the 10 digit number. This is the Conversion Tracking number (which you get from within your Adwords account).
There are spots for each number from within the admin that allow you to add each of these. If you are using conversion tracking, make sure you turn it on from within the admin.
Tying your Adwords account into your Analytics account (to get integrated data between the two) is done from within your Analytics account.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
sunflowertami
Hi Edwin,
Actually it was your solution that I tried and thought it didn't work because I didn't see any results the next day. However when I checked today the results kicked in and yeah!! it is working again! Great SOLUTION! Thanks!! :clap:
That is one way to get it accomplished. I've got to update a few minor things in the Google tracking code (nothing major) and when I do will provide JROX compatibility instructions.
Basically JROX uses the override on the checkout success page to place it's tracking only there. As a result, when a successful purchase completes, zen uses the overridden tpl_footer.php page in place of the default one. This results in the Google tracking code being dropped (which must be located on all pages for it to work).
The route I've taken in the past with others was to actually move the JROX tracking code into the tpl_main_page.php code and add an if then statement checking to see if the page was the checkout success or not. If it is, the code is included. If it is not, the code is left out.
I'll address this in a future release of the mod here.
Re: Simple Google Analytics - Support
Hello, I am using Zen Cart 1.3.8a and just installed Google Analytics on Saturday. I just went to my Google account and the status is still not showing as receiving data. I've double-checked the settings and everything seems to be correct. Any ideas? Thanks.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
econcepts
Did you add the portion of code from step 3 (a bit of code has to be added to the tpl_main_page.php)? If you did not add that then even with the install, the code will not be on the page (thus the tracking not installed message.)
Can you post a link?
http://www.fluidclothing.com
Re: Simple Google Analytics - Support
No idea whats changed but checked my analytics account and its decided to receive data, weird.
Re: Simple Google Analytics - Support
Hi
I've installed the add-in and on Google Analytics site it says "Receiving data" as the status but the reports don't show any website visits even though I know some people have said that they did visit the site. Have I done something wrong?
Thanks!
Re: Simple Google Analytics - Support
Do you mind providing the "if" statement you're using when you move the code to the tpl_mainpage.php file? Thanks!
Quote:
Originally Posted by
econcepts
That is one way to get it accomplished. I've got to update a few minor things in the Google tracking code (nothing major) and when I do will provide JROX compatibility instructions.
Basically JROX uses the override on the checkout success page to place it's tracking only there. As a result, when a successful purchase completes, zen uses the overridden tpl_footer.php page in place of the default one. This results in the Google tracking code being dropped (which must be located on all pages for it to work).
The route I've taken in the past with others was to actually move the JROX tracking code into the tpl_main_page.php code and add an if then statement checking to see if the page was the checkout success or not. If it is, the code is included. If it is not, the code is left out.
I'll address this in a future release of the mod here.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
econcepts
Are you using the Simple Google Analytics mod? I've heard of this problem with the mod by Andrew in some cases but none with the Simple Google analytics mod (the one I built).
Can you give me a link and I'll take a look?
Thanks for writing me back. I still am looking for a solution. Yes, I loaded Simple Google analytics and it's this file from the mod that is causing the message.
includes/templates/your template/google_analytics/google_analytics.php
I've delete this file but everything else from the contribution is still loaded.
www.mylildarlingsboutique.com
Thanks!