mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-06 22:26:33 +02:00
Add GA
This commit is contained in:
@@ -20,5 +20,12 @@
|
|||||||
<body class="avenir w-100">
|
<body class="avenir w-100">
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script src="./index.jsx"></script>
|
<script src="./index.jsx"></script>
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139616701-3"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'UA-139616701-3');
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user