I am currently building a website around the imagevue system. My current site has google analytics installed between the header and the main body of the index page so i can track visits to my site.
Code
<script>
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape(src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script>
var pageTracker = _gat._getTracker();
pageTracker._trackPageview();
</script>Any input would be great.