Google Analytics Code

Support Forums Verde – HTML Template Google Analytics Code

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5281
    bsugar7
    Participant

    Hi,

    Can you tell me what google analytics code I am supposed to copy and add to the coming soon page.

    Thank you

    #5285
    CreaboxThemes
    Keymaster

    Hi,

    you have to get the code from the Google Analytics website and paste it before the tag </body>. For example, my code is the next:

    <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-43602612-4', 'creabox.es');
    	  ga('send', 'pageview');
    	
    </script>

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.