is it possible to hard code the return from the bidders in header bidding , like is it possible to mock the function of bidders like appnexus and other for learning and playing around ? like a bidder generally returns :
adunit aId bidder time cpm "QzxcU6" "106oF" Appnexus 400 0.082367
option 1
If you just want to play with it in your browser you can simply change requested domains in your
/etc/hostsfile to point at yourlocalhostand bring up a local server serving the response you need.option 2
you can download prebid.js, patch locally whatever you need and build your own version
option 3
If you need it for tests just check out how other tests are written i.e. appnexus's ones