8000 Tags · atobatele/prebid-server · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: atobatele/prebid-server

Tags

0.65.0

Toggle 0.65.0's commit message
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).

0.64.0

Toggle 0.64.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Eliminates some race condition issues in adkernel adapter. (prebid#845)

* Eliminates some race condition issues in adkernel adapter.

* Fixes name typo

0.63.0

Toggle 0.63.0's commit message
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
```

0.62.1

Toggle 0.62.1's commit message
pass bid request currency to adform adserver - default to USD (prebid…

…#812)

* pass bid request currency to adform adserver - default to USD

* set bid response currency for adform

0.62.0

Toggle 0.62.0's commit message
Add support for Universal ID module (user.ext.tpid) (prebid#798)

0.61.0

Toggle 0.61.0's commit message
Copy Rubicon XAPI response.bidid to openrtb_response.seatbid.bid.bidid (

prebid#804)

0.60.0

Toggle 0.60.0's commit message
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

0.59.0

Toggle 0.59.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Interstitial support for banner Imps (prebid#797)

* Adds extensions for interstitial support

* Improves interstitial support for banner Imps

* Adds source of size list

0.58.0

Toggle 0.58.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implements metrics to record GDPR status of cookie sync requests (pre…

…bid#791)

* Implements metrics to record GDPR status of cookie syncs

* Uses better prometheus metric names

0.57.0

Toggle 0.57.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sets an explicit path on the cookies (prebid#789)

0