[Modified/Added] Google Analytics JS Added
This commit is contained in:
9
_includes/head-custom-google-analytics.html
Normal file
9
_includes/head-custom-google-analytics.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JMDDTT0Y7C"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-JMDDTT0Y7C');
|
||||
</script>
|
||||
Reference in New Issue
Block a user