| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
The server makes the following assumptions:
This project is built upon Vert.x to achieve high request throughput. We use Maven and attempt to introduce minimal dependencies.
When running, the server responds to several HTTP endpoints.
Follow next steps to create JAR file which can be deployed locally.
git clone https://github.com/prebid/prebid-server-java.gitcd prebid-server-javamvn clean packageFor more information how to configure the server follow documentation.
The source code includes minimal required configuration file sample/prebid-config.yaml. Also, check the account settings file sample/sample-app-settings.yaml.
For more information how to configure the server follow documentation.
Run your local server with the command:
java -jar target/prebid-server.jar --spring.config.additional-location=sample/prebid-config.yamlFor more options how to start the server, please follow documentation.
To check the server is started go to http://localhost:8080/status and verify response status is 200 OK.
| Back | FazBrowse Home | New Git URL |