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

View File

@@ -2,13 +2,13 @@
<html>
<head>
<!-- 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>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-10196481-9');
gtag('config', 'G-Q1MDM8KFVG');
</script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">