Skip to content

Commit e8f8928

Browse files
committed
Added google analytics code.
modificado: code-samples/mosaicos.html
1 parent 387dca4 commit e8f8928

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

code-samples/mosaicos.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,15 @@
120120
selSize.onchange = renderMosaic
121121

122122
</script>
123+
124+
<!-- Google tag (gtag.js) -->
125+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ELVMWD6W3T"></script>
126+
<script>
127+
window.dataLayer = window.dataLayer || [];
128+
function gtag(){dataLayer.push(arguments);}
129+
gtag('js', new Date());
130+
131+
gtag('config', 'G-ELVMWD6W3T');
132+
</script>
133+
123134
</html>

0 commit comments

Comments
 (0)