This commit is contained in:
suresh 2023-07-17 12:41:05 +05:30
parent abf9fcd61a
commit eb0d4fde63

View File

@ -1,5 +1,5 @@
<!-- Google tag (gtag.js) -->
<?php if(getenv('ENVIRONMENT') == 'production') { ?>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ESYJ62M2FY"></script>
<script>
window.dataLayer = window.dataLayer || [];
@ -7,4 +7,4 @@
gtag('js', new Date());
gtag('config', 'G-ESYJ62M2FY');
</script>
<?php } ?> }
<?php } ?>