Skip to content

Commit b8618b5

Browse files
committed
GA4 cookieless mode, so we will not use it. so we no need any wornings
1 parent 6dba33b commit b8618b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

github-pages/_layouts/default.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
4040
function gtag(){dataLayer.push(arguments);}
4141
gtag('js', new Date());
4242

43-
gtag('config', 'G-X0F5FQ4W37');
43+
gtag('config', 'G-X0F5FQ4W37', {
44+
client_storage: 'none',
45+
anonymize_ip: true
46+
});
4447
</script>
4548

4649
<!-- Favicon -->

0 commit comments

Comments
 (0)