Tags: atobatele/prebid-server
Tags
NewFetchers code refactoring: (prebid#843) * NewFetchers code refactoring: -Returns single general fetcher instead of two specific -Now uses to create category mapping fetcher * Updates to add a "Slim" version of StoredRequests config objects that pertain to a single grouping of stored requests, and code to convert the standard StoredRequests config (with Amp fields combined) into two separate Slim configs (one for /auction and one for /amp).
Eliminates some race condition issues in adkernel adapter. (prebid#845) * Eliminates some race condition issues in adkernel adapter. * Fixes name typo
Replace `.supplyPartnerId` with a dummy ID (prebid#837) ``` Unable to resolve user sync URL: https://rtb.gamoshi.io/pix/{{.supplyPartnerId}}/scm?gdpr={{.GDPR}}&consent={{.GDPRConsent}}&rurl=http%3A%2F%2Flocalhost%3A8000%2Fsetuid%3Fbidder%3Dgamoshi%26gdpr%3D{{.GDPR}}%26gdpr_consent%3D{{.GDPRConsent}}%26uid%3D%5Bgusr%5D for adapter: gamoshi. template: userSyncTemplate:1:29: executing "userSyncTemplate" at <.supplyPartnerId>: can't evaluate field supplyPartnerId in type macros.UserSyncTemplateParams ```
Add support for Universal ID module (user.ext.tpid) (prebid#798)
Copy Rubicon XAPI response.bidid to openrtb_response.seatbid.bid.bidid ( prebid#804)
Sonobi Adapter (prebid#796) * checkpoint. I think the base openrtb is setup properly * checkpoint. Got it compiling successfully * added openrtb endpoint to be pulled from the config * fixed issue where I was using a constant uri instead of from the config * fixed issue where we were assigning tagid to the copy of the imp instad of the imp * made it so there can be more than 1 video imp * added sonobi user sync * removed debugging prints * removed unneeded declaration * fixed a coment * made usersync like the other bidders. but idk how this is supposed to work * fixed } * added tests * updated sonobi code * need to update our adapter now * added Call method and updated MakeBids method * user syncer working * added coment explaining banner/video imp * fix user sync test * fixes to sonobi adapter after merge * added support for multiple sonobi impressions * added PubID as an imp ext * PubID is required. updated params test * dont need to check the PubID it is checekd earlier * added exemplary tests to sonobi adapter * using test endpoint * using production endpoint for sonobi * removed unused test file * removed unneeded check for media types * removed unneeded for loop. * handle case in MakeBids getMediaTypeForBid where we cannot find the imp based off the impID in the bid response. * removed unsed Call function. Defining the length of the imp array to 1 * fixed Content-type in exemplary test * Removed unset headers in exemplary tests
Interstitial support for banner Imps (prebid#797) * Adds extensions for interstitial support * Improves interstitial support for banner Imps * Adds source of size list
PreviousNext