host posted on June 22, 2010 07:12

Google Analytics is a tool used to track your site and see how you are doing.
Step 1. Go to Google Analytics fill out the forms presented to you.
Step 2. Copy the code at the end of the wizard and place it into your Clipboard. You can do this by selecting all the code in the window. From the <script> to </Script>. The Code should look something like.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '??????????']);
_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>
The number replacing the '??????????' is the number for your domain.
Step 3. Place this code on each page of your site. If your site is hosted on ChurchHost.info follow the following steps.
Step 4. Login to your site using your Userid and Password.
Step 5. Add a Text/Html module to your home page and place it in the footer pane.
Step 6. Go into Settings for the module.
Step 7. Remove the text from the title.
Step 8. Select "Display Module on all pages".
Step 9. Uncheck "Show Container"
Step 10. Uncheck "Allow Print"
Step 11. Select Update.
Step 12. Back on your Homepage Select Edit Content for the new module.
Step 13. Select Source
Step 14. Paste the code you got from Google.
Step 15. Select Update.
Step 16. Logout and make sure everything looks ok.
As always if your having problems let us know and we'll be happy to help.