Skip to content

Commit 5b8bc52

Browse files
committed
Add analytics
1 parent b711186 commit 5b8bc52

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

download.markdown

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,13 @@ If the below embed doesn't work, you can download a copy here: <a href="{{ site.
1111

1212
<iframe src="{{ site.baseurl }}/assets/pdfs/circuits-and-code.pdf" width="100%" height="600px">
1313
This browser does not support PDFs. Please <a href="{{ site.baseurl }}/assets/pdfs/circuits-and-code.pdf">download the PDF</a> instead.
14-
</iframe>
14+
</iframe>
15+
16+
<!-- Google Analytics -->
17+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TFWF5VES8K"></script>
18+
<script>
19+
window.dataLayer = window.dataLayer || [];
20+
function gtag(){dataLayer.push(arguments);}
21+
gtag('js', new Date());
22+
gtag('config', 'G-TFWF5VES8K');
23+
</script>

0 commit comments

Comments
 (0)