-
Notifications
You must be signed in to change notification settings - Fork 765
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
PBS needs to support imp.ext.gpid #2088
Comments
Shouldn't be a problem. Could you please point me to the spec for the imp.ext.gpid extension? Is this a standard IAB thing? |
It's not yet a formal IAB extension, but several of our publishers have received notice from TradeDesk that this parameter is soon to be required. |
Here's the prebid.org doc -- https://docs.prebid.org/features/pbAdSlot.html#the-gpid |
Released with PBS-Java 1.80 |
Implemented in PBS-Go 0.188.0. |
Related to prebid/Prebid.js#7367
The OpenRTB location for GPID is imp.ext.gpid. Prebid Server filters imp.ext for valid bidders except for a list of "reserved" strings: all, context, data, general, prebid, or skadn
We need to add "gpid" to the list of reserved words ASAP.
The text was updated successfully, but these errors were encountered: