Scott Kay

Results 82 comments of Scott Kay

I had some time and got a PR up. Turned out to be quite a bit involved.

OpenRTB 2.6 removes nearly all enumerated lists in favor of the enumerations in adcom1/openrtb3, which in turn were based on OpenRTB 2.5. In v16 of this library, this is represented...

I captured the following request to PBS-Go's User Sync endpoint on this page: ``` { "uuid": "d6bca2be-eadf-4dc6-9f9e-5ce10f50688a", "bidders": ["33across", "yieldmo", "pulsepoint", "triplelift", "sharethrough", "criteo"], "account": "76991ce3-80de-475e-99f3-781136962f72" } ``` PBJS is...

We were evaluating this library and got excited for `100% compatible drop-in replacement of "encoding/json"`. Unfortunately, we found a lot of cases where that statement doesn't hold up, this being...

I would greatly appreciate this feature. My use case is the same as the others in this thread, representing the same code snippet in different languages.

## Edge Case To keep this logic simple, an empty dsa object counts as "exists". In the following case `privacy.dsa.default` would not be used. ``` "regs": { "ext": { "dsa":...

It's easier to define "exists" as "not null", such that an empty object `{}` would be considered as "exists". This keeps the origin check simple.

@ucfunnel Please see changes requested for your Prebid Server to better match your Prebid.JS adapter parameters.

Closed accidently during backlog grooming. Reopened.

Discussed and accepted by Prebid Server Committee. We'll just need to work out the JSON format. To keep things simple, does Base64 encoded JSON work for you? PBS would decode...