suite GA
This commit is contained in:
parent
53f906745e
commit
082bf11a13
@ -13,6 +13,15 @@
|
||||
|
||||
=javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false®ion=FR"
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17561522-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-17561522-1');
|
||||
</script>
|
||||
|
||||
%body.admin
|
||||
|
||||
|
@ -16,6 +16,15 @@
|
||||
<link rel="icon" href="/faviconp.ico" />
|
||||
<link rel="shortcut icon" href="/faviconp.ico">
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17561522-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-17561522-1');
|
||||
</script>
|
||||
%body
|
||||
|
||||
|
||||
|
@ -22,6 +22,16 @@
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
|
||||
=javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false®ion=FR"
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17561522-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-17561522-1');
|
||||
</script>
|
||||
|
||||
%body
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user