-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Add analytics support for GoatCounter #1526
Conversation
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.
It's a nice feature, thanks!
Co-authored-by: Cotes Chung <[email protected]>
Co-authored-by: Cotes Chung <[email protected]>
Thanks for the PR review, I have applied your suggestions! |
Co-authored-by: Cotes Chung <[email protected]>
where exactly can we find GoatCounter id? |
It's the same value as the subdomain you use to access the goatcounter.com site, in case of https://xyz.goatcounter.com it will be |
Type of change
Description
This PR adds support for a privacy-friendly alternative to Google Analytics called GoatCounter (https://www.goatcounter.com). The integration is relatively simple so it should be a low-risk addition. Documentation can be found here: https://www.goatcounter.com/help/start
Additionally I've tested this implementation in my own blog and it works fine. If you have any questions or remarks I will gladly address them of course.