google analytics
parent
8296dabc09
commit
946f0f8887
|
|
@ -71,7 +71,7 @@ theme = "raditian-free-hugo-theme"
|
|||
#sections = ["showcase", "about", "education", "experience", "client-and-work", "testimonial", "contact", "newsletter"]
|
||||
sections = ["showcase", "about", "education", "experience", "testimonial", "contact"]
|
||||
|
||||
googleTagManagerID = "GTM-000000" # Google Analytics works with Google Tag Manager
|
||||
googleAnalytics = "G-075Y15YXKN" # Google Analytics works with Google Tag Manager
|
||||
|
||||
[params.logo]
|
||||
text1 = "Basit"
|
||||
|
|
|
|||
|
|
@ -9,21 +9,14 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
||||
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-075Y15YXKN"></script>
|
||||
<script>
|
||||
(function (w, d, s, l, i) {
|
||||
w[l] = w[l] || [];
|
||||
w[l].push({
|
||||
'gtm.start': new Date().getTime(),
|
||||
event: 'gtm.js'
|
||||
});
|
||||
var f = d.getElementsByTagName(s)[0],
|
||||
j = d.createElement(s),
|
||||
dl = l != 'dataLayer' ? '&l=' + l : '';
|
||||
j.async = true;
|
||||
j.src =
|
||||
'https://www.googletagmanager.com/gtm.js?id=GTM-000000' + i + dl;
|
||||
f.parentNode.insertBefore(j, f);
|
||||
})(window, document, 'script', 'dataLayer', 'GTM-000000');
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-075Y15YXKN');
|
||||
</script>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue