Skip to content

Sample Go project which receives and parses RTB BidRequest

License

Notifications You must be signed in to change notification settings

programmador/rtb-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installing dependencies

go get -u github.com/labstack/echo/...
go get github.com/bsm/openrtb
go get xojoc.pw/useragent

Running

go run server.go

Testing

curl -X POST http://localhost:1323 -d @bidrequest.sample.json --header "Content-Type: application/json"

About

Sample Go project which receives and parses RTB BidRequest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages