Enabling Google Analytics
Adding Google Analytics code into your Plone website
is Google's premiere free website traffic monitoring solution.
Adding Google Analytics to your Plone site is a fairly straightforward process.
- Log in as an administrator
- Click "Site Setup" on the top right, if you do not see the Site Setup link then change the address to http://www.yourdomain.com/plone_control_panel
- Click "Site" for general site configuration
- Go to the bottom

- Input the code snippet provided to you by Google. It looks very much like this.
<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("YOUR TRACKER HERE"); pageTracker._trackPageview(); } catch(err) {}</script> - Click "Save" and now Google is gathering statistics about your web page.
- Finally, see our tutorial on accessing your very own
.

