diff --git a/content/posts/2024/04/analytics/index.md b/content/posts/2024/04/analytics/index.md index 80aa42d..fa1df04 100644 --- a/content/posts/2024/04/analytics/index.md +++ b/content/posts/2024/04/analytics/index.md @@ -1,7 +1,7 @@ +++ title = 'Analytics on my Websites' -date = 2024-03-31T18:26:13+02:00 -lastmod = 2024-03-31T18:26:13+02:00 +date = 2024-04-22T14:26:13+02:00 +lastmod = 2024-04-22T14:26:13+02:00 draft = false author = 'Janis Hutz' tags = [ 'Development' ] @@ -13,7 +13,7 @@ featuredImage = "cover.jpg" **TL;DR;** -I will be adding privacy preserving product analytics to my websites over the coming months. These analytics will not allow me to uniquely identify you. You can see my revised privacy policy [here](https://janishutz.com/legal/privacy) and my old one [here](https://janishutz.com/legal/privacy/v1). +I will be adding privacy preserving product analytics (P3A) to my websites over the coming months. These analytics will not allow me to uniquely identify you. You can see my revised privacy policy [here](https://janishutz.com/legal/privacy) and my old one [here](https://janishutz.com/legal/privacy/v1). # What will change @@ -21,15 +21,23 @@ I will be adding P3A (Privacy Preserving Product Analytics) to my websites step- # How will this data be collected? I will be using Matomo Analytics, which I host myself at [https://analytics.janishutz.com](https://analytics.janishutz.com). It is configured in the most privacy respecting way possible: -- S +- Your IP is anonymized to the format of e.g. 192.168.xxx.xxx (where xxx is hidden) +- Data will be aggregated within 24 hours and raw data is deleted right there after (within about 1h) +- I am using image-based tracking instead of JavaScript-based +- Your country of origin is estimated based on your IP address -TODO: Add exact config here +This will not allow me to uniquely identify you, but rather see from which countries people visit my websites and how people on average interact with it. This data is not tied to your janishutz.com ID if you sign up. To be precise, [id.janishutz.com](https://id.janishutz.com) doesn't collect *any* data on your interaction. # What happens with your data? None of the data will allow me to uniquely identify you! I am not interested to know what an individual user does, but how the average user interacts with my website. None of the collected data will ***EVER*** be sold or handed over to anybody and is only accessible to me. This is the reason to why I do not use Google Analytics or anything similar, because my user's privacy is my foremost concern when developing software. This is why my support system does not require you to sign up. You can get priority support once my store is up and running if you own a product that includes it when logging in. # Opting out of this data collection -You will have the option to disable the data collection by scrolling all the way down and unchecking "Allow P3A" in the bottom left corner. I would though strongly encourage you to leave this enabled to help me optimize my services and focus on the most important aspects instead of wasting time and resources on features barely anybody uses. +You will have the option to disable the data collection by scrolling all the way down and unchecking the checkbox there. I would though strongly encourage you to leave this enabled to help me optimize my services and focus on the most important aspects instead of wasting time and resources on features barely anybody uses. + + +# Updates to my privacy policy +You can see my revised privacy policy [here](https://janishutz.com/legal/privacy) and my old one [here](https://janishutz.com/legal/privacy/v1). The change involves a clarification that my mobile apps ***DO NOT*** collect any data on their usage and the addition that some of my services may use P3A. Be aware that the nature of data collection in my apps may change in the future, but will always use P3A, as I personally hate apps and websites that steal your data. + Credit for cover image: https://www.privateinternetaccess.com/blog/popular-privacy-browser-extensions/ \ No newline at end of file diff --git a/content/posts/2024/03/upcoming-projects/index.md b/content/posts/2024/04/upcoming-projects/index.md similarity index 89% rename from content/posts/2024/03/upcoming-projects/index.md rename to content/posts/2024/04/upcoming-projects/index.md index 9dd3524..ae2cbb4 100644 --- a/content/posts/2024/03/upcoming-projects/index.md +++ b/content/posts/2024/04/upcoming-projects/index.md @@ -1,14 +1,14 @@ +++ title = 'Upcoming Projects' -date = 2024-03-31T11:01:07+01:00 -lastmod = 2024-03-31T11:01:07+01:00 +date = 2024-04-21T14:26:13+02:00 +lastmod = 2024-04-21T14:26:13+02:00 draft = false author = 'Janis Hutz' tags = [ 'Development' ] categories = [ 'News' ] series = [] series_weight = 1 -featuredImage = "" +featuredImage = "new-projects.jpg" +++ I haven't written any blog posts in over a month. This is because I have taken some time off from coding to focus on my finals exams and to prepare for my studies, which, if everything goes according to plan, should start this September. @@ -33,4 +33,9 @@ impress.js is a project I have been contributing to occasionally for the past 1. Since there are not really any mature graphical impress.js presentation editors out there, I will be creating my own, starting from scratch, directly with impress.js V3 and its changes in mind. This software will be paid though, and I am not planning on open-sourcing any of its components other than the plugins I wrote for and the changes I made to impress.js. -Next to all of those projects, I will be working on general improvements to my websites and I will be adding Privacy Preserving Product Analytics to my websites. If you are interested, you can read up on this [here](/posts/2024/04/analytics) \ No newline at end of file +Next to all of those projects, I will be working on general improvements to my websites and I will be adding Privacy Preserving Product Analytics to my websites. If you are interested, you can read up on this [here](/posts/2024/04/analytics) + + + +**Attribution for cover image** +https://www.picpedia.org/highway-signs/images/new-projects.jpg \ No newline at end of file diff --git a/content/posts/2024/04/upcoming-projects/new-projects.jpg b/content/posts/2024/04/upcoming-projects/new-projects.jpg new file mode 100644 index 0000000..3cddfc4 Binary files /dev/null and b/content/posts/2024/04/upcoming-projects/new-projects.jpg differ