Hi all help please can you please tell mehow to set up analictics i have uploaded the files to the classic folder and thesql is working but what do i need to do know were do i put the analictics script that goole generated thank you
I loaded this mod some time ago. It comes up under the Admin/config/Google Analytics Configuration. And I have this marked under it.
Analytics Account UA-xxxxxx (I have numbers from profile id.)
Target Address customers Info
Affiliation Info
Use sku/code products_model Info
Use pagename false Info
Attributes Brackets [] Info
Attributes Delimiter ; Info
Tracking Outbound false Info
Tracking Outbound Links Prefix /outgoing/ Info
Use AdWords Conversion true Info
AdWords Conversion ID Info
AdWords Conversion Language en_US Info
And setup in Google Analytics and get no results. I also have set filters.
I have been going through this thread and not sure what to do next.
Kim
This mod has been running great for me for a couple of years. On about March 24 of this year there was a change in how google analytics tracks clicks from the AdWords content network. Now it seems to show them as referrals from the ad host (content) site instead of as AdWords clicks.
There is a help section in google on this: http://www.google.com/support/analyt...n&answer=57167
Has there been a change on the google side on how Analytics auto-tag works to track AdWords content clicks? I am having problems even testing this due to the difficulty of finding one of my ads out there on the content network to do a test click on.
Any suggestions? This may not be an issue with the excellent Google Analytics mod, but the community of interested users might have some ideas on this. Thanks.
--
Author of Stock vs. Sales Report
Some time ago I switched my template to the apple zen template. I thought having replaced all my files to the apple zen template ,but still didn't get any data anymore from my google analitics program.
When I look at my google analitics acount it says under status : "tracking unknown"
Does anyone know what to do?
my site: www.afro-masks.com
Sorry if i am being dim.
What is the advantage of this mod over simply pasting the Google javascript script into tpl_main_page.php?
Thanks
Nick
I installed this about a week ago on ZC1.38a. It seems that checkout_success is not tracking. I created a funnel from the shopping cart to the confirmation page and all pages track except checkout_success, which is the "thank you" page after payment from PayPal or my CC processor. Any ideas what is wrong?
Can I remove this code from jscript_googleanalytics_outgoing.php file?
PHP Code:/* for Internet Explorer */
/*@cc_on @*/
/*@if (@_win32)
document.write("%3Cscript id='__ie_onload' defer='defer'%3E%3C/script%3E");
var script = document.getElementById("__ie_onload");
script.onreadystatechange = function() {
if (this.readyState == "complete") {
init(); // call the onload handler
}
};
return;
/*@end @*/