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...
**Is your feature request related to a problem? Please describe.** AppLovin adapters currently do not work as intended. AppLovin allows 2 scenarios: SDK bidding, traditional SDK mediation. For the former...
This PR introduces a `logger` shim and was meant to accompany a more global proposal: https://github.com/prebid/prebid-server/issues/4084. With this different loggers can be swapped in compile-time, however leaving the possibility to...
# Background Context: Mobile Original API integration where PUC is rendered by Google Mobile Ads SDK. Sometimes PUC fails to load an actual creative from `prebid-cache` and that results in...
# Background Testing native ads in a publisher Android app working against a PBS-Java we observed occasional /auction 500 response with this error: >Critical error while running the auction: Cannot...
**Describe the bug** We noticed that device.geo.country is populated from carrier data and is sent in alpha-2 format, while OpenRTB spec demands it to be in alpha-3 format, see [here].(https://github.com/InteractiveAdvertisingBureau/openrtb2.x/blob/main/2.6.md#:~:text=ISO%2D3166%2D1-,%2Dalpha%2D3,-.)...