Open patmmccann opened 8 months ago
For information only - CMA/ICO state of Shared Storage API from 26th April report.
77. Google needs to resolve our concerns for Shared Storage API, and it has agreed to take the following steps: (a) Provide more information on governance and decision-making processes and ensure these are adequate. (b) Reconsider and update the UI. (c) Consider how it will work with customers to test and possibly migrate to new epsilon values over time.
A bidder could import a library to interact with shared storage instead of dding to core storage manager, publisher should have the option to give access to only shared storage and not other existing types.
Type of issue
Feature request
Description
Many adapters may want to write to the shared storage api. Currently they can use https://github.com/WICG/shared-storage/blob/main/README.md#from-response-headers to write from their response headers, but that may induce them to create network traffic just to trigger the method. We should allow writes to shared storage from an adapter, particularly to support the case when network traffic would not otherwise occur and values are calculated subsequent to existing network traffic