Skip to content
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

Remove Config Backwards Compatibility: Host GDPR Options #3153

Merged

Conversation

bsardo
Copy link
Collaborator

@bsardo bsardo commented Sep 26, 2023

The upcoming 2.0 release will remove backwards compatibility for deprecated host and account configuration options. This PR removes support for the following host options:
gdpr.tcf2.purpose{1-10}.enabled
gdpr.tcf2.purpose_one_treatement
gdpr.tcf2.special_purpose1

Instead, hosts should use the following respectively:
gdpr.tcf2.purpose{1-10}.enforce_purpose
gdpr.tcf2.purpose_one_treatment
gdpr.tcf2.special_feature1

Also, this PR removes string data type support for gdpr.tcf2.purpose{1-10}.enforce_purpose. This field must now be specified as a bool. Previously, the enforcement algorithm for a given purpose could be specified through this field by setting it to "full", "basic" and "none". This should now be specified using gdpr.tcf2.purpose{1-10}.enforce_algo.

AlexBVolcy
AlexBVolcy previously approved these changes Sep 26, 2023
@bsardo bsardo merged commit 1a5f12c into prebid:master Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants