mirror of
https://github.com/ivabus/www
synced 2024-11-10 08:35:16 +03:00
Add Google Analytics
This commit is contained in:
parent
706e4d7d04
commit
dfc85fad80
|
@ -277,3 +277,11 @@
|
||||||
<p style="margin-top: 3rem">You can also share our <a href="https://linktr.ee/teaxyz">Linktree</a>.</p>
|
<p style="margin-top: 3rem">You can also share our <a href="https://linktr.ee/teaxyz">Linktree</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q3M5LVH76F"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'G-Q3M5LVH76F');
|
||||||
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue