Ok, so I've registered my site with analytics and placed the code in templates/base/_footer.html above the /body tag and google is still saying, after 3 days, tracking not installed. Is there a step I am missing somewhere, or is analytics just as quirky for everyone. I've searched the forums and have yet to find a solution to this problem.
Thanks in advance!
Chri
|
Hi,
Can you see the tracking code when you look at the "Page Source" in your browser?
|
In admin area go to 'Tools' and then click on 'Banners'. Create a new banner, paste the tracking code where the banner code would go then choose 'top' or 'bottom' and your done :) Try that, let me know how it goes. |
If this is d7 and you have caching enabled in your admin panel, you might need to clear it if you recently added the analytics code. You should see it if you view the page source. If not try clearing cache, or disabling it. DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources |
would i just put the code in the text box? or what i did put the code in the text box and set to bottom but i do not see anything |
No, not in a text box, log into that admin area, on the left you will see 'Tools' click on that, in there you will see 'Banners' this is to manage advertising banners that you would have on your site. But your going to put the Google Tracking code in place of the banner code. You will also see in there where it will ask you to choose 'top' or 'bottom' where you want the code or 'banner' to be on your page. |
ok but i do not have any banners yet, so i need to make one right? |
No, we are talking about the Google Tracking code, go to 'Tools' click on 'Banners' create a banner called something like 'Google Tracking' and paste the google tracking code in the place you would put your banner code (there is a box for it), then press 'submit'. Your done. |
am using d7 and there is not box for the code, all there is, Is
|
what do you mean there isn't a text box? it says 'text' in the screen shot you sent in this post. paste the code in the freakin box and press 'submit'. I have d7 to works great. |
put it there but dont see anything on the home page, but in the Manage banners i do have
|
do a search for the code, you will see it, it's deep in the page code |
|
Yes that works. You must select the banner position "bottom". |
what is your url? will send you a screen shot |
|
Title: google analytics
URL: (blank)
Active: Yes
Text: Your google code here
Start date: today
Position on page: Bottom
|
|
I chekced your site. Its working!
|
ok so am not supost to see anything on the home page right? cool |
do you see something on the home page? |
No, we are talking about the Google Tracking code, go to 'Tools' click on 'Banners' create a banner called something like 'Google Tracking' and paste the google tracking code in the place you would put your banner code (there is a box for it), then press 'submit'. Your done.
Yay works for me!! its at http://lworld.com.au the way I see if the code works is refresh the page and read the words at the bottom on the browser. I appreciate your help everyone.
Thanks so much...
Jennifer
Jennifer Bogan .. Acc. Dip. Psychology - EMAIL: jennifer.bogan@gmail.com |
Got dropped while we were going through your google analytics fix. Looks like you got it handled. |
do you see something on the home page?
You can't see anything on your homepage but in your page source.
|
If this is d7 and you have caching enabled in your admin panel, you might need to clear it if you recently added the analytics code. You should see it if you view the page source. If not try clearing cache, or disabling it.
Thank you very much, your system works well!
|
your code should be placed in /public_html/templates/base/_footer.html... this is a copy of mine.
<bx_injection:injection_footer /> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("YOUR ACCOUNT NUMBER HERE"); pageTracker._trackPageview(); } catch(err) {}</script> </body> </html>
ManOfTeal.COM a Proud UNA site, six years running strong! |
Ok, so I've registered my site with analytics and placed the code in templates/base/_footer.html above the /body tag and google is still saying, after 3 days, tracking not installed. Is there a step I am missing somewhere, or is analytics just as quirky for everyone. I've searched the forums and have yet to find a solution to this problem.
Thanks in advance!
Chri
I put the code in template>base>INDEX.HTML just after the </head> but before the <body> and work fine....
No banner or something else... I hope work also for you...
... |