Skip to content

Commit c02f1ac

Browse files
authored
add google analytics
1 parent f7a822b commit c02f1ac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

journal.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,16 @@ Here are some ideas, in no particular order, but numbered so I can refer to them
171171
9. Prune with text as ui
172172

173173
Clearly, I should start with (8) because it will help me come up with other things to work on. Until next time!
174+
175+
176+
<script>
177+
178+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
179+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
180+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
181+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
182+
183+
ga('create', 'UA-103157758-1', 'auto');
184+
ga('send', 'pageview');
185+
186+
</script>

0 commit comments

Comments
 (0)