google/openrtb

Cannot find VideoBidResponseProtocol when running example

littlejin opened this issue · 1 comments

Hi,

When I try to run the example in wiki,

BidRequest request = BidRequest.newBuilder()
.setId("1")
.addImp(Imp.newBuilder()
.setId("1")
.setBidfloor(4000)
.setVideo(Video.newBuilder()
.setLinearity(VideoLinearity.LINEAR)
.addProtocols(VideoBidResponseProtocol.VAST_3_0)
.setW(640)
.setH(480)))
.build();

I cannot find class VideoBidResponseProtocol

Is it remove from the current build of this project ?

Sorry, that sample code was outdated--fixed it now.