Page 19 of 217 FirstFirst ... 917181920212969119 ... LastLast
Results 181 to 190 of 2161
  1. #181
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by fluxem View Post
    anyone have a suggestion?
    Typically, if you want to run multiple JS scripts "On Load" you would need to separate them with a comma as so:

    onLoad="preloadImages(), yournextscripthere(), ifyouhaveanother();"
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #182
    Join Date
    Sep 2005
    Posts
    53
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I have this contribution running on a ver 1.3.7 site, everything is feeding through nicely, with the exception of the 'Goal Value' information. What could be causing this data not to be passed through?

  3. #183
    Join Date
    Jul 2006
    Location
    California
    Posts
    44
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    Typically, if you want to run multiple JS scripts "On Load" you would need to separate them with a comma as so:

    onLoad="preloadImages(), yournextscripthere(), ifyouhaveanother();"

    Econcepts,
    thank you for your reply.. I tried the above before but could not get it to work.. here is what I notice right now,, when I view the source I do not see the onLoad event printing at all..

    here is what I have for my body tag:
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.', preloadImages()"'; ?>>

    here is the site url: http://www.foureverfunky.com

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Nellie View Post
    I have this contribution running on a ver 1.3.7 site, everything is feeding through nicely, with the exception of the 'Goal Value' information. What could be causing this data not to be passed through?
    'Goal Value' (if you are talking "Goal Tracking") is not a part of the current analytics module. The module includes Google Analytics and Ecommerce tracking.

    Goals can be added pretty easily (I've done it hundreds of times) and work well. I am actually just completing a Video Tutorial on installation etc.. of all Google tracking components. I thought I would have it last week, but a few items came up. So I am hoping to have that tutorial up and running on my site by end of this week.

    Let me know if you are talking "Goal Tracking Values" or something else. I can tell you how to setup the Goal Tracking.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by fluxem View Post
    here is what I have for my body tag:
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.', preloadImages()"'; ?>>
    It looks like you've got your syntax messed up right here. Missing some quotes.

    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.', preloadImages()"'; ?>>
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  6. #186
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Without reading all 19 pages.....Sorry but had a few issues when I first installed but haven't had a need to come back since - I like these plug and work kind of mods

    I installed this mod in a v1.36 store when it first came out and now need to install it in a v 1.37 store. Is the file in the d/l section compatible with v1.37 and are the instructions the same for v1.37 or do I need to search the threads for tweaks and things to do to make it work?

    thank you

    betty

  7. #187
    Join Date
    Sep 2005
    Posts
    53
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    'Goal Value' (if you are talking "Goal Tracking") is not a part of the current analytics module. The module includes Google Analytics and Ecommerce tracking.
    If I go to Google Analytics, and then click on 'Goals', the 'Overall Goal Value' is a flat line, 0.00. Is this as it should be, or should it be recording data?

  8. #188
    Join Date
    Jul 2006
    Location
    California
    Posts
    44
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    It looks like you've got your syntax messed up right here. Missing some quotes.
    ya I agree.. so back to my original question..

    i have rollovers on my site.. using onLoad="preloadImages();"

    how would I combine that with

    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by bettysue View Post
    Without reading all 19 pages.....Sorry but had a few issues when I first installed but haven't had a need to come back since - I like these plug and work kind of mods

    I installed this mod in a v1.36 store when it first came out and now need to install it in a v 1.37 store. Is the file in the d/l section compatible with v1.37 and are the instructions the same for v1.37 or do I need to search the threads for tweaks and things to do to make it work?

    thank you

    betty
    Betty,
    This contrib. should work the same with no modification. I have it running on a 1.3.6 and 1.37 platform.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Nellie View Post
    If I go to Google Analytics, and then click on 'Goals', the 'Overall Goal Value' is a flat line, 0.00. Is this as it should be, or should it be recording data?
    That is because:

    1) You probably have not setup any Goals yet (this is NOT done by simply installing the Google Analytics Mod)

    2) Once installed, you have to enter the proper php code to dynamically generate the actual Goal value.

    If you need help PM me.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 

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