Page 47 of 217 FirstFirst ... 3745464748495797147 ... LastLast
Results 461 to 470 of 2161
  1. #461
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by JackA View Post
    Just jumped in here. Can I assume the new G code and the Simple Google Analytics mod like each other? BTW, Eric, your site won't resolve at this writing. I'll check back. Thanks.
    The new G code and Simple Google Analytics WILL like each other (once I get this new version out).

    The upgrade from this version to the next should be pretty simple.

    Until then, you can use this version of Simple Google Analytics (which uses the previous "Urchin" tracking method and will be supported by Google for at least another year -- don't worry, my module will be out long before that with the updated code :).
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by pinwest View Post
    I am having problems setting this up on my site. I am running the newest version of Zen Cart. I have done the following.

    Created a Google Analytics account.

    I download the google analytic mod. I checked the code in the file, /public_html/includes/templates/silverfish/common/tpl_main_page.php

    Made sure that the body ID showed
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>

    Then added :

    <?php

    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');

    ?>

    Just before the </body>

    Updated the .sql file for non-upgrate.

    Changed the account # in the admin config

    Uploaded the files included with the mod into my file structure.

    Now, when I access Google Analytics, I get tracking code not detected.
    I have my Analytics set for http://www.pinwest.net and the default page, index.php.

    Any ideas ???

    Thanks,

    David...
    Did you forget the trailing slash when telling Google where to verify code at?

    You have to be careful at times with letting Google know the exact location.

    Try reading through this post. It has some things to consider if the code shows as not detected. (One being the trailing slash).

    http://www.zencartoptimization.com/2...gle-analytics/
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #463
    Join Date
    Nov 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Thank you very much. Figured out. My problem was that I copied the reg. code from the goggle site. Forget where I got it but the one I copied did not have the "-1" at the end therefore the activation code was incorrect. I found that when I check the code that goggle wanted me to enter into my site, the code had the -1 while the code I was using did not.

    Thanks for the link, it did help me greatly.

    David...

  4. #464
    Join Date
    Jul 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi,

    Who knows what I did wrong, when I do get the normal analytics data, but the ecomerce keeps saying 0.00% conversion. Somehow the ecommerce things are not tracked, as I have had sales since I installed this.

    (I had analytics running before I installed the module. And I have selected 'ecommerce site' in my analytics account. Also I can see the urchin code when I view source.)
    Zenner newby - on Version 1.3.7 with Export shipping info -Multilingual ezpages - Admin profiles - Google Analytics - GoogleSitemapAdmin - and building :)

  5. #465
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I'm trying to install GA. I am at step 4 (updating database with sql file) This is what I received below. I have zen 1.3.7.1 and MySQL 4.1.22-standard-log. Anyone know what I did wrong. Keep in mind that I am clueless about all this stuff



    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Yes', 'No'), ')' at line 1
    in:
    [INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Activate Conversion Tracking', 'GOOGLE_CONVERSION_ACTIVE', 'No', 'This element enables you turn on or off Google Conversion Tracking.

    Please Note: Conversion tracking is used to track the effectiveness of Google AdWords paid search campaigns. If you are not running any paid search campaigns, then you should leave this set to "No".

    If you are running Google AdWords (paid search) campaigns, then turning this on will place the proper conversion tracking code on your checkout success page and enable you to start tracking conversions.

    Turning this on requires you to enter your unique Google Conversion Tracking ID in place of the "XXXXXXXXXXX" number shown in the next section.

    For more hints and tips on how to use Google Analytics to increase sales from your store, visit ZenCartOptimization.com

    Do you want to turn on Google AdWords Conversion Tracking?
    ', @t4, 5, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('Yes', 'No'), ');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by shamis View Post
    I'm trying to install GA. I am at step 4 (updating database with sql file) This is what I received below. I have zen 1.3.7.1 and MySQL 4.1.22-standard-log. Anyone know what I did wrong. Keep in mind that I am clueless about all this stuff



    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Yes', 'No'), ')' at line 1
    in:
    [INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Activate Conversion Tracking', 'GOOGLE_CONVERSION_ACTIVE', 'No', 'This element enables you turn on or off Google Conversion Tracking.

    Please Note: Conversion tracking is used to track the effectiveness of Google AdWords paid search campaigns. If you are not running any paid search campaigns, then you should leave this set to "No".

    If you are running Google AdWords (paid search) campaigns, then turning this on will place the proper conversion tracking code on your checkout success page and enable you to start tracking conversions.

    Turning this on requires you to enter your unique Google Conversion Tracking ID in place of the "XXXXXXXXXXX" number shown in the next section.

    For more hints and tips on how to use Google Analytics to increase sales from your store, visit ZenCartOptimization.com

    Do you want to turn on Google AdWords Conversion Tracking?
    ', @t4, 5, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('Yes', 'No'), ');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    This error usually results from not uploading the "google_analytics" directory to the proper location.

    It should be uploaded to your template main directory as such:

    /includes/templates/{your template directory here}/google_analytics
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #467
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Thanks econcepts!

  8. #468
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I'm still having problems. First I get this warning below on the bottom of my site and when I check my GA account it states that GA tracking hasn't been installed on my website. But I have done everything up to step step 5

    This is fustrating


    Warning: main(includes/templates/template_default/google_analytics/google_analytics.php) [function.main]: failed to open stream: No such file or directory in /home/shamista/public_html/contagioushair/includes/templates/SexyPink/common/tpl_main_page.php on line 176

    Warning: main(includes/templates/template_default/google_analytics/google_analytics.php) [function.main]: failed to open stream: No such file or directory in /home/shamista/public_html/contagioushair/includes/templates/SexyPink/common/tpl_main_page.php on line 176

    Fatal error: main() [function.require]: Failed opening required 'includes/templates/template_default/google_analytics/google_analytics.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/shamista/public_html/contagioushair/includes/templates/SexyPink/common/tpl_main_page.php on line 176

  9. #469
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by shamis View Post
    Warning: main(includes/templates/template_default/google_analytics/google_analytics.php) [function.main]: failed to open stream: No such file or directory
    It's telling you that it's looking for a specific file ... but can't find it.
    Note the path and filename it's mentioning.
    Use your FTP program and check to see if the file exists exactly as mentioned in the error message, as I've highlighted above for convenience.
    ... perhaps you missed uploading it somehow.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #470
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Thank you so much Dr. Byte! It is now finally working and Google says it's receiving data. I hope in the future that the installation instructions in mod contributions are a more "newb friendly" because when we follow instructions to a T and still run into problems, it get's a little discouraging.

 

 

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