feat: Google Anlytics code
This commit is contained in:
parent
10a9e51dd3
commit
7faf1fb614
@ -10,3 +10,13 @@
|
|||||||
|
|
||||||
<!-- Cookie consent script -->
|
<!-- Cookie consent script -->
|
||||||
<script src="https://cdn.jsdelivr.net/gh/sprucejoy/cookie-consent-autoblock-gdpr/cookie-consent.js" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/gh/sprucejoy/cookie-consent-autoblock-gdpr/cookie-consent.js" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KN4M42XST7"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-KN4M42XST7');
|
||||||
|
</script>
|
Loading…
x
Reference in New Issue
Block a user