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

Consent Management module: enrich requests on regs.ext.dsa #10688

Closed
patmmccann opened this issue Nov 2, 2023 · 4 comments · Fixed by #11824
Closed

Consent Management module: enrich requests on regs.ext.dsa #10688

patmmccann opened this issue Nov 2, 2023 · 4 comments · Fixed by #11824
Assignees
Labels

Comments

@patmmccann
Copy link
Collaborator

patmmccann commented Nov 2, 2023

Type of issue

Feature

Description

IABE and IABTL are working on compliance with Digital Services Act for February 17 2024 (https://ec.europa.eu/commission/presscorner/detail/en/qanda_20_2348)
The consent management module should add regs.ext.dsa once the spec is published (late November or early December 2023) if the publisher thinks they are a 'platform'

Spec now available
https://github.com/InteractiveAdvertisingBureau/openrtb/pull/152/files#diff-5ab9e62a17f36edd71ae458147dbf0150393a53088e3a39620385821dedf6c7d

@patmmccann patmmccann changed the title Consent Management module: enrish requests on regs.ext.dsa Consent Management module: enrich requests on regs.ext.dsa Nov 2, 2023
@patmmccann
Copy link
Collaborator Author

Maybe we should write a unit test, we should definitely document how to set the request object.

@dgirardi
Copy link
Collaborator

Pending: documentation on the dsa control module, also calling out how to configure regs.ext.dsa.

@dgirardi
Copy link
Collaborator

dgirardi commented Jun 18, 2024

Proposal: consentManagementTcf takes a new config flag

setConfig({
    consentManagement: {
         gdpr: {
                dsaPlatform: true
         }
    }
})

that when enabled, sets regs.ext.dsa.dsarequired to 3

@patmmccann
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

3 participants