HTML EDITING AND GOOGLE ANALYTICS CODE

How do I edit the site HTML to include the Google Analytics code?
Wally McCallion
Quote · 27 Apr 2011

Hello,

 

Please go to >> templates / base / _footer

add the end add your google analytics code if you using a custom splash page for your site add the code two

example

-------------------------------------------------------------

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'XX-XXXXXXXX-X']);
_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>
</html>

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 27 Apr 2011
Thanks
Wally McCallion
Quote · 27 Apr 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.