diff options
Diffstat (limited to 'www/src/components/GoogleAnalytics.astro')
-rw-r--r-- | www/src/components/GoogleAnalytics.astro | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/src/components/GoogleAnalytics.astro b/www/src/components/GoogleAnalytics.astro index bdc8fedda..8790b2b18 100644 --- a/www/src/components/GoogleAnalytics.astro +++ b/www/src/components/GoogleAnalytics.astro @@ -1,9 +1,8 @@ <!-- Global site tag (gtag.js) - Google Analytics --> -<script async src="https://www.googletagmanager.com/gtag/js?id=G-TEL60V1WM9"></script> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130280175-15"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - - gtag('config', 'G-TEL60V1WM9'); -</script>
\ No newline at end of file + gtag('config', 'UA-130280175-15'); +</script> |