Google Analytics Placement

I've got the code but where do I have the option in the Dolphnin Admin page to place it?

Answer my questions and you get love!
Quote · 20 Mar 2011

i used mchristian tools, though i dont know that i would recommend this, as i was informed the module is no longer supported. but you can search the market and if its still listed, you can give it a go

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 20 Mar 2011

You can put the code to something in this file - templates/base/_footer.html  or templates/base/_sub_footer.html

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 20 Mar 2011

how do i get to templates?

Answer my questions and you get love!
Quote · 21 Mar 2011

 

how do i get to templates?

in your hosting control panel or via FTP

And Sasha pointed the direction already :-)

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 21 Mar 2011

O_O Oh boy.  Where's my hosting control panel.  (Sorry everyone).

Answer my questions and you get love!
Quote · 22 Mar 2011

If you do not know how to access your hosting control panel...you will need to check with your host. No one here will know where it is located or what your password information is in order to get into it.

Where Have All The Hippies Gone? http://stardust-city.com
Quote · 22 Mar 2011

Found it all thank heavens!  I've added the code correctly and removed it from all the index.html's LOL.  Does anyone have experience with google analytics?  I refreshed the page but google doesn't detect that I put the code in yet.

Answer my questions and you get love!
Quote · 22 Mar 2011

 

Found it all thank heavens!  I've added the code correctly and removed it from all the index.html's LOL.  Does anyone have experience with google analytics?  I refreshed the page but google doesn't detect that I put the code in yet.

wait a minute that Google detects load and visitors who are currently on your site, look in 15-30mim, if your stats are displayed, thus trying to make a hit during this time

Quote · 22 Mar 2011

Yes it does take awhile before any stats are actually collected..but if you have setup the analytics code correctly...you should be able to go into your Google Analytics Account..and see something like "collecting data" or some type of similar message.

Where Have All The Hippies Gone? http://stardust-city.com
Quote · 22 Mar 2011

Shoot.  Still not appearing.  Did everyone add at the beginning of </head> or at the end?  Mines before the end </head>and actually turned my site into a 408 request time out. omg.Cry

Answer my questions and you get love!
Quote · 22 Mar 2011

 

Shoot.  Still not appearing.  Did everyone add at the beginning of </head> or at the end?  Mines before the end </head>and actually turned my site into a 408 request time out. omg.Cry

Did you get it fixed? Did you place it in _footer.html? I placed mine at the very top of _footer.html above everything else and it works fine....

Quote · 23 Mar 2011

how did you put the code and where, that's how you can do to ready

--

 

<bx_injection:injection_footer />
</body>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-000000-00']);
_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>



</html>

Quote · 24 Mar 2011

Google says put the code BEFORE the closing body tag, but hey... what do they know..

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 24 Mar 2011

Fixed it.  I put it in a file that didn't even have a head on either side and it worked flawlessly.  tanks goog (rolls eyes)_(

Answer my questions and you get love!
Quote · 24 Mar 2011
 agree super to hear that all works perfectly again, thank you for letting us do know
Quote · 24 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.