Skip to content

Commit d75c37a

Browse files
authored
Add Google analytics
1 parent 0742d17 commit d75c37a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Tensor-GOT-Polymer/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,16 @@ <h2>Conclusions</h2>
320320
<p>Codelab documentation and images : </p> <a href="https://github.com/SoyGema" target="_blank" rel="noopener">Gema Parreño</a>
321321
<p>Special thanks to : </p> <a href="https://github.com/Baenans" target="_blank" rel="noopener">Fran</a>
322322
<p>Special thanks to : </p> <a href="https://github.com/flipper83" target="_blank" rel="noopener">Flipper83</a>
323+
<script>
324+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
325+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
326+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
327+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
328+
329+
ga('create', 'UA-101439524-1', 'auto');
330+
ga('send', 'pageview');
331+
332+
</script>
333+
334+
323335
</html>

0 commit comments

Comments
 (0)