benmfaul / XRTB

A Real Time Bidding (RTB) 2.1 bidding engine written in Java 1.8
http://rtb4free.com
Apache License 2.0
121 stars 67 forks source link

Branch with a little fixed errors :-) #9

Open gejobj opened 7 years ago

gejobj commented 7 years ago

change "test = config.campaignsList.get(kount);" to "test = list.get(kount);" and BidRequest:setup():error when request with “pmp”: null

gejobj commented 7 years ago

OKs, I changed SiteId to tha last position at nurl. I put SiteId there before for no one reason. I do not care the position but I think it is an important value to put in nurl. Thanks :-)

gejobj commented 7 years ago

I fixed some other issues I found :-)

gejobj commented 7 years ago

I think this commit will fix cache2k update from 0.23.1 to 1.0.0.CR3