---------------------------------
Barracuda Productions pure instincts
Hi,
Yes I did put the account number in admin. The only thing I didn't put anything in was the affiliate entry as I didn't know what it was for.
http://www.buysoul.com
thank you,
betty
Thanks Cuda, have a look at www.fromhome.co.za.
When I go and view the source of your home page I get this code at the bottom:
The XXXX are there so that indicates to me that your database does not have the account number in it. Also make sure just before the </body> tag in your home page template because you may have just the code above there and that could be your problem:Code:<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-XXXXXX-X"; urchinTracker(); </script>
PHP Code:<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?>
Last edited by cuda; 29 Jan 2007 at 07:19 PM.
---------------------------------
Barracuda Productions pure instincts
The UH number is in the config in admin, I didn't see in the instructions that I had to enter it elsewhere.
Plus I did enter the code just before the end body tag.
The last few lines of my templates/custom/common/tpl_main_page.php are:
I also made sure that my body statement had the $zv_onload statement in it.Code:<!--eof- banner #6 display --> </div> <?php require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php'); ?> </body>
What did I miss?Code:?> <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>> <?php
betty
I just went back to Google Analytics and it says "Receiving Data" so it must be finding it now?
I don't know what the message below it means, there is a yellow explamation mark and says "Conversion Goals (0)" .
thank you,
betty
Hey Betty, you need to setup goals in Google's control panel, edit the settings of your website profile and complete the Conversion goals and funnel section.
I have been trying to track down this error that came up tonight when I was doing an order to see if everything worked ok (please note the double // in path):
bettyCode:<!--bof- parse time display --> <!--eof- parse time display --> <!--bof- banner #6 display --> <!--eof- banner #6 display --> </div> <br /> <b>Warning</b>: main(includes/templates/custom/checkout_success//google_analytics.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in <b>/path/removed/public_html/store/includes/templates/custom/common/tpl_main_page.php</b> on line <b>184</b><br /> <br /> <b>Warning</b>: main(includes/templates/custom/checkout_success//google_analytics.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in <b>/path/removed/public_html/store/includes/templates/custom/common/tpl_main_page.php</b> on line <b>184</b><br /> <br /> <b>Fatal error</b>: main() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/custom/checkout_success//google_analytics.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/path/removed/public_html/store/includes/templates/custom/common/tpl_main_page.php</b> on line <b>184</b><br />
Hi,
I've installed Simple Google Analytics, and wanted to ask a quick question about a possible modification. My store is on a subdomain of my main site. Google says that in order to track subdomains in the same profile as the main domain, a line of code needs to be added to the normal Analytics call.
The line that needs to be added is the one in bold. (This is the code as copied right off Google's help page)
So, do I just add this line to the google_analytics.php file like so:Code:<script> _uacct="UA-xxxx-x"; _udn="mystore.com"; urchinTracker(); </script>
(with my domain in place of mystore.com)Code:<script type="text/javascript"> _uacct = "' . GOOGLE_ANALYTICS_UACCT . '"; _udn="mystore.com"; urchinTracker(); </script>';
Should that work? Thanks!
[FONT=Arial]Hi,[/FONT]
[FONT=Arial]Yenmax.com store opened on[/FONT][FONT=Arial]website since August 2007. I have a sitemape index file, which is registered at google and Yahoo. [/FONT][FONT=Arial]Google Analytics says my [/FONT][FONT=Arial]PageRank not yet assigned. [/FONT][FONT=Arial]How long I have to wait to see my pageRank? Any idea? Please let my know.[/FONT]
[FONT=Times New Roman][/FONT]