Google Analytics Test
About Google Analytics Test

Check if your website is connected with Google Analytics. Google Analytics is a popular, free website analysis tool that helps provide insights about your site's traffic and demographics.

In order to pass this test you must create an account on Google Analytics site and insert into your page a small javascript tracking code.

Example:

        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXYYYYY"></script>
        <script>
          window.dataLayer = window.dataLayer || [];
          function gtag(){dataLayer.push(arguments);}
          gtag('js', new Date());
      
          gtag('config', 'G-XXXXXYYYYY');
        </script>
Note that you have to change the 'G-XXXXXYYYYY' with the proper id which you'll find in your analytics account.