Update Google Analytics

This commit is contained in:
Julien Neuhart
2021-07-25 15:27:55 +02:00
parent e188f65e7c
commit 5a98790dd3
2 changed files with 9 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
<!DOCTYPE html><html><head> <!DOCTYPE html><html><head>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-10196481-9"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Q1MDM8KFVG"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'UA-10196481-9'); gtag('config', 'G-Q1MDM8KFVG');
</script> </script>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge"/> <meta http-equiv="x-ua-compatible" content="ie=edge"/>

View File

@@ -2,13 +2,13 @@
<html> <html>
<head> <head>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-10196481-9"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Q1MDM8KFVG"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'UA-10196481-9'); gtag('config', 'G-Q1MDM8KFVG');
</script> </script>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">