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

Set the GPC extension #2748

Open
bretg opened this issue May 4, 2023 · 3 comments
Open

Set the GPC extension #2748

bretg opened this issue May 4, 2023 · 3 comments
Assignees
Labels

Comments

@bretg
Copy link
Contributor

bretg commented May 4, 2023

The IAB has defined a new ORTB extension to carry the GPC flag. https://github.com/InteractiveAdvertisingBureau/openrtb/pull/99/files

Prebid Server needs to support this:

  1. If the incoming request already contains regs.ext.gpc, use that.
  2. Otherwise, if there's an HTTP header for Sec-GPC with a value of "1" or 1, set regs.ext.gpc to "1".
  3. Since PBS is already copying the header through, leave that functionality. The value will be available in both places. Someday we might be able to stop copying the header location once everyone's reading from ORTB.
@SyntaxNode
Copy link
Contributor

Ready For Dev, but please do not release until the IAB formalizes this extension. Follow InteractiveAdvertisingBureau/openrtb#123 for latest updates.

@bretg
Copy link
Contributor Author

bretg commented Jun 12, 2023

This has been merged in the IAB, ready to go.

@bretg
Copy link
Contributor Author

bretg commented Jun 30, 2023

Done in PBS-Java 1.122

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

No branches or pull requests

3 participants