Skip to content

Server side component to offload prebid processing to the cloud

License

Notifications You must be signed in to change notification settings

jwplayer/prebid-server

This branch is 1154 commits behind prebid/prebid-server:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 19, 2021
Jun 19, 2021
Dec 17, 2020
Sep 23, 2021
Apr 14, 2021
Aug 19, 2021
Oct 24, 2019
Sep 23, 2021
Aug 18, 2021
Jun 9, 2021
Sep 15, 2021
Jun 10, 2021
Sep 23, 2021
Aug 19, 2021
Aug 19, 2021
Aug 19, 2021
Sep 23, 2021
Aug 19, 2021
Jun 10, 2021
Aug 26, 2021
Sep 15, 2021
Sep 14, 2018
Aug 19, 2021
Sep 23, 2021
Jul 15, 2021
Aug 19, 2021
Sep 14, 2021
Sep 10, 2021
Feb 11, 2021
Sep 10, 2021
Oct 18, 2017
Nov 21, 2019
Jun 19, 2021
Oct 6, 2020
Sep 7, 2021
Sep 7, 2021
Sep 10, 2021
Jun 29, 2020
Mar 18, 2020

Repository files navigation

Build Go Report Card Go Version

Prebid Server

Prebid Server is an open source implementation of Server-Side Header Bidding. It is managed by Prebid.org, and upholds the principles from the Prebid Code of Conduct.

This project does not support the same set of Bidders as Prebid.js, although there is overlap. The current set can be found in the adapters package. If you don't see the one you want, feel free to contribute it.

For more information, see:

Please consider registering your Prebid Server to get on the mailing list for updates, etc.

Installation

First install Go version 1.15 or newer.

Note that prebid-server is using Go modules. We officially support the most recent two major versions of the Go runtime. However, if you'd like to use a version <1.13 and are inside GOPATH GO111MODULE needs to be set to GO111MODULE=on.

Download and prepare Prebid Server:

cd YOUR_DIRECTORY
git clone https://github.com/prebid/prebid-server src/github.com/prebid/prebid-server
cd src/github.com/prebid/prebid-server

Run the automated tests:

./validate.sh

Or just run the server locally:

go build .
./prebid-server

Load the landing page in your browser at http://localhost:8000/. For the full API reference, see the endpoint documentation

Go Modules

The packages within this repository are intended to be used as part of the Prebid Server compiled binary. If you choose to import Prebid Server packages in other projects, please understand we make no promises on the stability of exported types.

Contributing

Want to add an adapter? Found a bug? Great!

Report bugs, request features, and suggest improvements on Github.

Or better yet, open a pull request with the changes you'd like to see.

IDE Recommendations

The quickest way to start developing Prebid Server in a reproducible environment isolated from your host OS is by using Visual Studio Code with Remote Container Setup.

About

Server side component to offload prebid processing to the cloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Other 0.2%