mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-02 03:16:32 -05:00
Statistics page (#1869)
This commit is contained in:
parent
e7d22bb1f2
commit
1b5d83137c
@ -14,7 +14,7 @@ The privacy of our website visitors is important to us, so we do not track any i
|
|||||||
- No information is mined and harvested for personal and behavioral trends
|
- No information is mined and harvested for personal and behavioral trends
|
||||||
- No information is monetized
|
- No information is monetized
|
||||||
|
|
||||||
You can view the data we collect at [stats.privacyguides.net/privacyguides.org](https://stats.privacyguides.net/privacyguides.org).
|
You can view the data we collect on our [statistics](statistics.md) page.
|
||||||
|
|
||||||
We run a self-hosted installation of [Plausible Analytics](https://plausible.io) to collect some anonymous usage data for statistical purposes. The goal is to track overall trends in our website traffic, it is not to track individual visitors. All the data is in aggregate only. No personal data is collected.
|
We run a self-hosted installation of [Plausible Analytics](https://plausible.io) to collect some anonymous usage data for statistical purposes. The goal is to track overall trends in our website traffic, it is not to track individual visitors. All the data is in aggregate only. No personal data is collected.
|
||||||
|
|
||||||
|
60
docs/about/statistics.md
Normal file
60
docs/about/statistics.md
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
---
|
||||||
|
title: Traffic Statistics
|
||||||
|
---
|
||||||
|
## Website Statistics
|
||||||
|
|
||||||
|
<iframe plausible-embed src="https://stats.privacyguides.net/share/privacyguides.org?auth=IxTl2wRhi3uxF09rd1NSn&embed=true&theme=system&background=transparent" scrolling="no" frameborder="0" loading="lazy" style="width: 1px; min-width: 100%; height: 1600px;" id="plausibleFrame"></iframe>
|
||||||
|
<div style="font-size: 14px; padding-bottom: 14px;">Stats powered by <a target="_blank" style="color: #4F46E5; text-decoration: underline;" href="https://plausible.io">Plausible Analytics</a></div>
|
||||||
|
<script async src="https://stats.privacyguides.net/js/embed.host.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
/* Set palette on initial load */
|
||||||
|
var palette = __md_get("__palette")
|
||||||
|
if (palette && typeof palette.color === "object") {
|
||||||
|
var theme = palette.color.scheme === "slate" ? "dark" : "light"
|
||||||
|
document.getElementById('plausibleFrame').src = 'https://stats.privacyguides.net/share/privacyguides.org?auth=IxTl2wRhi3uxF09rd1NSn&embed=true&theme=' + theme + '&background=transparent';
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Register event handlers after documented loaded */
|
||||||
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
|
var ref = document.querySelector("[data-md-component=palette]")
|
||||||
|
ref.addEventListener("change", function() {
|
||||||
|
var palette = __md_get("__palette")
|
||||||
|
if (palette && typeof palette.color === "object") {
|
||||||
|
var theme = palette.color.scheme === "slate" ? "dark" : "light"
|
||||||
|
|
||||||
|
document.getElementById('plausibleFrame').src = 'https://stats.privacyguides.net/share/privacyguides.org?auth=IxTl2wRhi3uxF09rd1NSn&embed=true&theme=' + theme + '&background=transparent';
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
||||||
|
## Blog Statistics
|
||||||
|
|
||||||
|
<iframe plausible-embed src="https://stats.privacyguides.net/share/blog.privacyguides.org?auth=onWV76WWcsDifUqlaHEAg&embed=true&theme=system&background=transparent" scrolling="no" frameborder="0" loading="lazy" style="width: 1px; min-width: 100%; height: 1600px;" id="blogFrame"></iframe>
|
||||||
|
<div style="font-size: 14px; padding-bottom: 14px;">Stats powered by <a target="_blank" style="color: #4F46E5; text-decoration: underline;" href="https://plausible.io">Plausible Analytics</a></div>
|
||||||
|
<script async src="https://stats.privacyguides.net/js/embed.host.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
/* Set palette on initial load */
|
||||||
|
var palette = __md_get("__palette")
|
||||||
|
if (palette && typeof palette.color === "object") {
|
||||||
|
var theme = palette.color.scheme === "slate" ? "dark" : "light"
|
||||||
|
document.getElementById('blogFrame').src = 'https://stats.privacyguides.net/share/blog.privacyguides.org?auth=onWV76WWcsDifUqlaHEAg&embed=true&theme=' + theme + '&background=transparent';
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Register event handlers after documented loaded */
|
||||||
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
|
var ref = document.querySelector("[data-md-component=palette]")
|
||||||
|
ref.addEventListener("change", function() {
|
||||||
|
var palette = __md_get("__palette")
|
||||||
|
if (palette && typeof palette.color === "object") {
|
||||||
|
var theme = palette.color.scheme === "slate" ? "dark" : "light"
|
||||||
|
|
||||||
|
document.getElementById('blogFrame').src = 'https://stats.privacyguides.net/share/blog.privacyguides.org?auth=onWV76WWcsDifUqlaHEAg&embed=true&theme=' + theme + '&background=transparent';
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
</script>
|
@ -174,7 +174,7 @@ nav:
|
|||||||
- 'about/donate.md'
|
- 'about/donate.md'
|
||||||
- 'Online Services': 'https://privacyguides.net'
|
- 'Online Services': 'https://privacyguides.net'
|
||||||
- 'about/privacytools.md'
|
- 'about/privacytools.md'
|
||||||
- 'Website Statistics': 'https://stats.privacyguides.net/privacyguides.org'
|
- 'about/statistics.md'
|
||||||
- 'about/notices.md'
|
- 'about/notices.md'
|
||||||
- 'about/privacy-policy.md'
|
- 'about/privacy-policy.md'
|
||||||
- 'Donate': '/about/donate/'
|
- 'Donate': '/about/donate/'
|
||||||
|
Loading…
Reference in New Issue
Block a user