Add GPID to documentation#3141
Add GPID to documentation#3141epechuzal wants to merge 1 commit intoprebid:masterfrom sharethrough:ep/PGE-178206245/gpid-support
Conversation
| | `bcat` | optional | Array of blocked IAB Categories | `['IAB1-2', 'IAB1-3']` | `string[]` | | ||
| | `badv` | optional | Array of blocked Advertisers by their domains | `['ford.com', 'pepsi.com']` | `string[]` | | ||
| | `pkey` | required | The placement key | `'DfFKxpkRGPMS7A9f71CquBgZ'` | `string` | | ||
| | `data` | optional | Object containing additional first party data. See [Data Object](#data-object) for details. |`data: { pbadlot: 'string' }` | `object` | |
There was a problem hiding this comment.
There's a typo here (pbadlot), but more importantly, it's not ok for you to make pbadslot a bidder-specific param.
You need to be reading this data from the AdUnit.ortb2Imp.ext.data.pbadslot for PBJS or imp[]ext.data.pbadslot for PBS. See https://docs.prebid.org/features/pbAdSlot.html
You can copy that location to wherever your endpoint requires, but you cannot make publishers specify the pbadslot in a bidder-specific way.
There was a problem hiding this comment.
@bretg this is actually how we implemented those features, but I was told in prebid/prebid-server#1925 that I had to update documentation.
Is this not the case?
|
Going to close this as it sounds like there is actually no need to add documentation for GPID support. @bretg let me know if this is not the case and if there is something I should be doing here |
This is in reference to our addition of GPID support in