Difference between revisions of "User Tracking"

From MgmtWiki
Jump to: navigation, search
(Problems)
(Death of Third Party Cookies)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Full Title or Meme==
 
==Full Title or Meme==
Nearly all sites track users at some level. There is generally some level at which users object which is dependent on the site's behavior.
+
Nearly all [[Website]]s track users at some level. There is generally some level at which users object which is dependent on the site's behavior.
 +
 
 
==Context==
 
==Context==
* This wiki page deals exclusively with the [[User Experience]] (UX) of a web browser chosen by the user to navigate the web.
+
* This wiki page deals exclusively with the [[User Experience]] (UX) of a web browser chosen by the user to navigate the web. And by UX is meant the entire experience including that may happen months later from some some action that the user took in the past.
 
* Some comments and terminology my need to be framed in terms of the behavior of the web site in that [[User Experience]] in order to understand the entirety of the problem.
 
* Some comments and terminology my need to be framed in terms of the behavior of the web site in that [[User Experience]] in order to understand the entirety of the problem.
 
* REST, or representative State
 
* REST, or representative State
 
+
* Tracking can be a huge benefit to society for problems like epidemic control, until suddenly it become a huge liability when it is used for governmental control of citizens.
 +
** [https://www.youtube.com/watch?v=xjn36ZMMTpI&feature=emb_logo See the ethnographic study of COVID-19.]
 +
* It is also possible to use [[Device Tracking]] which used a smart phone, computer or tag as a stand-in for a user identifier.  Click on the link for details.
 
===Terminology===
 
===Terminology===
Just to be sure we are all talking about the same thing for at least the durations of this wiki page. The designation for first party (1P) is very web centric, but seems common, so let's stick with it.
+
Just to be sure we are all talking about the same thing for at least the duration of this wiki page. The designation for first party (1P) is very web-centric, but seems common, so let's stick with it.
 
# First Party (1P) - the web site the user navigated to.
 
# First Party (1P) - the web site the user navigated to.
 
# Second Party (2P) - actions by a native app on the user's device.
 
# Second Party (2P) - actions by a native app on the user's device.
# Third Party (3P) - some other web site brought onto the UX by the 1P.
+
# Third Party (3P) - some other web site brought onto the UX via the 1P.
 +
Distributed Tracking is, for example, when the user has a device, like a smartphone, that can track the user that is not centralized until an infection individual is identified.
  
 
==Problems==
 
==Problems==
Web sites have not been able to distinguish between ad tracking and authentication tracking. The following images shows the effect of the Apple (webkit) [https://webkit.org/tracking-prevention-policy/ Tracking Prevention Policy]
+
Tracking users on web sites is not simple to correct and maintain value to the users.
 +
# The Chromium bug list for [https://bugs.chromium.org/p/chromium/issues/list?q=component%3APrivacy%3EFingerprinting '''Privacy Fingerprinting'''] had 112 entries on 2021-11-11. A large faction of these bugs had not be dealt with.
 +
# [https://docs.google.com/document/d/1DZEhS1UHJ1PKxt5ZwKmn5LZ4bo10UFyNXeLp2dUuzRM/edit#heading=h.s03p4roraorg Privacy CG Navigation-based Tracking Mitigations mins] (2021-10)
 +
 
 +
===Problems created by the Solutions===
 +
Web sites have not been able to distinguish between ad tracking and authentication tracking. The following images shows the impact of the Apple (webkit) [https://webkit.org/tracking-prevention-policy/ Tracking Prevention Policy]
 +
 
 
[[File:Safari Safe from Tracking.png]]
 
[[File:Safari Safe from Tracking.png]]
 +
 +
This does not effect sites that use redirection to allow [[OpenID Connect]] for first party web site authentication. But when related sites attempt to use cross site authentication they will be blocked.
  
 
==Potential Solutions==
 
==Potential Solutions==
Line 28: Line 40:
 
# The user asked to have the account closed. - unknown impact.
 
# The user asked to have the account closed. - unknown impact.
 
===OpenID impact===
 
===OpenID impact===
Need to understand when OIDC cares about being 1p versus 3p and what causes that and how the browser is to know difference between tracking for authN and just ads.
+
* As written [[OpenID Connect]] has no problems with the elimination of user tracking as it is all 1P. The problem arises when a redirect occurs as the cookie deposited on the user's [[Browser]] is expected to be available to a 3P client. See following section for impact on Federation connection sign-in.
 +
* For related party authentications where 3P connections are used there appears to be now way for the browser is to know difference between tracking for authN and just ads.
 +
* Web sites wish to continue offering an SSO capability for their websites will [https://blogs.akamai.com/2020/01/cookies-single-sign-on-and-you.html need to move to a solution that relies on sending a user to a centralized login page for authentication which can then track a session with a 1st party cookie. ]
 +
* The alternate for OpenID is to convince the browser manufacturers to enable some means of either (1) determining what a authN tracking looks like, or (2) at least getting the browser to track when a site agrees to authN and remember that as part of their existing log on service.
 +
 
 +
===Federation Impact===
 +
 
 +
===Death of Third Party Cookies===
 +
===Google Analytics (GA4)====
 +
* [https://www.digitl.net/insights/mastering-cross-domain-tracking Mastering Cross-Domain Tracking in GA4: A Simplified Approach] 2024-01-04
  
 
==References==
 
==References==
  
 
[[Category: User Experience]]
 
[[Category: User Experience]]
 +
[[Category: Browser]]
 
[[Category: Privacy]]
 
[[Category: Privacy]]

Latest revision as of 20:49, 12 April 2024

Full Title or Meme

Nearly all Websites track users at some level. There is generally some level at which users object which is dependent on the site's behavior.

Context

  • This wiki page deals exclusively with the User Experience (UX) of a web browser chosen by the user to navigate the web. And by UX is meant the entire experience including that may happen months later from some some action that the user took in the past.
  • Some comments and terminology my need to be framed in terms of the behavior of the web site in that User Experience in order to understand the entirety of the problem.
  • REST, or representative State
  • Tracking can be a huge benefit to society for problems like epidemic control, until suddenly it become a huge liability when it is used for governmental control of citizens.
  • It is also possible to use Device Tracking which used a smart phone, computer or tag as a stand-in for a user identifier. Click on the link for details.

Terminology

Just to be sure we are all talking about the same thing for at least the duration of this wiki page. The designation for first party (1P) is very web-centric, but seems common, so let's stick with it.

  1. First Party (1P) - the web site the user navigated to.
  2. Second Party (2P) - actions by a native app on the user's device.
  3. Third Party (3P) - some other web site brought onto the UX via the 1P.

Distributed Tracking is, for example, when the user has a device, like a smartphone, that can track the user that is not centralized until an infection individual is identified.

Problems

Tracking users on web sites is not simple to correct and maintain value to the users.

  1. The Chromium bug list for Privacy Fingerprinting had 112 entries on 2021-11-11. A large faction of these bugs had not be dealt with.
  2. Privacy CG Navigation-based Tracking Mitigations mins (2021-10)

Problems created by the Solutions

Web sites have not been able to distinguish between ad tracking and authentication tracking. The following images shows the impact of the Apple (webkit) Tracking Prevention Policy

Safari Safe from Tracking.png

This does not effect sites that use redirection to allow OpenID Connect for first party web site authentication. But when related sites attempt to use cross site authentication they will be blocked.

Potential Solutions

First try to understand what the user knows, what the browser knows and what the site knows as a result of cookies or of back-end account store.

  1. Nothing about the site but its name and perhaps a recommendation by the link that send the user there.
  2. User forms an opinion about whether the site is interesting. - Site puts a cookie on the user's computer to remember if the user comes back and what the user saw last time.
    1. If the user never goes back the cookie times out and is deleted. Timing here is interesting - lets say it is 30 days. For some reason the exact time the user was there seems to be called PII?
  3. User goes back while cooke still valid. The site know that the user is interested and may be willing to continue to offer paywall content for (say) 3 times in 30 days. Then they dmand money. ( The user is "KNOWN".)
  4. For one reason or another the user decides to create an account an sign into the web site. Now thinks get interesting. If Notification is triggered the user needs to supply a call-back method. ("The user is "SIGNEDIN".)
  5. After some time the use is signed out for inactivity. (The user is "ACCOUNT" at site the user name and password may be retained by the browser.)
  6. The user goes to the web site again and the site can perform several actions. A request to sign into the site can be intercepted by the browser and auto signing. ("The user is "SIGNEDIN".)
  7. The user is asked for demographics besides the call-back. The is now a PII CONTROLLER and assumes lots of responsibility. (The user state in the web site changes to "PII PRINCIPAL", browser doesn't understand.)
  8. The user asked to have the account closed. - unknown impact.

OpenID impact

  • As written OpenID Connect has no problems with the elimination of user tracking as it is all 1P. The problem arises when a redirect occurs as the cookie deposited on the user's Browser is expected to be available to a 3P client. See following section for impact on Federation connection sign-in.
  • For related party authentications where 3P connections are used there appears to be now way for the browser is to know difference between tracking for authN and just ads.
  • Web sites wish to continue offering an SSO capability for their websites will need to move to a solution that relies on sending a user to a centralized login page for authentication which can then track a session with a 1st party cookie.
  • The alternate for OpenID is to convince the browser manufacturers to enable some means of either (1) determining what a authN tracking looks like, or (2) at least getting the browser to track when a site agrees to authN and remember that as part of their existing log on service.

Federation Impact

Death of Third Party Cookies

Google Analytics (GA4)=

References