Dear Eric-Thanks so much for your reply to my other question on another thread. You said for us to respond here. I did have my PHP nerd take off the old Analytics module and put on the new module. It now offers an "asychronous" Google Tracking Code type so I think we got it on there.
I did put in my account number (the UA-XXXXXXX-X number) and my conversion tracking number in the spaces provided and then chose Asynchronous and sat back waiting for data. There wasn't any. Maybe no one is responding to the Google ads but I doubt that is the case. So, I went to my ..../tpl_main_page.php page to see what was on there. I found this:
!--eof- banner #6 display -->
<?php
/* Begin Simple Google Analytics */
if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
// Do nothing
} else {
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
}
/* End Simple Google Analytics */
?>
// <script type="text/javascript">
//
// var _gaq = _gaq || [];
// _gaq.push(['_setAccount', 'UA-XXXXXXXX-1']);
// _gaq.push(['_trackPageview']);
//
// (function() {
// var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
// ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
// var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
// })();
//
// </script>
</body>
As you can see, the conversion tracking number is not on it. Should I put that in manually? Simple Google Analytics does not look like it put that in, should it have? I suspect it should look like this:
// _gaq.push(['_trackPageview','XXXXXXXXXX']);
With all of the X's being the conversion tracking number. Am I right, should I do that? Or has something else gone amiss? Thanks.
Bookmarks