adding in google analytics
This commit is contained in:
+15
@@ -15,6 +15,21 @@
|
|||||||
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
|
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||||
<script src="./dist/js/jquery.countdown.js"></script>
|
<script src="./dist/js/jquery.countdown.js"></script>
|
||||||
|
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://www.googletagmanager.com/gtag/js?id=UA-133343343-1"
|
||||||
|
></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag() {
|
||||||
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'UA-133343343-1');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="is-boxed has-animations">
|
<body class="is-boxed has-animations">
|
||||||
<div class="body-wrap boxed-container">
|
<div class="body-wrap boxed-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user