-
Notifications
You must be signed in to change notification settings - Fork 1
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
Review ETH #4
Comments
Thanks again for your review @cyrill-k. I'm currently working through these points and updating the draft accordingly. Some followups to what you have written down coming up:
There is a slightly exotic way of identifying users by leveraging HTTP caches, sometimes called "Super cookies", which is what this is referring to. It works in the way:
Is this clear enough in the spec or do you think we should be more explicit here?
Could you elaborate on this and what kind of additional information a user could be requesting that is not part of the analytics.txt file?
Server-Side analytics does not necessarily mean using logs. In web applications you can use "analytics middleware" at application layer that records every request along with some metadata and also identifies users.
This decision is not really binary: if you don't allow opt-in or opt-out, you have to specify none.
We aren't concerned about software setting cookies, but we're looking at the consequences of this.
Not entirely sure, but in draft version 01 these are multi-value fields. |
Hi, I'm really sorry for the late response, I was quite busy but I hope I can reply more quickly in the future ;)
If this way of identifying users is a common approach, then I think the current draft is clear enough. Otherwise you could add a short explanation. I just didn't know about ETag before. Maybe you could add a reference to RFC7232? For readers who don't know the term.
I was thinking if there is (could be) a way for people (or tools) interested in a more detailed privacy information to fetch additional information (e.g., via email). But this would probably be out-of-scope for this draft.
I still don't really see how this differentiation impacts the privacy assessment of a user. Maybe it would be good to briefly elaborate on the difference for a user.
Ok, that makes sense. Maybe it would be good to clarify this in the report as well using the cookies consent example.
I was thinking of the scenario where a website retains different collected values for a different time (e.g., retain visited urls for one year, but delete ip-addresses after one month). But I'm not sure how common and/or how useful such a fine granularity would be. |
Review feedback from @cyrill-k (thank you):
Comments IETF draft analytics.txt
https://datatracker.ietf.org/doc/draft-ring-analyticstxt/
Technical Comments
Clarifications
Content
Personal Thoughts
The text was updated successfully, but these errors were encountered: