Page 87 of 217 FirstFirst ... 3777858687888997137187 ... LastLast
Results 861 to 870 of 2161
  1. #861
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by mylildarlings View Post
    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?
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #862
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by the_doomsayer View Post
    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?
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #863
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by philip56 View Post
    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.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  4. #864
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by sunflowertami View Post
    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!!

    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.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  5. #865
    Join Date
    Feb 2009
    Posts
    13
    Plugin Contributions
    0

    Default 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.

  6. #866
    Join Date
    Feb 2009
    Location
    Thailand
    Posts
    50
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    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
    iBook G4 10.5.6, Zen Cart 1.3.8, Cherry Zen theme
    Visit Asia Remedies
    Fluid Clothing

  7. #867
    Join Date
    Feb 2009
    Location
    Thailand
    Posts
    50
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    No idea whats changed but checked my analytics account and its decided to receive data, weird.
    iBook G4 10.5.6, Zen Cart 1.3.8, Cherry Zen theme
    Visit Asia Remedies
    Fluid Clothing

  8. #868
    Join Date
    Dec 2008
    Location
    Cape Town! South Africa
    Posts
    9
    Plugin Contributions
    0

    Default 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!

  9. #869
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default 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 View Post
    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.

  10. #870
    Join Date
    Oct 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    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!
    Last edited by mylildarlings; 22 Mar 2009 at 02:49 AM.

 

 

Similar Threads

  1. v150 Simple Google Analytics .sql error !
    By Miff in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Feb 2012, 11:33 PM
  2. Simple Google Analytics-not working
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Nov 2010, 06:07 PM
  3. Simple (From Google) Analytics Install
    By DagLindt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2009, 10:46 PM
  4. Simple google analytics- help
    By Pet Herbal Remedies in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 1 Oct 2008, 10:37 PM
  5. Simple Google Analytics not working
    By jvanree in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 May 2008, 03:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR