Skip to content

Commit

Permalink
added google analytics tag (#185)
Browse files Browse the repository at this point in the history
* added google analytics tag

* Updated cookie consent in _quarto.yml

- "express" consent so no tracking happens unless the blog visitors accept it.
- simple and light banner at the bottom right
- anonymizes IP addresses by default

---------

Co-authored-by: StefanThoma <[email protected]>
Co-authored-by: Edoardo Mancini <[email protected]>
  • Loading branch information
3 people authored Aug 5, 2024
1 parent 0cbc2c5 commit d185585
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ website:
href: https://github.com/pharmaverse/blog
- text: "Session Info"
href: session_info.html
cookie-consent:
type: express
style: simple
palette: light
google-analytics:
tracking-id: "G-6ZDR80SCKG"
anonymize-ip: true
format:
html:
theme:
Expand Down

0 comments on commit d185585

Please sign in to comment.