feat: 💬 update privacy policy
Clarify a few aspects of how data collection works
This commit is contained in:
parent
5a8054e044
commit
ff23e060db
1 changed files with 9 additions and 7 deletions
|
@ -11,7 +11,7 @@ Ackee is open-source analytics software. The data it collects is anonymized in a
|
|||
|
||||
Ackee gives me insight into the following data points:
|
||||
|
||||
* Number of visits per day
|
||||
* Number of visitors for a given day
|
||||
* Number of visitors that currently view the site
|
||||
* Approximate duration of stay
|
||||
* Number of times a given page was visited
|
||||
|
@ -22,24 +22,26 @@ Ackee gives me insight into the following data points:
|
|||
* Screen size of the device
|
||||
* Primary language of the browser or operating system
|
||||
|
||||
Ackee uses the IP, user-agent and domainId to identify a user. All information will be hashed together with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography)) that changes daily. The final hash is called `clientId`.
|
||||
Ackee uses the IP, user-agent (browser name, version, operating system) and domain ID of a visitor to calculate a client ID. This data is immediately discarded after calculation. Ackee calculates the client ID in a way that it cannot be used to trace back to individual visitors. It avoids that database backups can be used to stick data together to reconstruct the browsing history of a user.
|
||||
|
||||
The daily salt is never stored anywhere. It avoids that database backups can be used to stick data together to reconstruct the browsing history of a user.
|
||||
In other words: Unless we're in the same room together and already know the above data points in advance, I do not know who clicks around on this site. I only know that *someone* was here but not *who*.
|
||||
|
||||
## Purpose of collecting data
|
||||
|
||||
I collect this data to better understand my audience, improve the site's user experience, and to inform future development and editorial decisions. The data will not be shared with anyone, ever.
|
||||
I collect this data to better understand my audience, improve the site's compatibility so it looks and works right on as many devices as possible, and to inform future development and editorial decisions. The data will not be shared with anyone, I will remain the sole person with access to it. It is purely for the purpose of maintenance.
|
||||
|
||||
## Data retention
|
||||
|
||||
Ackee removes data from previous records when a new record with an existing identification gets added. This way the user identifier and other identifiable data is only stored once in the database.
|
||||
Ackee removes data from previous records when a new record with an existing identification gets added. This way the user identifier and other potentially identifiable data is only stored once in the database.
|
||||
|
||||
In other words: Ackee forgets who you are as soon as it sees you again. It's not possible to reconstruct a browsing history, even on a daily basis.
|
||||
|
||||
## User consent
|
||||
|
||||
Data collection is opt-in. I will not collect any analytics data until you explicitly allow me to do so. If you previously opted-in but changed your mind, click the button below:
|
||||
Data collection is opt-in. No data is sent to my Ackee installation before you give your explicit consent. If you decline, no data will ever be sent to my Ackee installation. The banner at the bottom of the page will keep asking you until you decide to agree or disagree. In either case, your browser will remember your choice in its local storage. If you clear your browser's cache your choice may be cleared as well, in which case the banner will appear and ask for your consent once more.
|
||||
|
||||
<button onclick="localStorage.setItem('ackeeDetailed', false)" class="items-center bg-sky-600 *:stroke-[2.5] 2xl:px-6 2xl:py-3 2xl:rounded-2xl button duration-300 font-bold gap-2 hover:bg-sky-700 inline-flex no-underline px-5 py-2 rounded-xl text-white transition-colors">Opt-out</button>
|
||||
If you previously opted-in but changed your mind, click the button below:
|
||||
|
||||
<ref-button onclick="localStorage.setItem('ackeeDetailed', false)">Opt-out</ref-button>
|
||||
|
||||
By using this site, you acknowledge that you have read and understood this privacy policy. If you have any questions or concerns about how your data is collected or used, please feel free to [contact me](https://sebin-nyshkim.net/contact).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue