Page 99 of 217 FirstFirst ... 4989979899100101109149199 ... LastLast
Results 981 to 990 of 2161
  1. #981
    Join Date
    Jun 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    check my site www.thestonesuperstore.com/shop i have uninstalled the "simple google analytics" as i spent hourts and it doesnt work....

    check the code for google analytics ..
    just go to the google site and install their code..its free and it works instantly..

  2. #982
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Help! Yahoo & Microsoft tracking

    Quote Originally Posted by econcepts View Post
    I track all three on most of my sites (Google, Yahoo, and MSN). You can install the Google Tracking Module (Simple Google Analytics) and still install the Yahoo, and MSN tracking codes.

    The key is, you will have to manually insert the Yahoo and MSN codes into the proper pages for them to work. And furthermore, if you want to dynamically include order totals etc.. into the mix, then you'll have to custom code that using PHP.

    Finally, you'll want to make sure you account for both Secure and Non-secure connections, and dynamically utilize the proper tracking code based on that (https:// vs. http://). I like to use the standard PHP function to detect secure vs. non-secure connections to do that.

    The file you'll want to add the information to are the tpl_main_page.php page (within your custom directory). I don't even include it on the checkout success page because I try to keep the code in the fewest locations.

    What I do is create an if then statement that I include on the tpl_main_page.php page. It dynamically checks the page name (to determine if it was a successful sale or not and therefore add the proper "conversion tracking code" if so) and also checks the https vs/ http connection to include that proper code. If you don't account for that, then users will get the old message "some things on this page are not secure ... do you want to continue?" and you don't want that as it can decrease conversion beyond all belief.

    Hope that helps.
    Hi there,

    Can you let me know what code you include in the main page, or which page to install the adCenter and Yahoo code.

    Thanks.

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

    Default Re: Help! Yahoo & Microsoft tracking

    Quote Originally Posted by fergusmacdonald View Post
    Hi there,

    Can you let me know what code you include in the main page, or which page to install the adCenter and Yahoo code.

    Thanks.
    You can get my Yahoo tracking module from the free downloads section here: http://www.zen-cart.com/index.php?ma...oducts_id=1159

    I am working on an MSN Adcenter version as we speak.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by creamcrackers View Post
    Hi
    I installed everyting
    Entered my tracking cookie as UA-10268705-1 and created the adwords code and entered that.

    I set it as ecommerce site in google analytics

    GA is showing the ! icon and saying that Tracking Not Installed on the profile page.

    Ive tried 2 tracking numbers UA-10268705-1 and UA-10268705 and have tried with the new and old js script and made the settings for those in GA

    Another thing.. in the install readme you say (for new installs)
    BRAND NEW install, you will need to update your database with the googleanalytics.sql file.

    Only there is no file by that name in the contribution so i used googleanalytics-INSTALL.sql

    I am using Simple SEO URL mod with this contribution, could there be a conflicy?

    Thanks again
    You're looking at two different version of the code. One is the legacy version and the other is the "ga,js" version. My module offers both you just select which one from the admin.

    As long as you install my mod and then just enter your tracking number you'll be ok. Works flawlessly.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  5. #985
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by vickichiki View Post
    I have just installed this mod and followed the instructions, double checked everything but google is still saying tracking information is not there. I have had a look at the page source and it isnt actually appearing at all have I missed something?

    I have uploaded the files and they are in the correct directories
    As per step 2 I have made sure my tpl_main_page.php includes the code noted and I also put the code from that file before the /body tag
    I have installed the sql patch
    I have entered my analytics account and configured the settings.

    I am not sure why my site isnt producing the code is it perhaps the template that is being used could my programmer have changed something there?

    Site: http://www.retail.bubblebubs.com.au

    any help greatly appreciated
    Sounds like you forgot to complete step 3 in the Read Me file. You need to add a little line of code to the tpl_main_page.php file for the tracking to be added to the page.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by creamcrackers View Post
    Hi

    My page is outputting in the footer...


    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-10268705-1";
    urchinTracker();
    </script></body></html>


    But no vists are being logged in analytics.
    There appears to be a line of code missing.. comparing this to the code that google wants

    } catch(err) {}</script>


    Have I installed an out of date module?

    Am I having problems with this because i am usine Simple SEO URL mod with this?

    Thanks
    It looks like everything is ok on your site and I know there are no conflicts with the SEO module you are using (I use it on a number of my sites.)

    If you are not getting tracking and the module is installed correctly you need to make sure your Google account is pointed to the correct url to verify the code (don't forget the trailing slash that Google sometimes needs to verify.)
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #987
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by jeffgranite View Post
    check my site www.thestonesuperstore.com/shop i have uninstalled the "simple google analytics" as i spent hourts and it doesnt work....

    check the code for google analytics ..
    just go to the google site and install their code..its free and it works instantly..
    Your site is not active as it has exceeded it's bandwith so I can't check it. However, the installation of the Simple Google Analytics module should only take 5 minutes or so truthfully.

    In most cases where it does not work for a user they have incorrectly setup something on their Google account. This module is in use on thousands of sites and a number of my own. It works in each case.

    Please make sure you have followed the steps needed to install it (there are only a few). Providing you do that it should work for you.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  8. #988
    Join Date
    Dec 2005
    Posts
    24
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi! I did get it working a couple of days ago, great mod thanks for you help

  9. #989
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Help! Yahoo & Microsoft tracking

    Quote Originally Posted by econcepts View Post
    You can get my Yahoo tracking module from the free downloads section here: http://www.zen-cart.com/index.php?ma...oducts_id=1159

    I am working on an MSN Adcenter version as we speak.
    Awesome, thanks. Any idea how long until it'll be ready?

  10. #990
    Join Date
    Mar 2009
    Posts
    48
    Plugin Contributions
    0

    Default Re: Help! Yahoo & Microsoft tracking

    Hello,

    I hate to repost, but I haven't found an answer yet.

    Everything is working for me except for ecommerce tracking in Google Analytics. I have installed the addon and activated "Ecommerce site" in GA.

    Any help? Thanks!

 

 

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