-
Notifications
You must be signed in to change notification settings - Fork 961
Document plausible-analytics
new config
#1805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: prerelease
Are you sure you want to change the base?
Conversation
fe84dc6
to
3f6e9ac
Compare
📝 Preview Deployment🔍 Full site preview: https://deploy-preview-1805.quarto.org 🔄 Modified Documents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Let me know if you want me to a take another look if you implement path:
``` yaml | ||
website: | ||
plausible-analytics: | | ||
<script async src="https://plausible.io/js/pa-XXXXXX.js"></script> | ||
<script> | ||
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}}; | ||
plausible.init() | ||
</script> | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see getting the right indentation will be a source of problems for users...another reason to offer a path
entrypoint.
Unlike traditional analytics solutions, Plausible Analytics: | ||
|
||
- **No cookies**: Plausible doesn't use cookies or generate any persistent identifiers, so no cookie consent banners are needed | ||
- **GDPR compliant**: All visitor data is anonymized and processed in the EU | ||
- **Lightweight**: The script is under 1 KB, significantly smaller than Google Analytics | ||
- **No cross-site tracking**: Plausible doesn't track users across different websites | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unlike traditional analytics solutions, Plausible Analytics: | |
- **No cookies**: Plausible doesn't use cookies or generate any persistent identifiers, so no cookie consent banners are needed | |
- **GDPR compliant**: All visitor data is anonymized and processed in the EU | |
- **Lightweight**: The script is under 1 KB, significantly smaller than Google Analytics | |
- **No cross-site tracking**: Plausible doesn't track users across different websites | |
Unlike traditional analytics solutions, Plausible Analytics: | |
- **Uses no cookies**: Plausible doesn't use cookies or generate any persistent identifiers, so no cookie consent banners are needed | |
- **Is GDPR compliant**: All visitor data is anonymized and processed in the EU | |
- **Is lightweight**: The script is under 1 KB, significantly smaller than Google Analytics | |
- **Has no cross-site tracking**: Plausible doesn't track users across different websites | |
Goes with
Document
plausible-analytics
new key by added a part in same place as Google Analytics.