-
Notifications
You must be signed in to change notification settings - Fork 748
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
Prebid Server and CCPA - Phase 2 #1129
Comments
I would like to add support for a conservative enforcement approach to Prebid Server before the year end as an optional feature flag for those interested. The specifics for enforcement may change as the industry receives legal guidance, so the target for an official feature is still targeted for Q1 2020. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Similar to GDPR, we'd like to see several switches that can be controlled by the PBS host company:
I'm tempted to go even further and ask for flags to turn off the behavior for both CCPA and GDPR based on site.domain and app.bundle, but open for discussion on this. I've received a question about that capability. You didn't mention anything about geo-location in this proposal. GDPR enforcement integrates with a geo lookup service to see if the user is in the EEA. Are you thinking that confirmation of California users is Phase 3? |
We discussed this during the Prebid.org Server working group meeting. We agree on three bulleted configurations, similar to what we have today for GDPR and proved to be valuable. I personally don't want to maintain a list of sites or apps on the server. @bretg suggested to allow a I didn't mention geo-location simply because it is not a feature of this Prebid Server. That may change at some point, but I think it's best to leave that un-spec'd for now. I'll update the issue to reflect. |
I'm looking for feedback on:
|
I received a request to change the name from |
Code PR #1138 |
This is a followup to: #1107
We propose to enforce CCPA regulations in a conservative manner, such that when the CCPA opt-out signal is present Prebid Server will consider every bid a "sale" unless the publisher explicitly declares a relationship with a bidder as not constituting a "sale" or the server host includes a per-account or per-bidder whitelist override.
Specification
As specified by the IAB, the CCPA value is a four character string encoding of the following information (from left to right):
Signal
We propose to use the Opt-Out Sale as the signal for enforcement when it's explicitly set to Y/Yes. Other valid values are N/No and -/Not Applicable.
Validation
Lowercase letters are not specified in the IAB spec and should not be interpreted as valid by Prebid Server. The draft versions of the IAB spec specify a the three character variant and should also not be interpreted as valid. An empty or null string should be interpreted as valid and does not represent an opt-out.
Phase 2 Changes
Bidder Relationships
Defined in the bid request
ext
section. If an invalid bidder is provided an error should be sent back to the publisher.A star
*
may also be specified to represent all bidders:It is not a valid case for a star
*
to be mixed in with explicit bidders and should result in*
as not being a recognized bidder.Config
Supporting Docs
The text was updated successfully, but these errors were encountered: