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: _ALLREPOS/Ackee/docs/Anonymization.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Ackee tries its best to keep tracked data anonymized. Several steps are used to
4
4
5
5
## User identifier
6
6
7
-
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`.
7
+
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`.
8
8
9
9
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.
10
10
@@ -20,21 +20,21 @@ Ackee won't track personal information by default, but it has the ability to do
20
20
21
21
The following data is considered as "personal data":
22
22
23
-
| Name | Description |
24
-
|:-----------|:------------|
25
-
| siteLanguage | Language version of the browser. |
26
-
| screenWidth | The width of the screen in pixels. |
27
-
| screenHeight | The height of the screen in pixels. |
28
-
| screenColorDepth | The bit depth of the color palette for displaying images (in bits per pixel). |
29
-
| deviceName | The name of the product hosting the browser. |
30
-
| deviceManufacturer | The name of the product's manufacturer. |
31
-
| osName | The family of the OS. |
32
-
| osVersion | The version of the OS. |
33
-
| browserName | The name of the browser/environment. |
34
-
| browserVersion | The browser/environment version. |
35
-
| browserWidth | The width of the screen in pixels. |
36
-
| browserHeight | The height of the screen in pixels. |
| siteLanguage | Language version of the browser.|
26
+
| screenWidth | The width of the screen in pixels.|
27
+
| screenHeight | The height of the screen in pixels.|
28
+
| screenColorDepth | The bit depth of the color palette for displaying images (in bits per pixel). |
29
+
| deviceName | The name of the product hosting the browser.|
30
+
| deviceManufacturer | The name of the product's manufacturer. |
31
+
| osName | The family of the OS.|
32
+
| osVersion | The version of the OS.|
33
+
| browserName | The name of the browser/environment.|
34
+
| browserVersion | The browser/environment version.|
35
+
| browserWidth | The width of the screen in pixels.|
36
+
| browserHeight | The height of the screen in pixels.|
37
37
38
38
All those parameters are considered as personal data, because you could point at the tracked person when sitting in the same room (even when this is probably never the case and totally unrealistic).
39
39
40
-
`siteReferrer` and visit duration (calculated using the creation and update time of a record) is not considered as personal data as you won't be able to identifier a user with this piece of information. Even when you are in the same room you would need access to the browsing history of the user.
40
+
`siteReferrer` and visit duration (calculated using the creation and update time of a record) is not considered as personal data as you won't be able to identifier a user with this piece of information. Even when you are in the same room you would need access to the browsing history of the user.
0 commit comments