Intégration du code nécessaire pour Google Analytics dans toutes les pages principales

This commit is contained in:
2020-11-02 16:19:55 +01:00
parent 17f974127c
commit f8342a343b
9 changed files with 18 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
<html lang="#CODELANG">
<head>
#INCLURE "template/gtag.html"
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
<title>#TITRE</title>

8
www/template/gtag.html Normal file
View File

@@ -0,0 +1,8 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179946195-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179946195-1');
</script>

View File

@@ -2,6 +2,7 @@
<html lang="#CODELANG">
<head>
#INCLURE "template/gtag.html"
<THELIA_SEO type="seo" dossier="17">
<title>#TITRE</title>

View File

@@ -4,6 +4,7 @@
<head>
#INCLURE "template/gtag.html"
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
<title>#TITRE</title>

View File

@@ -4,6 +4,7 @@
<head>
#INCLURE "template/gtag.html"
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
<title>#TITRE</title>

View File

@@ -4,6 +4,7 @@
<head>
#INCLURE "template/gtag.html"
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
<title>#TITRE</title>

View File

@@ -4,6 +4,7 @@
<head>
#INCLURE "template/gtag.html"
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
<title>#TITRE</title>
@@ -175,7 +176,7 @@ var response = grecaptcha.getResponse();
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyALU_RxhZsMoCOu4AEebd6QxoLGBa-kq9k"></script>
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyALU_RxhZsMoCOu4AEebd6QxoLGBa-kq9k"></script>
<script src="template/js/gmap3.js"></script>

View File

@@ -2,6 +2,7 @@
<html lang="#CODELANG">
<head>
#INCLURE "template/gtag.html"
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
<title>#TITRE</title>

View File

@@ -1,15 +1,13 @@
<!doctype html>
<html lang="#CODELANG">
<head>
#INCLURE "template/gtag.html"
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
<title>#TITRE</title>
<meta name="description" content="#METADESC" />
</THELIA_SEO>
#INCLURE "template/meta.html"
</head>