Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit f83e5b8

Browse files
committed
Add GA to API pages
1 parent 11efe3f commit f83e5b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_layouts/api.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,15 @@ <h1>API</h1>
111111
}
112112
});
113113
</script>
114+
<script>
115+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
116+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
117+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
118+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
119+
120+
ga('create', 'UA-57286487-2', 'auto');
121+
ga('send', 'pageview');
122+
123+
</script>
114124
</body>
115125
</html>

0 commit comments

Comments
 (0)