Skip to content

Commit b129387

Browse files
committed
add google analytics
1 parent 81e6ba4 commit b129387

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/backendbrasil/layout/partials/footer.hbs

+8
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,11 @@
6363

6464
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
6565
<script charset="utf-8" src="/all.min.js"></script>
66+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130808555-1"></script>
67+
<script>
68+
window.dataLayer = window.dataLayer || [];
69+
function gtag(){dataLayer.push(arguments);}
70+
gtag('js', new Date());
71+
72+
gtag('config', 'UA-130808555-1');
73+
</script>

0 commit comments

Comments
 (0)