How to install google analytics in Joomla 2.5

How to install google analytics in Joomla 2.5Today I will show you how to install Google Analytics inside your Joomla Websites.

Now this tutorial it is really simple and we are not going to be using any Joomla Extensions. In my personal opinion, there is no need to install any Extension in order to use Google Analytics on Joomla.

Have in mind that the process while installing Google Analytics is the same on every Joomla Version.

It does not really matter if you are using Joomla 1.5, 1.6, 1.7, 2.5, or the future 3.5 because basically what you will need to do is install the Google Analytics code at the bottom of your Joomla Template index.php file.

This code will just go before the ending body tag.

 
Installation Example 
Keep in mind that I recommend you install Google Analytics Code just before the ending </body> tag.
 
    <script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15483298-8']);
  _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://') + 'google.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
    </script>
</body>
</html>
 

However before everything, you will need to have ready one thing only and that will be opening your account with Google Analytics.

If you want to learn that, click on this link How to Open Your Google Analytics Account

Watch Video How to install Google Analytics in Joomla

Watch Video Google Analytics Product Tour

Free Weekly Video Joomla TutorialsFREE VIDEO JOOMLA TUTORIALS

Subscribe below and enjoy our weekly Joomla Video Tutorials.

IMPORTANT! You will need to confirm your subscription. Otherwise, you won't receive new tutorials.

More Interesting Joomla Blogs

Written on 20/03/2012, 18:33 by Luis Posselt
uninstall-joomla-25-extensions Uninstalling extensions inside Joomla 2.5 has changed a little bit since Joomla...
Written on 12/02/2012, 01:46 by Luis Posselt
what-nofollow-linkToday I have a simple explanation of what No-Follow Links are. Now if you have never been on...
Written on 01/04/2012, 06:31 by Luis Posselt
assign-different-templates-joomla Inside this simple video tutorial, I will show you how to assign different templates inside...
Written on 11/02/2012, 03:26 by Luis Posselt
how-backup-joomla25Backing Up your Joomla Website is one of the main security settings that you can really apply...
  • Kurt

    Posted at 2012-04-14 22:40:11

    Thanks alot for this dude!!! You rock!!! \m/

    Reply to comment

  • cilie

    Posted at 2012-03-09 16:25:53

    Thanks! Your tutorials are awesome! I am building our organization's joomla site step by step with your help. You take many hours off of the job with your tutorials.

    Reply to comment

COMMENTS: We enjoy smart criticism. However if you are disrespectful and uneducated while commenting, your IP will be banned. We don't accept HTML in comments but you can post any URL if needed. Last but not least, don't use keywords inside your name.

NOTICE: If your comment was successfully submitted, you will be able to see a big red warning like this one at the top of the website. Comments are subject to approval.

Are you a Joomla Developer? Promote your extensions with us. Click here to learn more.

Joomla Tutorials Blogs

Written on 19/04/2012, 08:28 by Luis Posselt
create-splash-page-joomlaInside this tutorial, you will be able to create an introductory Splash Page in Joomla. Now what do I mean with that, well basically this introductory page is a...
Written on 19/04/2012, 03:21 by Luis Posselt
add-background-images-custom-html-modulesInside this Joomla Video Tutorial, you will learn how to easily insert images inside the Custom HTML Modules in Joomla. Now even that this tutorial is too...
Written on 14/04/2012, 22:08 by Luis Posselt
create-simple-lightbox-effects-joomlaWith this simple Joomla tutorial, you will learn how to create a simple Lightbox effect inside your Joomla Modules. Keep in mind that this is a Free Joomla...
Written on 14/04/2012, 14:52 by Luis Posselt
add-joomla-registration-fieldsInside this video I will show you how quickly you can add more fields inside your Joomla Registration form. Please keep in mind that in here we are not going to...
Written on 01/04/2012, 06:31 by Luis Posselt
assign-different-templates-joomla Inside this simple video tutorial, I will show you how to assign different templates inside your Joomla Websites. This will help you especially when you have more...
Written on 01/04/2012, 05:44 by Luis Posselt
disable-right-click-joomla With this quick tutorial, I will show you how to disable the right click inside your Joomla Websites. Now please keep in mind that this won't really protect...