Skip to content

Tags: jbartek25/prebid-server

Tags

0.76.0

Toggle 0.76.0's commit message
Advangelists Prebid Server Bidder (prebid#952)

0.75.0

Toggle 0.75.0's commit message
Add scheme to Origin header + add X-Forwarded-For and User-Agent head…

…ers (prebid#958)

0.74.0

Toggle 0.74.0's commit message
Vrtcal Markets, Inc Adapter Integration (prebid#928)

* Master re-pull /w Vrtcal updates

* Vrtcal Updates

0.73.0

Toggle 0.73.0's commit message
PBS-409: add flag for AMP requests (prebid#917)

* PBS-409: add flag for AMP requests

* PBS-409: streamline recent code changes

* PBS-409: change new arg from struct to pointer, update new adapters

0.72.0

Toggle 0.72.0's commit message
Cache validation fix (prebid#911)

* Cache validation fix

if no bids returned - don't throw cache error, just return empty result

* Cache validation fix

- optimization: do not run auction logic if no bids returned

* Cache validation fix: minor refactoring

* Cache validation fix: minor refactoring

* Cache validation fix: added unit test for no bids returned

* Cache validation fix: minor refactoring

0.71.0

Toggle 0.71.0's commit message
Add a PI exemption environment variable to PBS (prebid#916)

* Refactored to official name of config item

* Changes suggested by Mansi Nahar

0.70.0

Toggle 0.70.0's commit message
Replace Dockerfile Alpine linux with Ubuntu (prebid#885)

* Ubuntu dockerfile works, includes backups and out file

* Ubuntu Dockerfile creates image successfully and prebid-server was tested with a sample request. Seems to work fine

* Ubuntu 18.04 now builds, validates.sh, and curls sample request successfully

* Removed sed command

0.69.0

Toggle 0.69.0's commit message
Fix Rubicon bidder for multi-format impression processing (prebid#902)

0.68.0

Toggle 0.68.0's commit message
changed sonobi user sync UID replacement macro (prebid#884)

0.67.0

Toggle 0.67.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds a Stored Video Request Fetcher (prebid#865)

* Adds a Stored Video Request Fetcher

* Fixes two video defaults coppied from the full stored requests struct that don't exist in the slim version.

* reenamble category support for OpenRTB and AMP in case use cases evolve

* endpoint deps minor refactor after PR comments

* Fixes inconsistencies in setting default values (old code broke setting via ENV variables)

* adds some comments on stored videos

* Fixes another comment

* More PR comment fixes