feat: google analytics

This commit is contained in:
saparatayev 2022-09-02 11:03:42 +05:00
parent aa4644fe68
commit 69dd347e0f
1 changed files with 10 additions and 0 deletions

View File

@ -138,5 +138,15 @@ function onStart(){
new WOW().init(); new WOW().init();
</script> </script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WSZZSLSR0W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WSZZSLSR0W');
</script>
</body> </body>
</html> </html>