Skip to content

Unnamalai57/prebid-server-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code is being used in production by multiple Prebid.org members, but is not the "official" version. See https://github.com/prebid/prebid-server/

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:

Usage

When running, the server responds to several HTTP endpoints.

The server makes the following assumptions:

  • No ranking or decisioning is performed by this server. It just proxies requests.
  • No ad quality management (e.g., malware, viruses, deceptive creatives) is performed by this server.
  • This server does no fraud scanning and does nothing to prevent bad traffic.
  • This server does no logging.
  • This server has not user profiling or user data collection capabilities.

Development

This project is built upon Vert.x to achieve high request throughput. We use Maven and attempt to introduce minimal dependencies.

Getting Started

To start the Prebid Server you need to do the following steps:

  • Build all-in-one JAR file from sources as described here.

  • Check minimal needed configuration file sample/prebid-config.yaml.

  • Also, check the Data Cache settings file sample/sample-app-settings.yaml. For more information how to configure the server follow documentation.

  • Run your server with the next command:

java -jar target/prebid-server.jar --spring.config.additional-location=sample/prebid-config.yaml

For more information how to start the server follow documentation.

  • To verify everything is OK go to http://localhost:8080/status and check response status is 200 OK.

Test More detailed project documentation can be found here.

About

Java version of Prebid Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%