-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question: Add in GPP Support #4
Comments
@jdwieland8282 We'd love to get your thoughts on this and the impact/relevance it would have to TAM |
Hi @AaronColbyPrice, thanks for your patience. What would support look like in your mind? My sense is that GPP support is a function of a publishers CMP passing a GPP signal, or rather making a GPP signal available, to the page for prebid to add to |
@jdwieland8282 Thanks for your response. The thinking on our side is that we are supporting GDPR/TCF in the SharedID module here to see if we have storage consent:
So if GPP is being quickly adopted then perhaps SharedID should support that too. There are a few ways we could look at it. Pro - GPP:
Against GPP:
Hopefully that helps bring you up to speed on what consent checking we are already doing and what we may need to do going forward. Let me know if you have any other questions. |
Epsilon team is looking at implementing GPP support in SharedId V2[ the TAM sans Prebid.js implementation]. Currently only GDPR/TCF is supported.
Questions
Design
We looked at doing a direct port from Prebid.js however due to the complexities of the design it does not seem viable as it would mean porting in a lot more code than needed and making the solution more complicated and laborious to maintain.
Instead we plan on using the embedded Shared ID module in Prebid.js as a reference for which activities (Prebid.js method of handling different actions across various privacy frameworks) we need to support and only adding in those to the Shared ID project.
@pycnvr @johnwier @jdwieland8282
The text was updated successfully, but these errors were encountered: