Re: Simple Google Analytics - Support
Quote:
Originally Posted by
fluxem
anyone have a suggestion? :lookaroun
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();"
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?
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
econcepts
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
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
Nellie
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.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
fluxem
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()"'; ?>>
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 :smile:
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
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
econcepts
'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?
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
econcepts
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.'"'; ?>>
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
bettysue
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 :smile:
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.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
Nellie
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.