-
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
GPP module: update to support 1.1 including callback compatability, ready status, deprecation getGPPDATA #9483
Comments
Looks like there are API changes coming to support this: InteractiveAdvertisingBureau/Global-Privacy-Platform#55 The changes would also remove |
In the IABTL meeting now, instead of double calling the cmp, the event listener return should have the data and we dont need to call ping, gppdata, nor getsection also the gpp version should increment on pr 55 over there; i think we can just not support the old gpp version going forward instead of needing to support the pre-55 gpp. |
This does not appear ready for development. The only GPP aware CMP that I know (from this test) does not provide GPP consent data from the event payload, the call to |
Type of issue
Mirroring InteractiveAdvertisingBureau/Global-Privacy-Platform#51 it appears at
Prebid.js/modules/consentManagementGpp.js
Line 168 in aa033bd
https://github.com/InteractiveAdvertisingBureau/Global-Privacy-Platform/blob/606b99efc16b649c5c1f8f1d2eb0d0d3258c4a2d/Core/CMP%20API%20Specification.md?plain=1#L273
Since we invoke the cmp getgppdata command after the event, does our solution work in a frame or if the cmp is in a frame as TCF does?
How should we give feedback to the IABTL on our preference for the outcome of their issue 51? Assuming they go with solution 1, I assume we need to change our invoke cmp call to expect different behavior.
The text was updated successfully, but these errors were encountered: