Hello, My website theme is based on .tpl and I have inserted Google Analytic code in main.tpl file before </head> but it is not working. when I view the page source of my website the Google code appears like this: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-9165868-7']); _gaq.push(['_trackPageview']); (function() )(); </script> Code (markup): my page link structure is base on .htaccess. website: http://www.afghanjobs.org
Looks like your Google code is incomplete. Function section is empty. Log on to Google Analytics and make sure the code is complete.
What script are you using anyway? .tpl file may not be the right file where google analtyics code should go.
you can access admin area of the script from here. www.smartjobboard.com/demo/admin Admin username: admin Admin password: admin you can aslo edit themes and pages in demo.
Again you generate new code in Google analytic and again submit new code in your website I hope its helpful to you ....
Copy the complete code of Google analytic and then place it again between your body tag. You can get complete code from Google analytic site by creating your a/c in it.
Hello Use the complete analytics code and paste it on your every web page of the website. Sure you will able to find out the exact report.......Hope you understand
Thank you all my Google Analytic tool is working now. I have inserted code between [literal] tags in main.tpl file.