Home / Admin / Google Analytics Tracking
Duplicate Snippet

Embed Snippet on Your Site

Google Analytics Tracking

JB Lamadrid
<10
Code Preview
php
<?php
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXX"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'G-XXXXXX');
</script>

Comments

Add a Comment