Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 977 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 977 Bytes

Client Side Header Bidder

Project simulates client side header bidding.

Server acts as a mock ad-server and returns list of available ad with the respective CPI bid. Client selects the ad with highest CPI bid among all the configured supply side platforms and displays it.

Running the application

Start Server

Change directory to server cd Server

Install dependencies npm install

Run server npm run start

Client

Change directory to Client cd Client

Run client by opening index.html on browser

Demo Links

Server

sample api to fetch ads

Impressions and bill report of each SSP

supply side platfrom 1 - analytics report

supply side platfrom 2 - analytics report

Client

https://clientbidderpoc.netlify.app