prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
http://prebid.org
Apache License 2.0
1.26k stars 2.02k forks source link

Storage Manager: write to shared storage method #11231

Open patmmccann opened 3 months ago

patmmccann commented 3 months ago

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

jwrosewell commented 1 month 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.

patmmccann commented 1 month ago

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.