How to insert Google Analytics Code into Joomla or Mambo
Posted on August 19, 2006
As you know Google Analyticsopen to everyone
So How to add Google Analytics code into your web page which managed by Joomla or Mambo.
- Download mod_html
- Go to your Mambo, Joomla Administration Panel
- Navigate to Installers -> Modules
- Click browse
- Look for the mod_html zip file on your computer
- Click Upload File & Install
- After the Mambo, Joomla Module is installed go to Modules -> Site modules
- Search for mod_html and select it, and edit
- For an example:
- In the module parameters, place your javascript or html code
- Click save after done
- Gongratulation! You’re done!
For more informations, please feel free to check:
http://fijiwebdesign.com/content/view/74/54/
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,25/Itemid,35/
http://www.joomlaspan.com/news/joomla-news/google-analytics-plugin-mambot-for-joomla.html
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,500/Itemid,35/
Possibly Related Posts:
- Setup a Linux Highly Availability NFS servers
- Set a Good Password Policy On SuSE Linux
- How To Check Which Port Is Listern or Open on Linux
- How To Force User Change Password At Next Login on Linux
- How to Disable CTRL-ALT-DEL shutdown key on Linux server
Comments
4 Responses to “How to insert Google Analytics Code into Joomla or Mambo”
Leave a Reply
I didn’t see here how actually I could insert Analytics sode just before close body tag?
I can’t find either how to insert the code into my website!
Are you sure this is what you tried to explain here?
You can insert the code in your index.php file of your template. So for example if you want to change this navigate to /includes/Templatename/index.php and place it just before
You could also place it into the header or footer of the page if that is called on every page.