One of the solutions to bypass the third-party cookie deprecation is using the Storage Access API; the demo can use the same flow as the analytics example when domain a and domain b are using the domain c to track the user. When the application where the application will check if the user can store/read a cookie before requesting the ID from the analytics application from domain C.
This demo should not interfere with the other demos and should have the option to revoke the permissions for storage access API.
Description
One of the solutions to bypass the third-party cookie deprecation is using the Storage Access API; the demo can use the same flow as the analytics example when
domain a
anddomain b
are using thedomain c
to track the user. When the application where the application will check if the user can store/read a cookie before requesting the ID from the analytics application fromdomain C
.This demo should not interfere with the other demos and should have the option to revoke the permissions for storage access API.