I recently installed Google Analytics on my website hosted by the VPS that I manage. This is a simple HTML web page, not a CMS like Wordpress (not sure if this is important?) I copied and pasted the following right above the tag </head>.
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-########-#', 'auto');
ga('send', 'pageview');
</script>
When I enter Google Analytics, I see the values in the Hit Hit volume:

Despite these hits, there is no data in the audience review or anywhere else in the portal. I created default settings with property settings, so no filters are set.

Did I lose anything in my script or settings that I had to enable?
Thank!
source
share