Eugene Dorfman
Eugene Dorfman
# Background go.mod prescribes that the whole project should be compiled with go 1.20 here: https://github.com/prebid/prebid-server/blob/master/go.mod#L3 However validate.yml workflow prescribes running it on go 1.19 here: https://github.com/prebid/prebid-server/blob/master/.github/workflows/validate.yml#L13 - this breaks...
**Describe the bug** If Prebid creative loses and some other creative served AdViewUtils.findPrebidCreativeSize would fail to find `hb_size:` in the creative and would log a warning: ``` errorCode:240 errorDescription:The HTML...
## 🏷 Type of documentation - [x] text edits/amendments: * change module id and paths to flatcase according to the [review comment](https://github.com/prebid/prebid-server/pull/3650#discussion_r1690269271) * add a warning re: free / paid...
# Issue Addresses https://github.com/prebid/prebid-server/issues/3748 # How to reproduce Here is a `pbs.yaml` config file to reproduce the problem described in the issue on the main branch: ``` gdpr: default_value: "0"...
Addresses "Stop hard-failing on unknown imp.ext values" #3735 The behavior is as described in the issue: 1. If imp.ext.prebid.bidder exists, then do nothing. The requestor has moved to the new...