We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cff7d0 + b01e87c commit 0b84c0fCopy full SHA for 0b84c0f
_output.yml
@@ -7,6 +7,9 @@ bookdown::gitbook:
7
edit: null
8
download: null
9
pandoc_args: ["--verbose", "--bibliography=source/references.bib", "--citeproc"]
10
+ includes:
11
+ in_header: source/analytics.html
12
+
13
bookdown::epub_book: default
14
bookdown::pdf_book:
15
includes:
source/analytics.html
@@ -0,0 +1,9 @@
1
+<!-- Google tag (gtag.js) -->
2
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-JJ9MD0LBF5"></script>
3
+<script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
+ gtag('config', 'G-JJ9MD0LBF5');
+</script>
0 commit comments