Intégration du code nécessaire pour Google Analytics dans toutes les pages principales
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<html lang="#CODELANG">
|
<html lang="#CODELANG">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
#INCLURE "template/gtag.html"
|
||||||
|
|
||||||
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
||||||
<title>#TITRE</title>
|
<title>#TITRE</title>
|
||||||
|
|||||||
8
www/template/gtag.html
Normal file
8
www/template/gtag.html
Normal 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>
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
<html lang="#CODELANG">
|
<html lang="#CODELANG">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
#INCLURE "template/gtag.html"
|
||||||
|
|
||||||
<THELIA_SEO type="seo" dossier="17">
|
<THELIA_SEO type="seo" dossier="17">
|
||||||
<title>#TITRE</title>
|
<title>#TITRE</title>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
#INCLURE "template/gtag.html"
|
||||||
|
|
||||||
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
||||||
<title>#TITRE</title>
|
<title>#TITRE</title>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
#INCLURE "template/gtag.html"
|
||||||
|
|
||||||
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
||||||
<title>#TITRE</title>
|
<title>#TITRE</title>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
#INCLURE "template/gtag.html"
|
||||||
|
|
||||||
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
||||||
<title>#TITRE</title>
|
<title>#TITRE</title>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
#INCLURE "template/gtag.html"
|
||||||
|
|
||||||
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
||||||
<title>#TITRE</title>
|
<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>
|
<script src="template/js/gmap3.js"></script>
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<html lang="#CODELANG">
|
<html lang="#CODELANG">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
#INCLURE "template/gtag.html"
|
||||||
|
|
||||||
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
||||||
<title>#TITRE</title>
|
<title>#TITRE</title>
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="#CODELANG">
|
<html lang="#CODELANG">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
#INCLURE "template/gtag.html"
|
||||||
|
|
||||||
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
||||||
<title>#TITRE</title>
|
<title>#TITRE</title>
|
||||||
<meta name="description" content="#METADESC" />
|
<meta name="description" content="#METADESC" />
|
||||||
</THELIA_SEO>
|
</THELIA_SEO>
|
||||||
|
|
||||||
|
|
||||||
#INCLURE "template/meta.html"
|
#INCLURE "template/meta.html"
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user