-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Passing Chrome facilitated Testing modes to bidders #10516
Comments
I'd be open to core |
So, to elaborate: based on the information at the link with regards to consent to device storage, I think we should add this to core enrichments subject and in gdpr be similar to vendorless modules that check purpose 1 consent to the publsiher and also that transmitufpd is allowed on the bidder before transmitting to the bidder |
From here:
@patmmccann's interpretation is that, for gdpr, prebid should check for purpose 1 consent to retrieve labels and purpose 4 consent to pass them on to a bidder. To me that reads like a bidder that wants those labels should be treated as if they were accessing device storage. Either way I think this should require publisher opt-in if it's going to be in core. Otherwise we are effectively choosing what we think is the correct legal advice for publishers, the majority of which will not know that this feature even exists. |
as reference InteractiveAdvertisingBureau/openrtb#143 by @dmdabbs |
Ja, for sure P1 (ePrivacy). |
Here's an alternative proposal to consider: if gdprApplies, we don't pass the labels. Otherwise, we do. |
I'm writing the IAB Europe Framework Signals Group folks to inquire whether this is something about which they would opine. |
Copied from a relevant email thread: "When one is seeking a signal indicating whether the Publisher has had their consent (or legitimate interest) legal basis established to the data subject by the CMP, one should examine the Publisher Purposes Transparency and Consent string segment signals, if present. The core string PurposesConsent bit sequence is intended solely to represent disclosures made by the CMP in the context of Vendors." |
@dmdabbs , @patmmccann have we concluded the next steps? |
Hello @pm-harshad-mane. @patmmccann can speak authoritatively on final Prebid approach to signal pre-requisites. |
Hi @patmmccann , Can you please help us with final approach for the proposal. |
Yes, marking as ready for dev; core will access the js api for testing mode and place the result in device.ext.dcep. Prebid will check for publisher purpose 1 consent before calling the API if the gdprEnforcement module is active and the enrichUfpd/transmitUfpd activity controls will govern transmission. |
@pm-nitin-nimbalkar or @dmdabbs are epsilon or pubmatic planning to pick this pr up? |
@jlquaccia can work on this. |
Yes, I will start work on this one today 👍 |
completed in #10683 |
Google Chrome will have two modes of Chrome-facilitated testing and will generate testing labels that can be accessed with a header or using JS API.
Requesting changes in Fledge module to retrieve the testing labels using JS API and pass this information to bidders
https://developer.chrome.com/docs/privacy-sandbox/chrome-testing/
https://developer.chrome.com/docs/privacy-sandbox/chrome-testing/#accessing-the-cookiedeprecationlabel-javascript-api
The text was updated successfully, but these errors were encountered: