Oleksandr Zhevedenko

Results 51 comments of Oleksandr Zhevedenko

Java limit logic: ```java private CookieSyncContext resolveLimit(CookieSyncContext cookieSyncContext) { final AccountCookieSyncConfig accountCookieSyncConfig = cookieSyncContext.getAccount().getCookieSync(); final int resolvedLimit = ObjectUtils.firstNonNull( cookieSyncContext.getCookieSyncRequest().getLimit(), ObjectUtil.getIfNotNull(accountCookieSyncConfig, AccountCookieSyncConfig::getDefaultLimit), defaultLimit); final int adjustedLimit = resolvedLimit

This issue somewhat affects PBS-Java as of Java 20. PBS will just fail due to URL being malformed and won't be sending anything using non-compliant URL. @SerhiiNahornyi @And1sS FYI

PBS-Java does this in Core. The assignment of biddercode happens here: https://github.com/prebid/prebid-server-java/blob/4ab3caea2316a5ff04d0961be9a4e3c4896d517b/src/main/java/org/prebid/server/auction/BidResponseCreator.java#L1185 The only real issue is that right now adapters only return extracted bids from `$.seatbid[].bid[]` and not entire...

There is no clear benefit from doing this apart from cleaner code, but there will be an issue that newly submitted bidder adapters might continue to use old style. Which...

@pm-jaydeep-mohite could you please provide more context here? What should the role of Prebid Server be? This request boild down to Prebid Server passing everything downstream, which it already should...

LGTM from my perspective. Thanks, @CTMBNara!

@bsardo IDK whether PBC-Go has secondary cache functionality. This issue has no meaning and can be closed if it doesn't.

At first glance, it looks like only the fpd and eids activities were implemented in the activity control framework. Which looks like an oversight. I asked my team to look...

This should be fixed after https://github.com/prebid/prebid-server/pull/3911 was merged. @linux019 if the issue persists, please feel free to reopen. Thanks.

Discussed in the Prebid Server committee. Let's look into whether server libraries Go and Java are using can do an automatic detection of the content-encoding. If yes, we should utilize...