From 185b0625975ce08417cd91d1722127307539ad4c Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Fri, 18 Oct 2024 13:57:51 +0200 Subject: [PATCH] updated google analytics --- de/index.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/de/index.html b/de/index.html index 03e81e8..e10c6d4 100644 --- a/de/index.html +++ b/de/index.html @@ -315,7 +315,7 @@

Kontakt

var doNotTrack = false; if (!doNotTrack) { window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; - ga('create', 'UA-94099332-4', 'auto'); + ga('create', 'G-5YCY911D69', 'auto'); ga('send', 'pageview'); } diff --git a/index.html b/index.html index fab3c2f..92a4b6b 100644 --- a/index.html +++ b/index.html @@ -314,7 +314,7 @@

Contact

var doNotTrack = false; if (!doNotTrack) { window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; - ga('create', 'UA-94099332-4', 'auto'); + ga('create', 'G-5YCY911D69', 'auto'); ga('send', 'pageview'); }