Skip to content

Commit 7d1e738

Browse files
authored
Aggiunto GA
GA
1 parent 5da6e6e commit 7d1e738

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: index.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,15 @@
44
window.addEventListener('load', () => {
55
navigator.serviceWorker.register('./sw.js');
66
});
7-
}</script><script async src="scripts/lazyload-img.js"></script><script async src="scripts/index.js"></script></body></html>
7+
}</script><script async src="scripts/lazyload-img.js"></script><script async src="scripts/index.js"></script>
8+
<script>
9+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
10+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
12+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
13+
14+
ga('create', 'UA-130762186-1', 'auto');
15+
ga('send', 'pageview');
16+
</script>
17+
18+
</body></html>

0 commit comments

Comments
 (0)