We used to have website statistics from Microsoft regarding how many visits to a web, etc.--but this does not seem to exist anymore. I looked at Google Analytics and opened an account, but then when it came to pasting into the Office 365 web site the code snippet as follows I found that I do not have full HTML access to the web source
using Office365 Web Designer. What are people doing for Web Statistics?
<script type="text/javascript">
var _gaq - _gaq I I [l;
_gaq.push([' setAccQunt', 'UA-XXXXX-Y']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.loeation.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagNarne('script') [0]; s.parentNode.insertBefore(ga, s);
}} () ;
</script>