google analytics
This commit is contained in:
parent
e77a5a9200
commit
b1e333b1fe
14
index.html
14
index.html
|
|
@ -323,14 +323,14 @@
|
|||
</style>
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4G8P6QXLEH"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4G8P6QXLEH"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-4G8P6QXLEH');
|
||||
</script>
|
||||
gtag('config', 'G-4G8P6QXLEH');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue