Skip to content

Commit 615f1f4

Browse files
authored
Merge pull request #8 from PythonBalkan/bojan/analytics
Adding analytics
2 parents e8a6544 + 483b2a9 commit 615f1f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyconbalkan/core/templates/home.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
<![endif]-->
3131
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900"
3232
rel="stylesheet">
33+
<!-- Global site tag (gtag.js) - Google Analytics -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118269305-1"></script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
40+
gtag('config', 'UA-118269305-1');
41+
</script>
3342
<style>
3443
body {
3544
font-family: Montserrat, sans-serif;

0 commit comments

Comments
 (0)