-
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
Prebid cmp static additional consent #5801
Comments
I think what you are suggesting for static consent works because of this line (L321 in current master)
then line 340 does storeConsentData(consentObject); then the function does this (consentObject becomes cmpConsentObject inside the function)
however I don't see addtlConsent on your test page getConfig. |
Ok thanks, In case I didn't use the static mode of the cmp prebid module but the iab mode, would the add allow be passed automatically? |
The goal of the pr was that cmp's like quantcast and liveramp that define
the additional consent string as per google's proposal would have that
string added to the prebid internal object for consent. However, ssp's
still need to make adapter commits to gather it on their endpoint calls.
That has not yet happened afaik, but based on discussions in these forums i
do know openx is planning to consume and magnite is not.
…On Thu, Oct 1, 2020 at 3:38 AM Nicola Colombo ***@***.***> wrote:
Ok thanks,
you don't see the adconsent in the prebid config just because I don't know
where to read the string from.
In case I didn't use the static mode of the cmp prebid module but the iab
mode, would the add allow be passed automatically?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5801 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM25Z4ZX663AO7XWXD5U3TSIQWYTANCNFSM4R62YNCA>
.
|
That being said, since it is passed to prebid server endpoint, you can use that endpoint call to validate it is getting set and passed on a live page. |
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. |
closing issue. Please refer to the explanation provided for more information on consent |
Hi, I wanted to know if and how the additional consent is passed in the prebid configuration.
As described here it should be supported: gdpr.consentData.getTCData.addtlConsent.
Something like this?:
gdpr: {
cmpApi: 'static',
consentData: {
getTCData: {
"tcString": euconsentStored,
"addtlConsent": "some string",
"gdprApplies": true,
"purpose": {
"consents": {
"1": true
}
}
}
}
}
But I don't quite understand where I should read the string from.
Here a site on which we have implemented the property addtlConsent: http://www.freesenzaglutine.it/
Thanks a lot
nicola
The text was updated successfully, but these errors were encountered: