Skip to content

ab-opensource/rtb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdBrite Example RTB server

Launching in Eclipse

Import rtb-example project into Eclipse and run com.adbrite.rtb.examle.RTBServer class as Java Application. The server will start to respond to http://localhost:8888/rtb.

Launching using Ant

In rtb-example directory launch

ant jar
build/rtb-example.sh

Testing

Open http://127.0.0.1:8888/rtb url in the browser. The server will return "OK" string.

To quickly test response bid request response execute following command from the project root directory:

curl -q --data @scripts/request.json 'http://127.0.0.1:8888/rtb'

Server will respond with PASS response. Parsed bid request will be output in to console.

About

No description, website, or topics provided.

Resources

License

Stars

12 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors