You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/websites/website-tools.qmd
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,9 @@ image: false
211
211
---
212
212
```
213
213
214
-
## Plausible Analytics
214
+
## Analytics
215
+
216
+
### Plausible Analytics
215
217
216
218
[Plausible Analytics](https://plausible.io/) is a lightweight, open-source, and privacy-friendly alternative to Google Analytics. Plausible is designed with privacy as a core principle: it doesn't use cookies, is GDPR compliant by default, and all data is processed anonymously.
217
219
@@ -241,13 +243,13 @@ The script will automatically be included in the `<head>` of every page on your
241
243
The snippet from your Plausible dashboard may include multiple `<script>` tags and initialization code. Copy the entire snippet as-is - don't modify or simplify it.
242
244
:::
243
245
244
-
### Optional Enhanced Measurements
246
+
#### Optional Enhanced Measurements
245
247
246
248
Plausible offers optional enhanced measurements that you can enable directly in your site settings dashboard (such as outbound link tracking, file downloads, etc.). When you enable these features in Plausible, your tracking snippet will be automatically updated in your dashboard. Simply copy the updated snippet and replace it in your `_quarto.yml` configuration.
247
249
248
250
For more information about available enhanced measurements and configuration options, see the [Plausible script documentation](https://plausible.io/docs/plausible-script).
249
251
250
-
### Privacy Benefits
252
+
#### Privacy Benefits
251
253
252
254
Unlike traditional analytics solutions, Plausible Analytics:
253
255
@@ -258,7 +260,7 @@ Unlike traditional analytics solutions, Plausible Analytics:
258
260
259
261
Because Plausible is privacy-friendly by default, you typically don't need to implement [Cookie Consent] when using it (though you should verify this with your own privacy requirements).
260
262
261
-
## Google Analytics
263
+
### Google Analytics
262
264
263
265
You can add [Google Analytics](https://analytics.google.com/) to your website by adding a `google-analytics` key to your `_quarto.yml` file. In its simplest form, you can just pass your Google Analytics tracking Id (e.g. `UA-xxxxxxx`) or Google Tag measurement Id (e.g. `G-xxxxxxx`) like:
264
266
@@ -289,7 +291,7 @@ In addition to this basic configuration, you can exercise more fine grained cont
289
291
290
292
: {tbl-colwidths="[20,80]"}
291
293
292
-
### Storage
294
+
#### Storage
293
295
294
296
Google Analytics uses cookies to distinguish unique users and sessions. If you choose to use cookies to store this user data, you should consider whether you need to enable [Cookie Consent] in order to permit the viewer to control any tracking that you enable.
0 commit comments