docs: Add GA
This commit is contained in:
parent
e91dac837a
commit
f69f58afba
|
|
@ -26,6 +26,13 @@
|
||||||
content: "$ ";
|
content: "$ ";
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V2XK1QS92P"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag() { dataLayer.push(arguments); }
|
||||||
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'G-V2XK1QS92P');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue