Page 1 of 2 12 LastLast
Results 1 to 10 of 2161

Hybrid View

  1. #1
    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

  2. #2
    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

  3. #3
    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?

  4. #4
    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

  5. #5
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    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.
    econcepts-

    If you code post some examples to the support thread for all to see and learn from that would be great! Thanks.

    Woody

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Woodymon View Post
    econcepts-

    If you code post some examples to the support thread for all to see and learn from that would be great! Thanks.

    Woody
    Good idea Woody. I have a few video tutorials that will be going up on my site shortly. The code I have I posted earlier on in this thread.

    For setting up goals etc.. that doesn't involve "code" as much as it involves putting the right items in the right places of Google Analytics (which is easier to explain and show it looks like)

    I'll make it a point to put that video up here in the next day or so. It should hopefully clarify the difference between "all items" that Google offers as well as show how to set it all up (on the google side).

    Inserting the code alone (that I posted) will only get you "part of the way there".

    Again, I'll make it a point to put that video up in the next day or so. I'll post here when it is live.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #7
    Join Date
    Nov 2005
    Posts
    62
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    For setting up goals etc.. that doesn't involve "code" as much as it involves putting the right items in the right places of Google Analytics (which is easier to explain and show it looks like)

    I'll make it a point to put that video up here in the next day or so. It should hopefully clarify the difference between "all items" that Google offers as well as show how to set it all up (on the google side).

    Inserting the code alone (that I posted) will only get you "part of the way there".

    Again, I'll make it a point to put that video up in the next day or so. I'll post here when it is live.
    I think you'll be a bit of a hero for lots of people when you get this completed!

    I know I'm greatly looking forward to any kind of tutorial about how to set up the goals/ecommerce part of Google Analytics; video would just be gravy!
    I have this mod installed, and Google Analytics is collecting and displaying visitor info about my site, but I obviously went wrong setting up my goals because they're always sitting at 0, and I have more than 0 sales (and my Ecommerce radiobutton has always been set to "yes"). ^_~

    So just wanted to say I'm really looking forward to this!
    I have also visited your zen optimization blog, and a lot of it really made sense to me, so now I'm implementing some more of your suggestions. ^_^
    Thank you!

  8. #8
    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

  9. #9
    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.'"'; ?>>

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by fluxem View Post
    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.'"'; ?>>

    You can achieve this effect by using the "overrides" system in Zen Cart. (In case you don't want to go that route, I included the code below for you to use, but I would recommend going with the overrides since it allows the js to be automatically loaded on every page (you may miss a few pages if you try to insert it manually)

    Here would be the preferred method (using overrides):

    Step 1: Create a javascript file that contains the "PreLoad" event fuctions, and save it with a name that starts like this "jscript_[yourFileNamehere].js". Upload that javascript file into your template's jscript folder. (Any file placed in this folder with "jscript_" in the front will automatically be included in every page on your site).

    Step 2: Create a file and save it as on_load_[yourSelectedFileName].js. In that file, only include the following line of code preloadImages();
    Upload that file to your templates jscript/on_load folder in order to have the on-load events trigger properly.



    Here would be the "manual" method:

    PHP Code:
    <body id="<?php echo $body_id 'Body'?>"<?php if($zv_onload !='') echo ' onload="preloadImages(),'.$zv_onload.'"'?>>

    That should do it.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 
Page 1 of 2 12 LastLast

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

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